What problem does it solve?
This Skill generates a structured QA plan for a sprint, feature, or individual story. It reads GDDs and story files, classifies stories by test type (Logic/Integration/Visual/UI/Config/Data), and outputs a plan covering automated tests, manual test cases, smoke test scope, and playtest sign-off requirements. Run before sprint begins to align the team on testing work and acceptance criteria.
Core Features & Use Cases
- Parse scope from the sprint plan, a feature epic, or a specific story.
- Load inputs from story files and referenced GDDs to extract acceptance criteria and implementation notes.
- Classify each story by test type (Logic, Integration, Visual/Feel, UI, Config/Data).
- Generate a complete QA plan document, including automated test recommendations, manual verification, smoke-test scope, and playtest requirements.
- Output the plan to production/qa/qa-plan-[sprint-slug]-[date].md for traceability and hand-off.
Quick Start
Run the qa-plan with your current sprint scope to generate a complete QA plan.