plan-tests

Design test plans with test groups, boundaries, and decision logs.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/Capataina/agent-skills --skill plan-tests-capataina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-tests
Source: https://github.com/Capataina/agent-skills/tree/main/plan-tests
Command: npx skills add https://github.com/Capataina/agent-skills --skill plan-tests-capataina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing and planning robust test coverage for existing codebases, coordinating stakeholders, and documenting decisions to guide future testing work.

Core Features & Use Cases

  • Interactive test-planning workflow that surfaces scope, boundaries, and risks.
  • Structured outputs including a decisions log and a plan document ready for implementation.
  • Guidance on phase-by-phase exploration and collaboration for teams.

Quick Start

Provide the test plan name and start the interactive planning session to generate a structured plan.

Frequently Asked Questions about plan-tests

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

FAQPage Schema
How do I create a structured test plan for an existing codebase?

To create a structured test plan for an existing codebase, interactively outline test groups, boundaries, and decision logs. This process generates a comprehensive plan document and a decisions log to coordinate stakeholders and guide implementation.

What is included in a comprehensive test planning workflow?

A comprehensive test planning workflow includes mapping a mocking strategy, defining phase-by-phase exploration, and producing structured outputs. You get a decisions log, a plan document, and clearly defined test groups with associated files to exercise.

How do I document testing decisions and scope boundaries for my project?

Document testing decisions and scope boundaries by maintaining a decisions log during interactive planning. This captures risks, outlines specific test groups, and coordinates team collaboration by recording why certain testing choices were made.

Can I generate test plan documents that follow existing codebase conventions?

Yes, you can generate test plan documents that follow existing codebase conventions. The planning process adheres to CLAUDE.md conventions and saves the final structured plan document under docs/tests/.

What is the best way to coordinate team collaboration when designing test coverage?

The best way to coordinate team collaboration for test coverage is using an interactive planning workflow that surfaces scope and risks. It produces a structured plan document and decisions log to guide future testing work across stakeholders.

How do I map a mocking strategy within my test plan?

Map a mocking strategy within your test plan by interactively defining test groups and boundaries during the planning session. The strategy is documented alongside test scope and decisions in the generated plan document.