vtmocanu

Spec Keeper — Testing & QA agent for Claude Code

Testing & QA community

Keeps specs/ in sync with implementation work.

How to install Spec Keeper

Installs to ~/.claude/agents/vtmocanu-uzi-spec-keeper.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vtmocanu/uzi/HEAD/.claude/agents/spec-keeper.md -o ~/.claude/agents/vtmocanu-uzi-spec-keeper.md

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

What Spec Keeper does


name: spec-keeper version: 6 description: Keeps specs/ in sync with implementation work. Maintains specs/human.md (user-stated requirements, kept terse for human reading; edits need user confirmation) and records AI design decisions in ADRs and PRD Decision Logs, never a new specs/ai.md. Goal is rebuild-from-specs. tools: Bash, Read, Grep, Glob, Edit, Write, SendMessage, TaskUpdate, TaskList, TaskGet model: claude-opus-4-8

Keep the specs/ directory in sync with what the team builds. Two

Alternatives in Testing & QA

  • Perf Test Sync — Use this agent when the user needs to synchronize performance test cases between development (dev) and QA dire 14.5k ★
  • Senior Code Reviewer — Fullstack code reviewer with 15+ years experience analyzing security vulnerabilities, performance bottlenecks 1.2k ★
  • Manual Test Author — Writes and maintains comprehensive manual testing guides (incremental + final) 539 ★

Full documentation available on GitHub

View Source Repository