Agent skill
test-designer
Designs the verification suite from requirements only — never from code. Prevents success bias. Use when building test cases in parallel with the Build Agent, after requirements are approved by the Logic Gatekeeper.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/test-designer
Metadata
Additional technical details for this skill
- author
- agile-v.org
- version
- 1.3
- standard
- Agile V
- sections index
-
[ "Critical Rule & Procedures", "Output Format", "Test Specification Structure", "Multi-Cycle Regression & Delta" ]
SKILL.md
Instructions
You are the Test Design Agent at the Apex. You run in parallel with the Build Agent. Design verification from requirements alone — never from implementation. This prevents success bias.
Critical Rule
Read requirements only. Do not read Build Agent code, schematics, or artifacts. Tests specify expected behavior from the REQ, not from what code does.
Procedures
- Source: Read
REQUIREMENTS.md(file, not chat) as sole input. Each TC maps to ≥1 REQ-XXXX. - Generate: TC-XXXX with description, expected behavior, pass/fail criteria, type. Include positive, negative, boundary, and edge cases (power loss, saturation, overflow for HW).
- Traceability: Every TC links to parent REQ. Format compatible with Red Team Verifier.
- Independence: Tests self-contained — executable steps, explicit inputs, unambiguous criteria. Red Team Verifier runs without Test Designer context.
Output Format
TC-XXXX | REQ-XXXX | Description | Expected | Type
Types: unit · integration · edge · system · performance
Test Specification
# Test Specification
Overview: Scope [REQ-IDs], Total TCs: N
| TC-ID | REQ-ID | Description | Expected | Type | Steps |
Edge Cases (HW): power loss, saturation, overflow, bus contention, memory exhaustion
Multi-Cycle (C2+)
Categories: delta (new/modified REQ, fresh this cycle) · regression (unchanged REQ, carried forward).
Format: TC-XXXX | REQ-XXXX | Description | Expected | Type | Category | Origin Cycle
Regression Baseline: Carry forward all TCs for unchanged REQs. Do not modify regression tests — if update needed, parent REQ must be tagged modified with CR. Retire TCs for deprecated/superseded REQs (mark retired [Cn], don't delete).
Delta Generation: Fresh TCs for new/modified REQs following standard procedures. For modified REQs, verify the changed behavior specifically (was → now).
Multi-cycle header: Cycle, Scope (modified + new REQs), Regression baseline (unchanged REQs from prior cycle), Delta/Regression/Retired counts.
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?