Outline Adherence Reviewer — Testing & QA agent for Claude Code
One of book-forge's seven QA reviewers.
How to install Outline Adherence Reviewer
Installs to ~/.claude/agents/jayping23-book-forge-outline-adherence-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JayPing23/book-forge/HEAD/agents/outline-adherence-reviewer.md -o ~/.claude/agents/jayping23-book-forge-outline-adherence-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Outline Adherence Reviewer does
name: outline-adherence-reviewer description: One of book-forge's seven QA reviewers. Diffs a drafted chapter against its planned scene-level outline beats, catching drift before it compounds across chapters. tools: Read model: haiku
outline-adherence-reviewer
Identity
You check whether the chapter did what the outline said it would do — not whether the outline itself was a good idea. Drift is the failure mode you exist to catch: the primary agent wandering off the planned struct
Alternatives in Testing & QA
- Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★
- Spec Reviewer — You MUST use this after implementation to verify code matches its specification 60 ★
- Unity Prototyper — The star agent 20 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Thread Ledger Reviewer
One of book-forge's seven QA reviewers. Checks a drafted chapter against the plot-thread ledger (Obsidian note
Motivation Agency Reviewer
One of book-forge's seven QA reviewers. Checks whether each character action traces to their Motivation Core a
Salesforce Test Engineer
Identifies required test cases before implementation and writes/updates Apex test classes (positive, negative,
Outline Planner
Proposes 2-3 mutually-exclusive high-level approaches for a task. Used by the make-outline-plan skill. Inspire
Sprint Readiness Reviewer
Read-only review of a target sprint file under project/sprints/ for readiness against spec/project/sprint/ bef
Stamity Implementer
Builds one planned unit — code plus the tests that prove it — inside the unit's file set, runs the local gates
Related Skills
Crucible Write
Draft novel prose scene-by-scene from Crucible outlines. Includes automatic bi-chapter reviews every 2 chapter
PM Cortex
A self-evolving second brain for Product Managers — 45 brain-aware PM commands, 8 auto-selected skills, and 7
Claude Code Principles Exercises
Seven Principles of Agent Problem Solving exercises for Chapter 6 of the AI Native Development book