Files
BMAD-METHOD/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md
DrBalls b756790c17 Add Creative Writing expansion pack (#414)
* Add Creative Writing expansion pack
- 10 specialized writing agents for fiction and narrative design
- 8 complete workflows (novel, screenplay, short story, series)
- 27 quality checklists for genre and technical validation
- 22 writing tasks covering full creative process
- 8 professional templates for structured writing
- KDP publishing integration support

* Fix bmad-creative-writing expansion pack formatting and structure

- Convert all agents to standard BMAD markdown format with embedded YAML
- Add missing core dependencies (create-doc, advanced-elicitation, execute-checklist)
- Add bmad-kb.md customized for creative writing context
- Fix agent dependency references to only include existing files
- Standardize agent command syntax and activation instructions
- Clean up agent dependencies for beta-reader, dialog-specialist, editor, genre-specialist, narrative-designer, and world-builder

---------

Co-authored-by: Brian <bmadcode@gmail.com>
2025-08-16 23:55:43 -05:00

20 lines
651 B
Markdown

# ------------------------------------------------------------
# 4. Create Draft Section (Chapter)
# ------------------------------------------------------------
---
task:
id: create-draft-section
name: Create Draft Section
description: Draft a complete chapter or scene using the chapter-draft-tmpl.
persona_default: editor
inputs:
- story-outline.md | snowflake-outline.md | scene-list.md | release-plan.md
parameters:
chapter_number: integer
steps:
- Extract scene beats for the chapter.
- Draft chapter using template placeholders.
- Highlight dialogue blocks for later polishing.
output: chapter-{{chapter_number}}-draft.md
...