/revision-continuity
This skill should be used when the user asks to revise a chapter, edit prose, continuity check, find inconsistencies, audit character state, check timeline consistency, line edit, developmental edit, polish a draft, or prepare existing story material for the next revision pass.
$ npx -y skills add danjdewhurst/story-skills --skill revision-continuity --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/revision-continuity
Context preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user asks to revise a chapter, edit prose, continuity check, find inconsistencies, audit character state, check timeline consistency, line edit, developmental edit, polish a draft, or prepare existing story material for the next revision pass.
SKILL.md
revision-continuity.SKILL.mdname: revision-continuity
description: This skill should be used when the user asks to revise a chapter, edit prose, continuity check, find inconsistencies, audit character state, check timeline consistency, line edit, developmental edit, polish a draft, or prepare existing story material for the next revision pass.
Revision Continuity
Overview
Revise existing Story Skills projects without losing continuity. Use this skill for targeted chapter edits, continuity audits, developmental revision, line edits, and pre-flight checks before drafting the next chapter.
Prerequisites
A story project must already exist. Verify by checking for `story.md` in the project root, then run or inspect `story report .` when CLI access is available.
Revision Workflow
1. Clarify the pass type unless the user already specified it:
- **Continuity audit** - find contradictions, stale references, timeline problems, missing backlinks, or word-count drift
- **Developmental revision** - improve structure, scene purpose, character motivation, pacing, stakes, and arc progression
- **Line edit** - improve clarity, voice, rhythm, dialogue, and sensory specificity without changing plot facts
- **Proof/polish** - fix small wording, grammar, repetition, and formatting issues
2. Read the relevant context:
- `story.md`
- `chapters/_index.md`
- The target chapter(s)
- Previous and next chapters when present
- Relevant character, location, system, and arc files referenced by the chapter frontmatter
- Matching scene files in `scenes/`
- `continuity/state.md`, open questions, and promises/payoffs
- `plot/timeline.md` and active arc files for continuity-sensitive edits
3. Create a concise revision plan:
- What will change
- What must stay fixed for continuity
- Which files may need updates beyond the chapter
4. Make targeted edits directly in markdown files. Do not create project-local scripts to rewrite prose. 5. Update dependent metadata:
- Chapter frontmatter `status` (`draft` -> `revised`, `revised` -> `final` only when appropriate)
- Chapter `word-count` via CLI when available
- `plot/timeline.md` if events changed
- `scenes/` records if POV, location, participants, or state changes moved
- `continuity/state.md`, `continuity/questions/`, or `continuity/promises/` when knowledge, object ownership, mystery state, or payoffs changed
- Arc plot points or foreshadowing status if the revision changes setup/payoff
- Character or location files when state, relationship, or location references changed
6. Run maintenance:
story wordcount . --write
story reindex .
story links .
story validate .
story continuity .
story doctor .
`story continuity` deterministically checks death ordering (`died-in` vs later appearances), promise/question chapter ordering, unfired setups, POV/cast consistency, and `continuity/state.md` references. For intentional flashbacks, memories, or recordings of dead characters, list them under chapter or scene `mentions` instead of `characters`.
If `story` is not installed, use `bun run story --` from this repository or the bundled `story-maintenance/scripts/story.js` fallback when available.
Continuity Audit Checklist
Run `story continuity .` first to collect the deterministic findings, then check for what the CLI cannot judge:
- Character knowledge: no one acts on information they have not learned
- Character state: injuries, emotions, alliances, location, and status carry forward
- Timeline: time of day, travel time, sequence, and cause/effect stay coherent
- Plot arcs: each changed scene still advances or intentionally pauses an arc
- Foreshadowing: planted and paid-off items match arc files
- Promises/questions: durable continuity records match what the chapter now reveals or withholds
- Scene state: every chapter scene has machine-readable POV, location, participants, arcs, and state-change notes
- World rules: magic, technology, politics, and geography stay consistent with worldbuilding files
- References: chapter frontmatter lists every major character, location, and arc advanced in the prose
- Registries: indexes, word counts, and links are current after edits
Reporting
When the user asks for an audit rather than direct edits, return findings ordered by severity with file references and concrete fixes. When the user asks for revision, summarize the edited files, changed continuity facts, and maintenance results.
Read more
name: revision-continuity description: This skill should be used when the user asks to revise a chapter, edit prose, continuity check, find inconsistencies, audit character state, check timeline consistency, line edit, developmental edit, polish a draft, or prepare existing story material for the next revision pass.
Revision Continuity
Overview
Revise existing Story Skills projects without losing continuity. Use this skill for targeted chapter edits, continuity audits, developmental revision, line edits, and pre-flight checks before drafting the next chapter.
Prerequisites
A story project must already exist. Verify by checking for `story.md` in the project root, then run or inspect `story report .` when CLI access is available.
Revision Workflow
1. Clarify the pass type unless the user already specified it:
- **Continuity audit** - find contradictions, stale references, timeline problems, missing backlinks, or word-count drift
- **Developmental revision** - improve structure, scene purpose, character motivation, pacing, stakes, and arc progression
- **Line edit** - improve clarity, voice, rhythm, dialogue, and sensory specificity without changing plot facts
- **Proof/polish** - fix small wording, grammar, repetition, and formatting issues
2. Read the relevant context:
- `story.md`
- `chapters/_index.md`
- The target chapter(s)
- Previous and next chapters when present
- Relevant character, location, system, and arc files referenced by the chapter frontmatter
- Matching scene files in `scenes/`
- `continuity/state.md`, open questions, and promises/payoffs
- `plot/timeline.md` and active arc files for continuity-sensitive edits
3. Create a concise revision plan:
- What will change
- What must stay fixed for continuity
- Which files may need updates beyond the chapter
4. Make targeted edits directly in markdown files. Do not create project-local scripts to rewrite prose. 5. Update dependent metadata:
- Chapter frontmatter `status` (`draft` -> `revised`, `revised` -> `final` only when appropriate)
- Chapter `word-count` via CLI when available
- `plot/timeline.md` if events changed
- `scenes/` records if POV, location, participants, or state changes moved
- `continuity/state.md`, `continuity/questions/`, or `continuity/promises/` when knowledge, object ownership, mystery state, or payoffs changed
- Arc plot points or foreshadowing status if the revision changes setup/payoff
- Character or location files when state, relationship, or location references changed
6. Run maintenance:
story wordcount . --write story reindex . story links . story validate . story continuity . story doctor .
`story continuity` deterministically checks death ordering (`died-in` vs later appearances), promise/question chapter ordering, unfired setups, POV/cast consistency, and `continuity/state.md` references. For intentional flashbacks, memories, or recordings of dead characters, list them under chapter or scene `mentions` instead of `characters`.
If `story` is not installed, use `bun run story --` from this repository or the bundled `story-maintenance/scripts/story.js` fallback when available.
Continuity Audit Checklist
Run `story continuity .` first to collect the deterministic findings, then check for what the CLI cannot judge:
- Character knowledge: no one acts on information they have not learned
- Character state: injuries, emotions, alliances, location, and status carry forward
- Timeline: time of day, travel time, sequence, and cause/effect stay coherent
- Plot arcs: each changed scene still advances or intentionally pauses an arc
- Foreshadowing: planted and paid-off items match arc files
- Promises/questions: durable continuity records match what the chapter now reveals or withholds
- Scene state: every chapter scene has machine-readable POV, location, participants, arcs, and state-change notes
- World rules: magic, technology, politics, and geography stay consistent with worldbuilding files
- References: chapter frontmatter lists every major character, location, and arc advanced in the prose
- Registries: indexes, word counts, and links are current after edits
Reporting
When the user asks for an audit rather than direct edits, return findings ordered by severity with file references and concrete fixes. When the user asks for revision, summarize the edited files, changed continuity facts, and maintenance results.
Agent Skills for planning, tracking, and drafting fiction in markdown. Story Skills gives agents a shared project format for fiction: a story bible, character files, worldbuilding notes, factions, artifacts, plot arcs, scene state, continuity questions,
Repo: danjdewhurst/story-skills
Other skills on story-skills.
- /chapter-writing
This skill should be used when the user asks to "write a chapter", "next chapter", "chapter outline", "draft chapter", "continue the story", "write a scene", "outline a chapter", or wants to write prose for a story project.
Open skill - /character-management
This skill should be used when the user asks to "create a character", "update a character", "add a character", "build a family tree", "character relationships", "character timeline", "character arc", "character profile", or needs to manage characters in a story project.
Open skill - /plot-structure
This skill should be used when the user asks to "create a plot arc", "story structure", "add a plot point", "story timeline", "track foreshadowing", "pacing", "act structure", "story arc", "plot outline", or wants to plan and manage the narrative structure of a story.
Open skill - /story-init
This skill should be used when the user asks to "start a new story", "initialize a story project", "create a story", "new book", "set up a story", or wants to begin a new fiction writing project from scratch.
Open skill - /story-maintenance
This skill should be used when the user asks to validate, reindex, repair registries, check links, check continuity, count words, summarize a story project, import an existing manuscript, export a manuscript, run the story CLI, or perform deterministic maintenance on a Story
Open skill - /worldbuilding
This skill should be used when the user asks to "create a location", "add a location", "magic system", "political system", "build the world", "add culture", "world history", "technology system", "religion", "economy", or wants to develop any aspect of a story's world and setting.
Open skill

