JayPing23

Outline Adherence Reviewer — Testing & QA agent for Claude Code

Testing & QA community

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

Terminal
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 Repository