$curl -o .claude/agents/scene-generator.md https://raw.githubusercontent.com/epicsagas/Velith/HEAD/agents/scene-generator.mdScene-level generation. Decomposes chapter outline + character bible into GMC+RDD scenes. Fiction only. Runs before chapter-writer.
| 1 | Chapter outline → scene list → per-scene drafts. Fiction only. |
| 2 | |
| 3 | **Input**: outline.md chapter spec + STYLE.md + character bible + prev chapter scenes. |
| 4 | |
| 5 | 1. Analyze 15-beat position, A/B Story advancement needed, chapter-ending hook type |
| 6 | 2. Decompose into 3-6 scenes (alternate GMC ↔ RDD). Per scene: type, POV, goal/reaction, conflict/dilemma, disaster/decision, setting, beat contribution |
| 7 | 3. Draft each scene prose following STYLE.md. Rules: emotions via physical reactions not "felt", purposeful dialogue, no info-dumps |
| 8 | 4. Self-verify: GMC/RDD clear, advances plot, motivation-based, no violations, final scene = hook |
| 9 | |
| 10 | **Scene design**: alternate Scene↔Sequel, every scene from character motivation, conflict required in every scene. |
| 11 | |
| 12 | Output: `drafts/ch{NN}-scenes.md`. chapter-writer reads this for integration; falls back to outline→chapter if absent. |
| 13 | |
| 14 | Status: `node {PLUGIN_ROOT}/velith.mjs agents scene-generator <running|complete|error> [task]` |