qa-plan

Generate structured QA plans from GDDs and story files.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/CarlosQ96/robot-crawler --skill qa-plan-carlosq96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-plan
Source: https://github.com/CarlosQ96/robot-crawler/tree/main/.agents/skills/qa-plan
Command: npx skills add https://github.com/CarlosQ96/robot-crawler --skill qa-plan-carlosq96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA planning for sprints and features is time-consuming and error-prone; this skill automates scoping, data extraction, and documentation to produce a complete QA plan.

Core Features & Use Cases

  • Phase-driven workflow: from scope resolution to test plan generation, using GDDs, ADRs, and story files.
  • Automated classification and mapping: assigns story types, collects acceptance criteria, and lists required automated and manual tests.
  • Outputs and traceability: generates a production-ready plan document with references and sign-off requirements.

Quick Start

Provide a sprint/feature or story input to the qa-plan skill to produce a full plan at production/qa/qa-plan-<slug>-<date>.md

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 plan from GDDs and story files?

You generate a QA plan by providing sprint, feature, or story inputs to resolve scope and extract data from GDDs. The skill applies scope rules to produce a structured plan with story type mappings, automated and manual test guidance, and smoke-test scope.

What is the best way to automate QA scoping for a sprint?

Automating QA scoping involves feeding sprint or feature inputs into a phase-driven workflow that applies scope rules to identify boundaries. The process classifies story types, collects acceptance criteria, and outputs a production-ready plan document.

Can I create a test plan if some story files are missing?

Yes, you can create a test plan with missing files because the skill is designed to gracefully handle absent story files. It applies scope rules to available inputs and generates a QA plan with required references and sign-off requirements.

Does QA planning automation work with acceptance criteria from story files?

Yes, QA planning automation works with story files by extracting acceptance criteria and mapping story types during the phase-driven workflow. It collects required automated and manual tests to generate a complete plan with traceability.

How do I include smoke-test scope in my automated QA plan?

You include smoke-test scope by processing sprint or feature inputs through the QA planning workflow. The resulting plan document automatically defines the smoke-test scope alongside required references and sign-off requirements.

What limitations exist when generating a QA plan from story files?

A limitation when generating a QA plan is dependency on the structure of provided GDDs and story files for accurate scope resolution. While missing files are handled gracefully, incomplete or poorly structured input data may affect the quality of story type mappings and test guidance.