plan-test-create

Generate TC-N acceptance scenarios, test data, and coverage matrix from Design and Discussion inputs.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill plan-test-create-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-test-create
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/plan-test-create
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill plan-test-create-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of a comprehensive test plan document by reading Design (SVC-N, INT-N, STS-N) and Discussion (REQ-N), guiding Clarify steps, and generating TC-N acceptance scenarios, test data, system scenarios, and a coverage matrix. Use after Design approval (WAITING) to define testing scope and artifacts.

Core Features & Use Cases

  • Reads Design and Discussion inputs to assemble a complete test plan.
  • Generates TC-N acceptance scenarios, test data, system scenarios, and a coverage matrix.
  • Supports use cases in SDD workflows where Design and Discussion drive QA planning.

Quick Start

Run /plan-test-create specs/analysis/0001-auth-oauth2/design.md to generate the complete test plan after Design is approved (WAITING).

Frequently Asked Questions about plan-test-create

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

FAQPage Schema
How do I generate a test plan from design and discussion documents?

You can generate a comprehensive test plan by reading Design (SVC-N, INT-N, STS-N) and Discussion (REQ-N) inputs to assemble acceptance scenarios, test data, system scenarios, and a coverage matrix.

Can I create acceptance test scenarios from an approved SDD design file?

Yes, after your Design is approved and in a WAITING state, you can run the test plan creation process on your design file to produce TC-N acceptance test scenarios and a coverage matrix.

How does a coverage matrix map requirements to test cases?

A coverage matrix maps REQ-N discussions and design inputs to TC-N acceptance scenarios, ensuring that all system scenarios and design constraints are validated by corresponding test data.

Do I need a Clarify step before generating acceptance test scenarios?

Yes, guiding a Clarify step is required to process Design and Discussion inputs before generating TC-N acceptance scenarios, test data, system scenarios, and the coverage matrix.

What is the best way to automate QA planning from software design documents?

Automating QA planning involves reading Design and Discussion inputs to generate a complete test plan, defining testing scope, artifacts, and system scenarios without manual compilation.