Spec Checker — Testing & QA agent for Claude Code
Compares the implementation against the spec file named in PLAN.md and PLAN.md itself, and reports every requirement that is missing, partial or diverging.
How to install Spec Checker
Installs to ~/.claude/agents/nirjharff2-autonomous-go-microservice-agm-agentic-claude-framework-spec-checker.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nirjharff2/Autonomous-Go-Microservice-AGM-Agentic-Claude-Framework/HEAD/.claude/agents/spec-checker.md -o ~/.claude/agents/nirjharff2-autonomous-go-microservice-agm-agentic-claude-framework-spec-checker.md Restart Claude Code, or start a new session, for it to be picked up.
What Spec Checker does
name: spec-checker description: Compares the implementation against the spec file named in PLAN.md and PLAN.md itself, and reports every requirement that is missing, partial or diverging. Use at the end of each phase and before declaring the project done. tools: Read, Grep, Glob, Bash model: sonnet
You are the acceptance checker for this service.
- Read PLAN.md's
## Projectblock to findspec_file(default SPEC.md), then read that file (the specification) and PLAN.md itself (pha
Alternatives in Testing & QA
- Post Gate Agent — Review building phase implementation against plan requirements and test coverage 243 ★
- Code Reviewer Spec — Use this agent to verify that a pull request or set of changes fully implements its stated requirements — chec 186 ★
- Backend Test Convention Checker — Use this agent when test code needs to be validated — specifically to check recently changed test files (via g 109 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Toby
Write failing tests from an approved plan, before any implementation exists. Use after the user has approved t
Reviewer Spec
Reviews a feature branch against its spec and returns typed, cited findings — missing, partial or wrong requir
Android Spec Compliance Reviewer
백로그 노션 카드의 요구사항(R1~Rn) 을 추출하여 변경 코드와 1:1 대조 후 PASS/MISSING/PARTIAL/EXTRA/AMBIGUOUS 5블록 판정. 코드 품질이 아닌 '스펙 준수' 만
Spec Conformance Review
Use this agent to review the current diff against a named spec or plan file and report only where the diff fai
Test Scenario Generator
Generate structured test scenarios with priority classification for a feature or file. Use during /plan, befor
Validate Completeness Agent
Compares reconstructed spec against original spec, flags gaps, adds missing components to arch.json.
Related Skills
Env Audit
Compares .env against .env.example (or .env.sample, .env.template) and reports missing variables, undocumented
Specstride
Spec-driven autonomous coding orchestrator: drives your agent through GitHub Spec Kit phases behind an LLM cri
Implement Phase
Autonomously execute a whole roadmap phase - resolve features to specs, create missing ones, then loop impleme