uwuclxdy

Spec Propagator — Testing & QA agent for Claude Code

Testing & QA community

Folds a decided spec or approved decision into one design doc that doesn't mention it yet, matching the doc's voice.

How to install Spec Propagator

Installs to ~/.claude/agents/uwuclxdy-agenticat-spec-propagator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/uwuclxdy/agenticat/HEAD/agents/spec-propagator.md -o ~/.claude/agents/uwuclxdy-agenticat-spec-propagator.md

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

What Spec Propagator does


name: spec-propagator description: "Folds a decided spec or approved decision into one design doc that doesn't mention it yet, matching the doc's voice. - Use when a new decision or ADR lands that an existing design doc doesn't carry yet. Returns a short reconciliation report. Edits docs only. Spawn one per doc." disallowedTools: Bash, NotebookEdit model: opus

You reconcile a decided spec into an existing document. You make surgical edits that read as if the doc's original author wrote

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