chapter-writing

Writes story chapters using an outline-first workflow with continuity tracking across story project files.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/miyake-san/sogo-agent-platform --skill chapter-writing-miyake-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chapter-writing
Source: https://github.com/miyake-san/sogo-agent-platform/tree/main/skills/experimental/chapter-writing
Command: npx skills add https://github.com/miyake-san/sogo-agent-platform --skill chapter-writing-miyake-san

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Drafting long-form fiction chapters often breaks continuity with characters, plot arcs, and timelines scattered across many files. This Skill gathers the full story context, builds an approved beat-by-beat outline, writes the prose, and updates every cross-reference afterward. ## Core Features & Use Cases - Outline-First Drafting: Reads story.md, plot arcs, timelines, and continuity state, then proposes a beat-by-beat outline for user approval before writing any prose. - Continuity Maintenance: After writing, updates the chapter index, timeline, arc files, scene records, foreshadowing status, and character state so later chapters stay consistent. - Machine-Readable Scenes: Creates scene files with structured frontmatter (POV, location, arcs advanced, state changes) so continuity survives beyond the prose. - Use Case: A novelist asks for the next chapter of their fantasy project; the Skill reads the story bible and previous chapter, proposes an outline advancing the current arc, writes the chapter in the POV character's voice, and updates all tracking files. ## Quick Start Ask the agent to write the next chapter of your story project using the chapter-writing skill, and approve the outline it proposes before drafting begins.

Frequently Asked Questions about chapter-writing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write the next chapter of a story project with an AI?

Invoke the chapter-writing skill and ask for the next chapter. It reads story.md, the chapter index, plot arcs, and continuity state, proposes a beat-by-beat outline for your approval, then writes the full prose and updates all tracking files.

How does the skill keep chapters consistent with earlier plot and characters?

Before drafting it reads continuity/state.md, open questions, promises, the timeline, and the previous chapter. After writing it updates arc files, scene records, foreshadowing status, and character state so later chapters inherit accurate facts.

What files must exist before using this chapter writing workflow?

The story project needs a story.md story bible and at least one character file in characters/. A plot structure in plot/_index.md is recommended but not required for first chapters.

Can I use this skill to revise or line edit an existing chapter?

No. This skill owns new drafting and chapter creation only. For revisions, line edits, continuity audits, and post-draft cleanup, it hands off to the revision-continuity skill.

Does chapter writing require the better-writing skill or a CLI?

Both are optional. If better-writing is installed it is used for prose quality checks; otherwise built-in writing guidelines apply. The story CLI runs maintenance commands when available, but manual updates work as a fallback.