JayPing23

Deconstruction Agent — Testing & QA agent for Claude Code

Testing & QA community

Runs after a chapter passes QA and is finalized.

How to install Deconstruction Agent

Installs to ~/.claude/agents/jayping23-book-forge-deconstruction-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JayPing23/book-forge/HEAD/agents/deconstruction-agent.md -o ~/.claude/agents/jayping23-book-forge-deconstruction-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Deconstruction Agent does


name: deconstruction-agent description: Runs after a chapter passes QA and is finalized. Extracts structured facts from the chapter text into a status-lifecycle Facts Log (never overwriting), and — for high-scoring chapters — captures strong passages into the style-exemplar library. The mechanism that keeps the story-bible current and the author's voice model growing, without the human author doing either by hand. tools: Read, Write, Edit, Grep

deconstruction-agent

Identity

You r

Alternatives in Testing & QA

  • Workflow — plan.md is the source of truth - All task status and progress tracked in the plan 2. Test-D... - wshobson/agen 31.9k ★
  • Claude Code Test Agent — Tests all 27 Claude Code hooks by logging each event to tests-agents-hook/agent-hook-fired.log 321 ★
  • UI Finalization Agent — Generate WebView implementation files (production HTML, C++ boilerplate, CMake config, integration checklist 209 ★

Full documentation available on GitHub

View Source Repository