graph TD
A[Full Task: Create engaging children's story] --> B{Final Output: Plain text file with formatted story}
B --> C[Components Overview]
C --> D[Subagents Overview]
D --> E[StoryPlannerAgent]
E --> F[StoryWriterAgent]
F --> G[StoryEditorAgent]
G --> H[StoryFormatterAgent]
H --> I[StoryIllustratorAgent]
I --> J[Final Output Assembler]
J --> B