qa-plan

Solid

Generate a QA test plan for a sprint or feature. Reads GDDs and story files, classifies stories by test type (Logic/Integration/Visual/UI), and produces a structured test plan covering automated tests required, manual test cases, smoke test scope, and playtest sign-off requirements. Run before sprint begins or when starting a major feature.

Testing & QA 20,436 stars 2970 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 97/100

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

Skill Content

# QA Plan This skill generates a structured QA plan for a sprint, feature, or individual story. It reads all in-scope story files and their referenced GDDs, classifies each story by test type, and produces a plan that tells developers exactly what to automate, what to verify manually, what the smoke test scope is, and when to bring in a playtester. Run this before a sprint begins so the team knows upfront what testing work is required. A test plan written after implementation is a post-mortem, not a plan. **Output:** `production/qa/qa-plan-[sprint-slug]-[date].md` --- ## Phase 1: Parse Scope **Argument:** `$ARGUMENTS` (blank = ask user via AskUserQuestion) Determine scope from the argument: - **`sprint`** — read the most recent file in `production/sprints/`, extract every story file path referenced. If `production/sprint-status.yaml` exists, use it as the primary story list and fall back to the sprint plan for story metadata. - **`feature: [system-name]`** — glob `production/epics/*/story-*.md`, filter to stories whose file path or title contains the system name. Also check the epic index file (`EPIC.md`) in that system's directory. - **`story: [path]`** — validate that the path exists and load that single file. - **No argument** — use `AskUserQuestion`: - "What is the scope for this QA plan?" - Options: "Current sprint", "Specific feature (enter system name)", "Specific story (enter path)", "Full epic" After resolving scope, report: "Building QA pl...

Details

Author
Donchitos
Repository
Donchitos/Claude-Code-Game-Studios
Created
3 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Solid

qa-test-planner

Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation.

27,681 Updated today
davila7
Testing & QA Solid

qa-test-planner

Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation.

1,924 Updated 2 months ago
softaworks
Testing & QA Listed

qa-test-planner

Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation.

335 Updated today
aiskillstore
Testing & QA Solid

team-qa

Orchestrate the QA team through a full testing cycle. Coordinates qa-lead (strategy + test plan) and qa-tester (test case writing + bug reporting) to produce a complete QA package for a sprint or feature. Covers: test plan generation, test case writing, smoke check gate, manual QA execution, and sign-off report.

20,436 Updated 1 weeks ago
Donchitos
Testing & QA Solid

speci5.plan

Read a story spec and create a concrete implementation plan with tasks in .spec/features/<feature>/<story>/plan.md. Analyzes the codebase to produce specific, actionable tasks with file paths, function names, and unit test coverage aligned to the project tech stack. WHEN: /plan, create plan, plan story, break down story, implementation tasks, plan implementation, what to build. DO NOT USE FOR: brainstorming ideas (use brainstorm), writing specs (use specify), checking implementation (use check).

183 Updated 1 months ago
majiayu000