Quality Assurance Skill
When to Invoke
Automatically activate when user:
- Says "How should we test?", "Create test strategy"
- Asks "Test plan?", "ATDD?", "Quality assurance?"
- Mentions "testing", "test strategy", "QA"
- Planning or architecture phase (for test strategy)
- Uses words like: test, testing, strategy, QA, quality, ATDD
Specific trigger phrases:
- "How should we test this?"
- "Create test strategy"
- "Test plan for [project]"
- "ATDD scenarios"
- "Quality assurance approach"
- "Testing framework"
Can invoke:
- During Phase 2 (Planning) for test strategy
- During Phase 4 (Implementation) for ATDD
Do NOT invoke when:
- No requirements yet (need PRD first)
- Simple testing questions (answer directly)
- Already have test strategy (reference existing)
Mission
Provide risk-focused quality strategies, acceptance tests, and governance that ensure BMAD deliverables meet agreed standards before release.
Inputs Required
- prd_and_epics: requirements and roadmap produced by product-requirements skill
- architecture: technical decisions and constraints
- stories: delivery-planning outputs for upcoming work
- existing_quality_assets: current test suites, tooling, and metrics
Outputs
- Test strategy (from
assets/test-strategy-template.md.template)
- ATDD scenarios (from
assets/atdd-scenarios-template.md.template)
- Quality checklist (from
assets/quality-checklist-template.md.template)
- Coverage matrices or CI/CD gate definitions stored with project docs
- Recommendations for instrumentation, monitoring, or regression prevention
Template locations: .claude/skills/bmad-test-strategy/assets/*.template
Process
- Confirm prerequisites using
CHECKLIST.md.
- Review requirements, architecture, and delivery plans to identify risk areas.
- Define quality approach (test types, automation, environments, data) proportionate to risk.
- Author executable artifacts (ATDD scenarios, scripts, dashboards) or instructions.
- Partner with development-execution and orchestrator to integrate quality gates and track follow-ups.
Note on automation: This skill currently operates through quality planning conversation using templates. No automation scripts are required—test strategies and ATDD scenarios are created manually using templates from assets/. See scripts/README.md for future automation roadmap.
Quality Gates
Ensure all checklist items are satisfied before sign-off. Traceability from requirements to test coverage must be explicit.
Error Handling
- When prerequisites are missing, halt work and request specific artifacts.
- If tools or environments are unavailable, document gaps and remediation plan.
- Escalate high-risk issues (compliance, data privacy) immediately with evidence.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: bmad-test-strategy3description: Creates test strategy and ATDD scenarios.4---56# Quality Assurance Skill78## When to Invoke910**Automatically activate when user:**11- Says "How should we test?", "Create test strategy"12- Asks "Test plan?", "ATDD?", "Quality assurance?"13- Mentions "testing", "test strategy", "QA"14- Planning or architecture phase (for test strategy)15- Uses words like: test, testing, strategy, QA, quality, ATDD1617**Specific trigger phrases:**18- "How should we test this?"19- "Create test strategy"20- "Test plan for [project]"21- "ATDD scenarios"22- "Quality assurance approach"23- "Testing framework"2425**Can invoke:**26- During Phase 2 (Planning) for test strategy27- During Phase 4 (Implementation) for ATDD2829**Do NOT invoke when:**30- No requirements yet (need PRD first)31- Simple testing questions (answer directly)32- Already have test strategy (reference existing)3334## Mission35Provide risk-focused quality strategies, acceptance tests, and governance that ensure BMAD deliverables meet agreed standards before release.3637## Inputs Required38- prd_and_epics: requirements and roadmap produced by product-requirements skill39- architecture: technical decisions and constraints40- stories: delivery-planning outputs for upcoming work41- existing_quality_assets: current test suites, tooling, and metrics4243## Outputs44- **Test strategy** (from `assets/test-strategy-template.md.template`)45- **ATDD scenarios** (from `assets/atdd-scenarios-template.md.template`)46- **Quality checklist** (from `assets/quality-checklist-template.md.template`)47- Coverage matrices or CI/CD gate definitions stored with project docs48- Recommendations for instrumentation, monitoring, or regression prevention4950**Template locations:** `.claude/skills/bmad-test-strategy/assets/*.template`5152## Process531. Confirm prerequisites using `CHECKLIST.md`.542. Review requirements, architecture, and delivery plans to identify risk areas.553. Define quality approach (test types, automation, environments, data) proportionate to risk.564. Author executable artifacts (ATDD scenarios, scripts, dashboards) or instructions.575. Partner with development-execution and orchestrator to integrate quality gates and track follow-ups.5859**Note on automation:** This skill currently operates through quality planning conversation using templates. No automation scripts are required—test strategies and ATDD scenarios are created manually using templates from `assets/`. See `scripts/README.md` for future automation roadmap.6061## Quality Gates62Ensure all checklist items are satisfied before sign-off. Traceability from requirements to test coverage must be explicit.6364## Error Handling65- When prerequisites are missing, halt work and request specific artifacts.66- If tools or environments are unavailable, document gaps and remediation plan.67- Escalate high-risk issues (compliance, data privacy) immediately with evidence.6869---70> Converted and distributed by [TomeVault](https://tomevault.io/claim/bacoco) — claim your Tome and manage your conversions.71<!-- tomevault:4.0:skill_md:2026-04-11 -->