From story-skills
Writes story chapters using outline-first workflow: gathers context from story.md, characters, plot, timeline; builds beat-by-beat outline for approval; drafts prose; updates chapter index, arcs, and timeline.
npx claudepluginhub danjdewhurst/story-skills --plugin story-skillsThis skill uses the workspace's default tool permissions.
Write story chapters using an outline-first workflow. Gathers context from all other story elements (characters, world, plot) to maintain consistency, builds a beat-by-beat outline for approval, then writes full prose. After writing, updates all cross-references (chapter index, timeline, foreshadowing).
Orchestrates multi-skill editorial passes to autonomously draft and polish fiction chapters from complete outlines, iterating on scene sequencing, character arcs, cliche transcendence, dialogue, and prose style.
Generates first-draft novel prose from Crucible outlines via scene-by-scene drafting, style matching, continuity tracking, and hallucination prevention. Use after planning/outlining on write/draft requests.
Initializes structured markdown folder layout for new fiction story projects: story bible, character registry, worldbuilding index, plot structure, timeline, and chapter tracker with YAML frontmatter.
Share bugs, ideas, or general feedback.
Write story chapters using an outline-first workflow. Gathers context from all other story elements (characters, world, plot) to maintain consistency, builds a beat-by-beat outline for approval, then writes full prose. After writing, updates all cross-references (chapter index, timeline, foreshadowing).
A story project must already exist with at least:
story.md (story bible)characters/plot/_index.md (recommended but not required for first chapters)Read these files to understand the current story state:
story.md - genre, themes, POV, tensechapters/_index.md - what's been written, current word countplot/_index.md - arc status, what needs to happen nextplot/timeline.md - chronological positionIf this isn't the first chapter, also read:
plot/arcs/ - for upcoming plot beatsAsk the user:
If plot arcs exist, suggest the next logical beats to advance.
Create a beat-by-beat outline listing:
Load the POV character's file for voice reference. Load relevant location files for setting details.
Present the outline to the user for approval. Revise until approved.
With the approved outline, write the full prose:
story.mdreferences/writing-guidelines.md for prose craft guidancereferences/chapter-template.mdSave to chapters/chapter-{NN}.md with appropriate frontmatter.
After the chapter is written:
chapters/_index.md - add chapter to registry, update total word countplot/timeline.md - add events from this chapter in chronological orderplanted or paid-off with chapter referencePresent a summary of all updates made.
Within a chapter, separate scenes with ---. Each scene should have a clear POV character (even if the same as the previous scene) and location.
When asked to revise a chapter:
references/chapter-template.md - Frontmatter and structure template for chapter filesreferences/writing-guidelines.md - Prose craft guidance: show-don't-tell, POV, dialogue, pacing, scene structure, continuity