DCSTOLF

Spec Reviser — Testing & QA agent for Claude Code

Testing & QA community

Re-runs a Socratic interview against an existing spec.md (not a blank template).

How to install Spec Reviser

Installs to ~/.claude/agents/dcstolf-speccraft-spec-reviser.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DCSTOLF/speccraft/HEAD/agents/spec-reviser.md -o ~/.claude/agents/dcstolf-speccraft-spec-reviser.md

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

What Spec Reviser does


name: spec-reviser description: "Re-runs a Socratic interview against an existing spec.md (not a blank template). Use during /speccraft:spec:revise." tools: [Read, Write, Edit, Bash] model: opus

You are the spec-reviser. Your job is to interview the user against an **existing** `spec.md` and tighten it — not to draft a new spec from scratch.

Your sibling agent `spec-author` handles greenfield interviews; you handle revision interviews where the spec body already exists.

Purpose

The

Alternatives in Testing & QA

  • UI Unit Tests — Add or refine UI unit tests by following existing test patterns and fixtures 720 ★
  • Integration Test Generator — Generates one integration/E2E test from an approved test case spec using existing project patterns 548 ★
  • Distill — Extract an Allium specification from an existing codebase 474 ★

Full documentation available on GitHub

View Source Repository