devdocs-test-cases

Convert requirements into test plans and traceable test cases.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ab300819/skills --skill devdocs-test-cases
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devdocs-test-cases
Source: https://github.com/ab300819/skills/tree/main/devdocs-test-cases
Command: npx skills add https://github.com/ab300819/skills --skill devdocs-test-cases

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts requirements into testable test plans and traceable test cases that guide QA throughout the product lifecycle.

Core Features & Use Cases

  • Test-case generation from F/US/AC hierarchy: derive UT, IT, and E2E tests from functional points, user stories, and acceptance criteria.
  • Traceability guidance: produce a matrix linking requirements to tests and code locations.
  • QA planning support: generate templates and structured documentation for test strategy and coverage.

Quick Start

Provide your requirements doc and system design doc to begin. The skill will generate the main test plan at docs/devdocs/03-test-cases.md and supporting documents for unit, integration, and end-to-end tests as needed. Review and customize the templates to fit your project workflow.

Frequently Asked Questions about devdocs-test-cases

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

FAQPage Schema
How do I generate test cases from requirements and acceptance criteria?

To generate test cases from requirements, the skill parses your functional points, user stories, and acceptance criteria, then derives structured unit, integration, and end-to-end test templates to ensure full coverage.

What is a requirements traceability matrix in QA planning?

A requirements traceability matrix links your functional points and acceptance criteria directly to their corresponding test cases and code locations, ensuring verifiable coverage throughout the product lifecycle.

How do I create a test plan from a system design document?

You can create a test plan by providing your requirements and system design documents; the skill generates a main test plan at docs/devdocs/03-test-cases.md along with supporting test templates.

Can I use this to generate both unit and end-to-end test templates?

Yes, you can generate unit, integration, and end-to-end test templates by applying requirements-driven testing across your functional points, user stories, and acceptance criteria hierarchy.

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

The best way to structure QA documentation is using template-based generation that maps functional points, user stories, and acceptance criteria into a traceable matrix at docs/devdocs/03-test-cases.md.