test-cases

Generate structured test cases with traceability from PRD requirements.

43|9|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/ssdeanx/AgentStack --skill test-cases
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-cases
Source: https://github.com/ssdeanx/AgentStack/tree/main/.github/skills/test-cases
Command: npx skills add https://github.com/ssdeanx/AgentStack --skill test-cases

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams generate comprehensive, requirement-driven test cases from PRD documents or user requirements, ensuring complete coverage and traceability.

Core Features & Use Cases

  • Transform requirements into structured test cases covering functional, edge case, error handling, and state transition scenarios.
  • Provide QA planning, test scenario creation, and structured test documentation in Markdown.
  • Use Case: Given a PRD, generate test cases, traceability matrices, and a test coverage report that maps requirements to test scenarios.

Quick Start

Provide a PRD or requirements document and request test cases to generate a complete, structured test-case document.

Frequently Asked Questions about test-cases

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

FAQPage Schema
How do I generate test cases from a PRD automatically?

To generate test cases from a PRD, you provide the requirements document and the skill maps them to structured test scenarios. It outputs uniquely identified test cases covering functional, edge, error, and state transition scenarios with preconditions and expected results.

What is requirements traceability in QA test scenario creation?

Requirements traceability in QA test scenario creation maps each test case back to a specific PRD requirement. This ensures comprehensive documentation and verifies that all functional, edge, and error handling scenarios achieve complete test coverage.

Can I create a test coverage report from user requirements inputs?

Yes, you can create a test coverage report from user requirements inputs by mapping the provided specifications to structured test scenarios. The process generates a traceability matrix and documentation linking expected results directly to your requirements.

Does automated test-case generation cover edge cases and state transitions?

Automated test-case generation covers edge cases, error handling, and state transition scenarios. It analyzes your PRD documents to produce structured test cases with preconditions, steps, and expected results for comprehensive QA planning.

What is the best way to structure QA planning documentation for comprehensive coverage?

The best way to structure QA planning documentation is using Markdown to map PRD requirements to test scenarios. This produces uniquely identified test cases with preconditions, steps, expected results, and traceability matrices for complete coverage.