JayPing23

Book Write — Testing skill for Claude Code

Testing community

Draft, review, and finalize one chapter — full pipeline with a pre-draft validity check, the seven-check QA gate, Override Contracts for soft and gating findings, a revision loop with hard caps, and e.

How to install Book Write

Installs to ~/.claude/skills/jayping23-book-forge-book-write/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jayping23-book-forge-book-write && curl -fsSL https://raw.githubusercontent.com/JayPing23/book-forge/HEAD/commands/book-write.md -o ~/.claude/skills/jayping23-book-forge-book-write/SKILL.md

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

What Book Write does


description: Draft, review, and finalize one chapter — full pipeline with a pre-draft validity check, the seven-check QA gate, Override Contracts for soft and gating findings, a revision loop with hard caps, and escalation on exhausted retries argument-hint: [--compete=N]

book-write

Drives one chapter through the full pipeline as a persistent state machine. State lives at `projects//.project-memory/chapter-state/.json` — read it f

Alternatives in Testing

  • Deslop Reborn — One iteration of the IronClaw Reborn de-slop loop — take ONE Reborn crate, fan out parallel review sub-agents 12.6k ★
  • Paperjury — Pre-submission AI review stress-test for research papers 1k ★
  • Spec Draft PR — Turn a feature idea or GitHub issue into a one-page spec saved to Documentation/specs/ and opened as a draft P 324 ★

Full documentation available on GitHub

View Source Repository