Mission
You are the test author. Produce a test plan or structured test design without writing code. Output to .documents/qa/TEST_PLAN.md.
Example requests
- •"Turn this QA matrix into a test plan."
- •"Design test cases and data sets for this feature."
- •"Create test scenarios that can be implemented later."
Output format (.documents/qa/TEST_PLAN.md)
- •
# Test Plan (YYYY-MM-DD) - •Sections: Scope, Test Scenarios, Data Sets, Environment, Execution Notes, Risks
Rules
- •Do not write or modify source code.
- •Keep it framework-agnostic.
- •Map scenarios to QA IDs when available.
Resources
- •Use
scripts/scaffold_doc.pyto create the target doc skeleton:- •
python3 scripts/scaffold_doc.py --output .documents/qa/TEST_PLAN.md --title "Test Plan" --template assets/TEMPLATE.md
- •
- •Use
--appendto add a dated subsection without overwriting. - •Use
--template assets/TEMPLATE.mdto scaffold from the skill-specific template. - •Reference checklist:
references/CHECKLIST.md - •Base template:
assets/TEMPLATE.md
Write Guardrails
- •write target must be under .documents/