test-plan

Convert implementation plan files into test plans with scenarios and traceability matrices.

1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/wgordon17/personal-claude-marketplace --skill test-plan-wgordon17
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-plan
Source: https://github.com/wgordon17/personal-claude-marketplace/tree/main/code-quality/skills/test-plan
Command: npx skills add https://github.com/wgordon17/personal-claude-marketplace --skill test-plan-wgordon17

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically converts implementation plans into comprehensive, user-facing test plans with personas, Given/When/Then scenarios, manual UAT steps, traceability matrices, and optional BDD annotations for downstream skills.

Core Features & Use Cases

  • Generates user-facing test plans from an implementation plan file.
  • Produces Given/When/Then scenarios, personas, manual UAT steps, and traceability matrices.
  • Annotates the input plan so downstream skills (e.g., /swarm, /plan-review, /pr-review, /fix, /quality-gate) can discover and consume the test plan automatically.

Quick Start

Provide the path to your implementation plan file to generate the initial test plan.

Frequently Asked Questions about test-plan

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

FAQPage Schema
How do I generate a test plan from an implementation plan?

To generate a test plan, provide the path to your implementation plan file. The skill ingests it and outputs personas, Given/When/Then scenarios, manual UAT steps, and a traceability matrix in a human-readable format.

What is a traceability matrix in user acceptance testing?

A traceability matrix links implementation plan items to corresponding test scenarios and acceptance criteria. This skill automatically generates that matrix alongside personas and Given/When/Then steps to ensure full test coverage.

Can I create Given/When/Then scenarios for BDD workflows from an implementation plan?

Yes, the skill produces Given/When/Then scenarios and optional BDD annotations from your implementation plan. These outputs support user-guided testing and integrate with existing BDD workflows if present.

Do I need a specific file format to create acceptance criteria and UAT steps?

You need an implementation plan file as input. The skill uses this file to define acceptance criteria, generate user personas, and produce manual UAT steps without requiring additional dependencies.

How does auto-discovery work for downstream skills consuming a test plan?

The skill annotates the input implementation plan with downstream memory references. This enables skills like swarm, plan-review, and quality-gate to automatically discover and consume the generated test plan artifact.