qa-plan

Generate structured QA test plans from story files and GDDs.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/sumilee-pcu/game2026 --skill qa-plan-sumilee-pcu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-plan
Source: https://github.com/sumilee-pcu/game2026/tree/main/.claude/skills/qa-plan
Command: npx skills add https://github.com/sumilee-pcu/game2026 --skill qa-plan-sumilee-pcu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of inconsistent or non-existent testing strategies by automatically generating structured QA plans that bridge the gap between game design documents and technical implementation.

Core Features & Use Cases

  • Automated Test Mapping: Automatically classifies stories into Logic, Integration, Visual, or UI categories to determine the appropriate testing strategy.
  • Requirement Traceability: Extracts acceptance criteria and formulas directly from GDDs to ensure every feature is verified against its original design intent.
  • Use Case: Before starting a new sprint, use this skill to generate a complete test plan that identifies exactly which unit tests, integration tests, and manual smoke checks are required to ensure the sprint is ready for release.

Quick Start

Run the qa-plan skill to generate a test plan for the current sprint by typing the command qa-plan 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 QA test plan for game development sprints?

Generate a QA test plan for game development sprints by parsing story files and game design documents to produce actionable verification checklists. The automated process extracts acceptance criteria to define specific testing tasks.

What is automated test mapping for game features?

Automated test mapping for game features classifies user stories into Logic, Integration, Visual, or UI categories. This classification determines the appropriate testing strategy required to verify specific sprint requirements.

How do I ensure game features comply with the original design documents?

Ensure game features comply with original design documents through requirement traceability. This mechanism extracts acceptance criteria and formulas directly from GDDs to verify every implemented feature.

Can I integrate QA planning with existing project documentation and test files?

Integrate QA planning with existing project documentation and test file structures to produce actionable verification checklists. This integration requires connecting your story files and GDDs to generate accurate test requirements.

When do I need to generate an automated QA test plan?

Generate an automated QA test plan before starting a new game development sprint or feature implementation cycle. It identifies required unit tests, integration tests, and manual smoke checks to ensure sprint readiness.