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>
This commit is contained in:
DrBalls
2025-08-16 21:55:43 -07:00
committed by GitHub
parent 49347a8cde
commit b756790c17
84 changed files with 3977 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# ------------------------------------------------------------
# 3. Scene Quality Checklist
# ------------------------------------------------------------
---
checklist:
id: scene-quality-checklist
name: Scene Quality Checklist
description: Quick QA pass for each scene/chapter to ensure narrative purpose.
items:
- "[ ] Clear POV established immediately"
- "[ ] Scene goal & conflict articulated"
- "[ ] Stakes apparent to the reader"
- "[ ] Hook at opening and/or end"
- "[ ] Logical causeeffect with previous scene"
- "[ ] Character emotion/reaction present"
...