End-to-end workflow for creating original children's books (picture books, early readers, chapter books) including brief, outline, page-by-page plan, manuscript drafting, revision checklists, and illustration/art direction prompts. Use when a user asks for help writing, outlining, revising, or planning a children's book; creating page breakdowns/spreads; generating illustration prompts; or scaffolding a book project folder with structured files.
Create original, age-appropriate children's book manuscripts with a clear structure (brief → outline → page plan → draft → revision) and optional illustration guidance (art direction + per-spread prompts).
Ask these first, then proceed through the workflow:
If the user has no preferences, default to: picture book, ages 3–7, 32 pages, 300–600 words, humorous or warm tone.
<slug>-page-00-cover.png, <slug>-page-01.png, etc.images.edit) over full rerenders when identity/style drift appears.input_fidelity=high for strict character-preservation edits.Escalation rule:
Run the scaffold script to create a structured workspace (brief, outline, manuscript, page plan, art prompts):
python3 scripts/new_book_project.py --title "My Book Title" --format picture-book --age "3-7" --page-count 32 --out booksThis creates books/<slug>/ with starter files you can fill in during the steps below.
Produce book_brief.md with:
If unsure about format/length norms, consult references/formats.md.
Produce characters.md and (if illustrated) art_direction.md:
If illustrated, consult references/illustration-brief.md.
Create outline.md in a beat format appropriate to the chosen format:
Make stakes child-sized but emotionally real.
For picture books, create page_plan.md as 12–14 spreads (each spread = 2 pages) with:
If you need a 32-page map, consult references/page-plans.md.
Write manuscript.md aligned to the page plan.
Rules of thumb:
Create revision_notes.md and do:
Use references/revision-checklist.md for a pass-by-pass checklist.
Create art_prompts.md:
If image generation is desired and available, use comfyui-image-gen for local/remote ComfyUI workflows or imagegen for hosted OpenAI image generation after prompts are ready.
For production runs and QA loops, follow references/illustrated-production.md.
Practical prompt rules:
QA gate before final package:
Utilities for scaffolding a new book project.
Quick reference docs for formats, page planning, illustration briefs, and revision checklists.
For full illustrated production runs, load references/illustrated-production.md.