test-design

Generates test outlines, test cases, and effort estimates from PRD documents.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/zhoulingxiao1216/testworkspace --skill test-design-zhoulingxiao1216
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-design
Source: https://github.com/zhoulingxiao1216/testworkspace/tree/main/.agent/skills/test-design
Command: npx skills add https://github.com/zhoulingxiao1216/testworkspace --skill test-design-zhoulingxiao1216

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It turns raw PRD documents into a complete, structured test design package—superpowers rule specifications, test point outlines, executable test cases, effort estimates, and acceptance reports—without manual drafting. ## Core Features & Use Cases - PRD-Driven Test Design: Recursively scans PRD directories (Markdown, HTML prototypes, Excel templates) and derives project-specific superpowers testing rules with module abbreviation dictionaries. - Full Lifecycle Deliverables: Produces test point outlines, TC-prefixed test case tables, effort estimation reports, and acceptance review reports across an 8-phase workflow. - Tri-Mode Adaptive Execution: Auto-detects full build, breakpoint resume, or incremental update modes based on existing deliverables in the project test docs directory. - Use Case: Given a new membership system PRD with HTML prototypes, activate this Skill to generate the superpowers.md rule base, a prioritized test outline, hundreds of formatted test cases, and a workload estimate ready for handoff to a test execution agent. ## Quick Start Analyze the PRD in the membership module directory and generate the complete test design deliverables including superpowers rules, test outline, test cases, and effort estimation.

Frequently Asked Questions about test-design

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

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

Provide the PRD directory path and the Skill scans all requirement files, derives a superpowers rule base, builds a test point outline, then instantiates TC-prefixed test cases in structured Markdown tables. It follows an 8-phase lifecycle ending with effort estimation.

What is a superpowers test specification in test design?▼

A superpowers specification is a project-specific rule document generated from the PRD that defines domain rules, module abbreviation dictionaries, test data profiles, and a Mermaid dependency graph. It inherits base rules §1-§3 and governs all downstream test case generation.

Can it resume test design from partially completed deliverables?▼

Yes, the tri-mode adaptive detection scans the project test docs directory for existing deliverables. In breakpoint resume mode it skips completed phases and continues from the earliest missing deliverable without overwriting existing files.

Does it handle incremental PRD changes without rewriting test cases?▼

Yes, incremental update mode tags affected outline points with V2 change labels and marks obsolete test cases as deprecated instead of deleting them. It also itemizes incremental manual effort and regression reserve hours separately in the estimation.

What input file formats does the PRD scanner support?▼

The scanner reads Markdown, text, and JSON files directly, parses HTML prototypes via browser rendering or DOM extraction, and records Excel templates for field cross-validation. Image assets are cataloged but not parsed.