test-plan

Generate a technical test plan and AC verification script from a passed story artefact.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/heymishy/2x2-v3-28-03-20216 --skill test-plan-heymishy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-plan
Source: https://github.com/heymishy/2x2-v3-28-03-20216/tree/main/.github/skills/test-plan
Command: npx skills add https://github.com/heymishy/2x2-v3-28-03-20216 --skill test-plan-heymishy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of formal QA artefacts for stories that have passed review, ensuring consistent planning before coding begins.

It generates two outputs: a technical test plan for coding agents and CI, and a plain-language AC verification script for QA and stakeholders, including a test data strategy section for regulated domains.

The workflow guides entry-condition checks, context confirmation, data strategy, and completion signalling to reduce miscommunication and rework.

Core Features & Use Cases

  • Generate two artefacts from a single passed story artefact: a machine-readable test plan and a human-facing verification script.
  • Enforce entry conditions, document AC coverage and gaps, and align with applicable NFRs and risk considerations.
  • Capture and articulate the test data strategy within the plan to support compliance and audit needs.

Quick Start

Run the plan generator after a story artefact passes review to produce the two artefacts in artefacts/ and to prepare the verification script.

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 formal test plan before coding begins?

To generate a formal test plan before coding, you need a story artefact that has passed review. This skill automates the creation of a machine-readable test plan and a plain-language AC verification script to ensure consistent QA planning.

What is an AC verification script and how does it support QA?

An AC verification script is a plain-language artefact for QA and stakeholders that validates acceptance criteria. It is generated alongside a technical test plan to reduce miscommunication and align testing with story requirements.

How do I document a test data strategy for regulated domains?

Documenting a test data strategy for regulated domains is handled automatically within the generated technical test plan. This captures compliance and audit needs by articulating the required data strategy before coding starts.

Can I use this for CI test planning and risk tracking?

Yes, this skill is designed for CI test planning and risk tracking. It generates a technical test plan for coding agents and CI environments, while aligning with applicable NFRs and tracking identified risk considerations.

Do I need a passed story artefact to generate a verification script?

Yes, a passed story artefact is a required entry condition. The workflow enforces entry-condition checks and context confirmation before generating the verification script and updating the pipeline state.

What is the best way to automate QA artefact creation for passed stories?

The best way to automate QA artefact creation is running this skill after a story passes review. It outputs a technical test plan and verification script to designated artefact directories and signals pipeline completion to prevent rework.