test-designer

Solid

Designs the verification suite from approved, baselined requirements only — never from code. Prevents success bias. Use when building test cases in parallel with the Build Agent after Gate 1 approval and baseline capture.

AI & Automation 51 stars 9 forks Updated today CC-BY-SA-4.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 approved, baselined requirements plus explicitly referenced normative design, interface, and risk constraints only.** Do not read Build Agent code, schematics, or implementation artifacts. Tests specify expected behavior from the controlled inputs, not from what code does. If you are tempted to look at the implementation to understand what to test, stop — that is success bias. The requirement defines the expected behavior. Test the requirement, not the code. ## Procedures 1. **Source:** Read the registered requirements baseline (file, not chat) and only the design, interface, or risk constraints explicitly referenced by that baseline. Design only from requirements that are **approved AND baselined**; reviewed, approved-but-unbaselined, and draft revisions are not inputs. See `docs/agile-v-runtime/03_CANONICAL_LIFECYCLE_CONTRACT.md`. 2. **Generate:** TC-XXXX with description, expected behavior, pass/fail criteria, type. Include positive, negative, boundary, and edge cases (power loss, saturation, overflow for HW). 3. **Traceability:** Every TC records typed lineage `test_case -> verifies -> baselined requirement` with `REQ-XXXX`, revision, and baseline reference. Format remains compatible with Red Team Verifier. 4. **Independence:** Tests self-...

Details

Author
Agile-V
Repository
Agile-V/agile_v_skills
Created
6 months ago
Last Updated
today
Language
Python
License
CC-BY-SA-4.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category