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",…
This skill should be used when the user asks to "process beta reader feedback", "alpha reader feedback", "feedback round", "synthesize reader feedback", "reader notes", "beta feedback", "readiness check", or wants to collect, reconcile, and act on external reader feedback for a
$ npx -y skills add danjdewhurst/story-skills --skill feedback-triage --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/feedback-triageContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user asks to "process beta reader feedback", "alpha reader feedback", "feedback round", "synthesize reader feedback", "reader notes", "beta feedback", "readiness check", or wants to collect, reconcile, and act on external reader feedback for a
name: feedback-triage description: This skill should be used when the user asks to "process beta reader feedback", "alpha reader feedback", "feedback round", "synthesize reader feedback", "reader notes", "beta feedback", "readiness check", or wants to collect, reconcile, and act on external reader feedback for a story project.
Process alpha/beta reader feedback as a structured, reconcilable workflow: collect per-reader feedback files, hold all revision until the round is complete, synthesize convergent/divergent/single-reader findings into a decision record with a readiness verdict, and hand a concrete revision plan to the `revision-continuity` skill.
A story project with at least one drafted chapter (or a complete draft) that readers have read. Verify `story.md` exists in the project root.
synthesis's revision plan)
audits; reader feedback is external input)
1. Decide the round scope: which chapters readers get (`chapters-read` range) and how many readers (2–4 per round is typical; one reader is a data point, not a round). 2. Create the round folder: `feedback/round-{N}/`. 3. For each expected reader, create a stub file from `references/feedback-template.md` at `feedback/round-{N}/{reader-kebab}.md` with frontmatter filled in and the body sections empty. The stub list is the round's checklist.
1. As each reader's notes arrive, record them in their file using the template. Quote or closely paraphrase; do not editorialize yet. 2. Run the **canon check** on each problem note: verified against the bible, contradicts canon (usually a setup problem — note the canon file), or outside canon scope. Record the result in the file. 3. **Do NOT revise until all feedback for the round is in.** Revising on partial feedback optimizes for the first reader and invalidates the others' reads. If a reader is late, either wait or formally close the round without them (note it in the synthesis) — never silently proceed on a partial set.
Only when every expected reader file is collected:
1. Read all reader files for the round. 2. Sort every finding into exactly one category:
becomes a revision item by default.
canon and premise, record which side wins and why.
specific + canon-verifiable → investigate or accept; vague + taste-based → usually decline.
referencing canon, premise, genre contract, or craft principle. 3. Write `feedback/round-{N}/synthesis.md` using `references/synthesis-template.md`, including the frontmatter readiness verdict: `ready` | `needs-revision` | `not-ready`. 4. Build the numbered revision plan with concrete file targets.
1. Present the synthesis summary and readiness verdict to the user. 2. If the verdict is `needs-revision` or `not-ready`, hand the revision plan to the `revision-continuity` skill for execution. The synthesis is the input; revision-continuity owns the edits. 3. If the verdict is `ready`, the round is closed — proceed to the next round, the next drafting stage, export, or the `submission` skill.
(`round-1`, `round-2`).
(`reader`, `round`, `chapters-read`, `overall-verdict` / `readers`, `readiness`).
If a note is ambiguous, mark it ambiguous in the file rather than resolving it silently.
unexplained rejections is incomplete.
`continuity/questions/` entries (reader confusion often reveals clarity gaps), update those files too.
Use the Story CLI when it is available. If `story` is not installed, use `bun run story --` from the Story Skills repository checkout or the bundled fallback `node ../story-maintenance/scripts/story.js` with the same arguments, resolving the path relative to this skill folder. If no CLI is available, perform the registry, backlink, and word-count checks manually.
After creating or updating feedback files and synthesis:
story reindex . story links . story validate . story continuity .
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
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",…
This skill should be used when the user asks to "create a character", "update a character", "add a character", "build a family tree", "character…
This skill should be used when the user asks to "pantsing", "discovery write", "write without an outline", "discovery draft", "write into the dark", "story…
This skill should be used when the user asks to "mystery", "fair play", "clue", "red herring", "romance beats", "HEA", "thriller", "ticking clock", "horror",…
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",…
This skill should be used when the user asks to revise a chapter, edit prose, continuity check, find inconsistencies, audit character state, check timeline…