Agent skill
spec-verifier
Verify specification quality and completeness. Use after writing spec.md to ensure it meets standards before task breakdown - checks for clarity, feasibility, testability, and completeness.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/spec-verifier
SKILL.md
Spec Verifier
Validate specification documents before proceeding to task creation.
When to Use
- After completing spec.md
- Before creating tasks.md
- When reviewing existing specs for quality
Verification Process
-
Load Checklist
- Review spec-verification-checklist.md
-
Analyze Spec
- Read
amp-os/specs/[feature]/spec.md - Cross-reference with
planning/requirements.md
- Read
-
Score Each Category
- Clarity & Structure
- Technical Completeness
- Feasibility
- Testability
- Dependency Awareness
-
Generate Report
- List passing criteria
- Flag issues with specific recommendations
- Provide overall readiness assessment
Output Format
## Spec Verification: [Feature Name]
### ✅ Passing
- [criterion]: [evidence]
### ⚠️ Issues
- [criterion]: [problem] → [recommendation]
### Verdict: READY / NEEDS REVISION
Amp Tools to Use
oracle- For complex feasibility analysisfinder- Verify referenced code exists
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?