Marketplace chapter-outline-generator

Generates detailed chapter outlines for books, including key scenes, plot progression, character arcs, and themes. Use this when planning book structure or expanding story ideas.

install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/amraha-anwar/chapter-outline-generator" ~/.claude/skills/aiskillstore-marketplace-chapter-outline-generator-6d2425 && rm -rf "$T"
manifest: skills/amraha-anwar/chapter-outline-generator/SKILL.md
source content

Chapter Outline Generator Instructions

  1. Collect Required Story Details
    If not provided, ask the user for:

    • Book title
    • Genre
    • Main plot summary
    • Number of chapters
  2. Follow a Clear Narrative Structure
    Organize the outline according to standard story arcs such as:

    • Introduction / Setup
    • Inciting Incident
    • Rising Action
    • Midpoint Shift
    • Climax
    • Falling Action
    • Resolution
  3. Generate Detailed Content for Each Chapter
    Include for every chapter:

    • Chapter title
    • Key events and conflicts
    • Character development moments
    • Emotional tone and themes
    • Subplots, foreshadowing, or lore
    • A transition/cliffhanger to the next chapter
  4. Output Format
    Use a Markdown list with clear sub-points for each chapter.

  5. Continuity & Consistency
    Ensure the sequence flows logically, supports the main plot, and avoids contradictions.