generate-unit-test-plan

Generate a DE-13 unit test plan from a screen list by classifying screen types.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/bs-koo/gx-pm --skill generate-unit-test-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-unit-test-plan
Source: https://github.com/bs-koo/gx-pm/tree/main/plugins/gx-pm/skills/generate-unit-test-plan
Command: npx skills add https://github.com/bs-koo/gx-pm --skill generate-unit-test-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a DE-13 unit test plan by analyzing a screen list, identifying screen types, and mapping tests automatically to coverage criteria, reducing manual planning time.

Core Features & Use Cases

  • Parse screen lists from Markdown tables, Excel, or /pm-design results.
  • Infer screen types (list, detail, registration, update, CRUD) and auto-map validation criteria.
  • Produce a structured unit test plan with test IDs and clear coverage notes.

Quick Start

Run the skill with a screen list to generate a DE-13 unit test plan.

Frequently Asked Questions about generate-unit-test-plan

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

FAQPage Schema
How do I generate a unit test plan from a screen list?

A DE-13 unit test plan is a structured testing document generated by classifying screen types from a list and mapping validation criteria. It automates test coverage by producing test IDs and notes, reducing manual planning time.

Can I generate a DE-13 test plan from an Excel file?

Yes, you can generate a DE-13 test plan from an Excel file. The tool parses uploaded Excel sheets containing screen lists, infers CRUD screen types, and automatically outputs a structured unit test plan with coverage notes.

What's the best way to automate unit test planning for multiple screen types?

The best way to automate unit test planning for multiple screen types is using type-based criteria mapping. The tool infers whether a screen is a list, detail, registration, or update form, then applies specific validation criteria to generate a structured plan.

Does the DE-13 unit test plan generator work with /pm-design results?

Yes, the DE-13 unit test plan generator works directly with /pm-design results. It accepts the output from /pm-design as input, classifies the resulting screen types, and maps the appropriate test criteria automatically.

What screen types are supported when mapping test criteria?

Supported screen types include list, detail, registration, and update screens. The tool identifies these CRUD classifications from your input screen list and applies type-specific validation criteria to generate the unit test plan.