test-planner

Analyze requirements to design structured test plans and scenario matrices.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/walker-hzx/AI-Assistant --skill test-planner-walker-hzx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-planner
Source: https://github.com/walker-hzx/AI-Assistant/tree/main/skills/test-planner
Command: npx skills add https://github.com/walker-hzx/AI-Assistant --skill test-planner-walker-hzx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes requirements and excavates deep scenarios to design comprehensive test plans and cases that support a TDD-driven workflow, elevating QA quality from the start.

Core Features & Use Cases

  • Deep requirements analysis to identify core features, user roles, data flows, and dependencies.
  • Systematic scenario mining across normal, edge, failure, and multi-user interactions.
  • Structured test-case design with coverage matrices and concrete examples for both unit and integration levels.
  • TDD-aligned workflow that generates test plans and data requirements ready for automation or manual validation.
  • Output artifacts include test plans, scenario matrices, and reusable test data specifications.

Quick Start

Input the feature description or requirements to generate a comprehensive test plan and test cases.

Frequently Asked Questions about test-planner

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

FAQPage Schema
How do I design test cases from software requirements for TDD workflows?

To design test cases for TDD workflows, you analyze requirements to identify core features, user roles, and data flows, then systematically mine scenarios to produce structured test plans and coverage matrices ready for automation.

What is scenario mining in test plan design?

Scenario mining in test plan design is the systematic excavation of normal, edge, failure, and multi-user interactions from requirements to ensure comprehensive test coverage across complex workflows.

How do I generate a test coverage matrix for multi-step user workflows?

Generate a test coverage matrix by analyzing multi-step, multi-user workflows within your requirements, identifying dependencies and edge cases, and mapping them into structured test-case designs with concrete data requirements.

Can I use automated test case generation for integration and unit level tests?

Yes, you can generate structured test-case designs with coverage matrices and concrete examples for both unit and integration levels, producing data specifications ready for automated or manual validation.

What's the best way to uncover edge cases during requirements analysis?

The best way to uncover edge cases is through deep requirements analysis that identifies data flows and dependencies, systematically mining failure scenarios and multi-user interactions to produce a robust test plan.

Does this approach to test design work without existing test data specifications?

Yes, the approach works without existing test data by generating reusable test data specifications and structured scenario matrices as output artifacts during the requirements analysis and test-case design process.