Agent skill
test-spec
Generate test specifications from PBIs and acceptance criteria. Use when creating test specs, defining test strategy, or planning QA coverage. Triggers on keywords like "test spec", "test specification", "qa spec", "test strategy", "what to test".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/test-spec-duc01226-easyplatform
SKILL.md
Test Specification
Generate comprehensive test specifications from requirements.
When to Use
- PBI ready for QA planning
- Need test coverage strategy
- Defining test scope
Quick Reference
Workflow
- Read PBI and user stories
- Extract acceptance criteria
- Identify test scenarios (positive/negative/edge)
- Define test categories and coverage
- Create test spec artifact
- Save to
team-artifacts/test-specs/ - Suggest next:
/test-cases
Test Categories
| Category | Purpose |
|---|---|
| Positive | Happy path verification |
| Negative | Error handling |
| Boundary | Edge values |
| Integration | Component interaction |
| Security | Auth, injection, XSS |
Output
- Path:
team-artifacts/test-specs/{YYMMDD}-testspec-{feature}.md - ID Pattern:
TS-{MOD}-{NNN}
Spec Structure
- Overview
- Test Scope
- Test Categories
- Test Scenarios (high-level)
- Coverage Requirements
- Test Data Needs
Related
- Role Skill:
qa-engineer - Command:
/test-spec - Input:
/storyoutput - Next Step:
/test-cases
Task Planning Notes
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed
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?