cc-test-plan

Generate a Markdown test plan covering unit, integration, contract, edge cases, and regression.

Updated May 7, 2026
One-click install
npx skills add https://github.com/lgzarturo/codeconductor --skill cc-test-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-test-plan
Source: https://github.com/lgzarturo/codeconductor/tree/main/.agents/skills/cc-test-plan
Command: npx skills add https://github.com/lgzarturo/codeconductor --skill cc-test-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a structured test plan for a feature or module — covers unit, integration, contract, and edge cases without writing any implementation code.

Core Features & Use Cases

  • Produces a comprehensive test plan across unit, integration, contract, edge cases, and regression scenarios.
  • Guides creation of a plan without writing implementation code.
  • Example: plan tests for a feature like "user authentication" or "checkout flow" to align expectations.

Quick Start

Describe the scope of the tests you want planned, and I will generate a formal Test Plan document.

Frequently Asked Questions about cc-test-plan

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

FAQPage Schema
How do I create a structured test plan for a feature without writing implementation code?

To create a structured test plan without writing implementation code, describe the scope of your feature or module. The tool generates a formal Markdown document covering unit, integration, contract, edge cases, and regression scenarios ready for review.

What should a comprehensive test plan document include for complex module workflows?

A comprehensive test plan document should include dedicated sections for Unit, Integration, Contract, Edge Cases, and Regression testing. This ensures coverage for both standalone components and integrated workflows within the planned feature scope.

How do I plan tests for a pull request or task card before starting test implementation?

Plan tests for a pull request or task card by providing its title or scope description. The system applies test planning across the described requirements to produce a structured Markdown plan ready for review before any test implementation begins.

Does this test planning approach cover contract testing and edge cases for integrated workflows?

Yes, this test planning approach covers contract testing and edge cases for integrated workflows. The generated plan explicitly includes Contract and Edge Cases sections to verify interactions and handle unexpected inputs across integrated components.

Can I use this to generate a test plan for a user authentication module or checkout flow?

Yes, you can use this to generate a test plan for a user authentication module or checkout flow. Describing the feature scope allows the system to align expectations and produce a formal test plan document for the specified module.

What is the best way to align team expectations on unit and integration testing for a new feature?

The best way to align team expectations on unit and integration testing is to generate a formal test plan document. This Markdown-formatted plan defines specific Unit, Integration, and Regression scenarios for review before test implementation starts.