write-section

Generate novel chapters from outlines and continuity files with git commits.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/bonjohen/tasty --skill write-section
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-section
Source: https://github.com/bonjohen/tasty/tree/main/.claude/skills/write-section
Command: npx skills add https://github.com/bonjohen/tasty --skill write-section

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing a novel section requires juggling multiple files, outlines, continuity records, and quality checks, which is time‑consuming and error‑prone.

Core Features & Use Cases

  • Parallel loading of context, outlines, and rhythm information.
  • Automated drafting of each chapter following outline beats and voice rules.
  • Continuity updates, quality validation, and git committing after each chapter.
  • Ideal for authors who structure their story in sections and need an end‑to‑end workflow to generate finished chapters.

Quick Start

Invoke the write-section skill to draft the next unwritten section of your novel.

Frequently Asked Questions about write-section

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

FAQPage Schema
How do I automate novel chapter creation from markdown outlines?

Automated novel chapter creation works by loading contextual data, outlines, and rhythm analysis from your book's directory, then drafting chapters following outline beats and voice rules. It orchestrates drafting, continuity updates, quality validation, and git commits sequentially.

How does automated drafting maintain story continuity across novel sections?

Automated drafting maintains continuity by loading existing continuity records alongside outlines before generating each chapter. After drafting, it updates continuity files and performs quality validation to ensure narrative consistency before executing git commits.

Do I need git to generate novel chapters with automated drafting?

Git is required to generate novel chapters with automated drafting because the skill executes git commands to commit each finished chapter. The workflow orchestrates drafting, continuity updates, quality validation, and git commits sequentially without external network calls.

What file structure is needed to draft novel sections end-to-end?

Drafting novel sections end-to-end requires a book directory structure containing markdown files for outlines and continuity records. The skill reads these files to load contextual data, outline beats, and rhythm analysis needed to orchestrate automated chapter generation.

Can I use parallel agents to speed up novel chapter generation?

Parallel agents can be spawned to speed up novel chapter generation by loading context, outlines, and rhythm information simultaneously. This parallel loading feeds into the automated drafting process, which then validates quality and commits chapters sequentially via git.

What are the limitations of automating chapter drafting for a novel?

Automating chapter drafting is limited to fiction writing projects with pre-existing outlined sections and continuity files in markdown format. It relies entirely on reading your local book directory structure and cannot make external network calls during the drafting workflow.