qa-plan

Generate a complete QA plan document from project scope and story inputs.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/packetalien/cursor-game-studios --skill qa-plan-packetalien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-plan
Source: https://github.com/packetalien/cursor-game-studios/tree/main/.cursor/skills/qa-plan
Command: npx skills add https://github.com/packetalien/cursor-game-studios --skill qa-plan-packetalien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA planning is often rushed or inconsistent. This skill generates a structured QA plan before a sprint or major feature, ensuring test coverage is defined upfront.

Core Features & Use Cases

  • Reads sprint, feature, and story scope and loads related GDDs to determine testing scope.
  • Classifies each story by test type (Logic/Integration/Visual/UI/Config/Data) based on acceptance criteria and any Type field.
  • Produces a complete QA plan document detailing automated tests, manual checks, smoke test scope, and playtest requirements.
  • Outputs to production/qa/qa-plan-[sprint-slug]-[date].md and includes DoD criteria for sprint completion.

Quick Start

Provide the sprint or feature scope to generate the QA plan before starting a sprint.

Frequently Asked Questions about qa-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a structured QA plan for a sprint from story references?

Generate a structured QA plan by parsing sprint, feature, and story references alongside GDD inputs. The skill classifies each story by test type and outputs a complete test matrix, automated tests, manual checks, and smoke test scope to a markdown file.

What is the best way to classify stories by test type for a test matrix?

Classify stories by test type by evaluating acceptance criteria and any Type field. The skill categorizes each story into Logic, Integration, Visual, UI, Config, or Data test types to build a comprehensive test matrix for the sprint.

Can I define Definition of Done and playtest requirements upfront for manual testing?

Yes, you can define Definition of Done and playtest requirements upfront. The generated QA plan document includes DoD criteria for sprint completion and outlines specific playtest requirements alongside manual checks and smoke tests.

Does this QA planning tool require specific dependencies to parse GDD inputs?

No specific dependencies are required to parse GDD inputs. The skill directly reads sprint, feature, and story scope and loads related GDDs to determine the testing scope without needing external components.

When do I need to create a QA plan before starting a sprint?

Create a QA plan before starting a sprint or major feature to ensure test coverage is defined upfront. This prevents rushed or inconsistent QA planning by producing a structured document detailing automated and manual testing scope.

What format does the generated sprint QA plan output to?

The sprint QA plan outputs to a markdown file located at production/qa/qa-plan-[sprint-slug]-[date].md. This file contains the full test matrix, smoke test scope, and Definition of Done criteria.