CS-plan

Coordinate a multi-agent workflow to generate runnable PLAN.md software plans.

1|1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/intenet1001-commits/CSnCompany_2-0 --skill cs-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CS-plan
Source: https://github.com/intenet1001-commits/CSnCompany_2-0/tree/main/plugins/CS-plan-v19/skills/CS-plan
Command: npx skills add https://github.com/intenet1001-commits/CSnCompany_2-0 --skill cs-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CS-plan coordinates a multi-agent planning workflow to generate runnable software plans by orchestrating a dedicated plan-lead and four specialized agents (domain-analyst, arch-designer, tdd-strategist, checklist-builder). It ensures deterministic composition, scoped conversations, and a clear plan artifact (PLAN.md) for software projects.

Core Features & Use Cases

  • Central orchestration of a plan-lead that coordinates four agent teams to produce an executable plan based on a feature description.
  • Supports multiple input styles (/CS-plan "feature", language options, and output paths) and outputs a PLAN.md with architecture, tests strategy, and a checklist.
  • Designed for fast, reproducible plans with low main-context bloat and robust error handling for plan-generation pipelines.
  • Use Case: when a developer or product manager needs a step-by-step strategy to implement a feature using TDD and Clean Architecture.

Quick Start

Provide a feature description to CS-plan by sending a message like "/CS-plan "user authentication system"" to generate a runnable plan.

Frequently Asked Questions about CS-plan

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

FAQPage Schema
How do I generate a software implementation plan using TDD and Clean Architecture?

To generate a software implementation plan using TDD and Clean Architecture, provide a feature description to the orchestrator, which coordinates specialized agents to output a PLAN.md documenting architecture, tests, and steps.

What is automated multi-agent orchestration for software planning?

Automated multi-agent orchestration for software planning coordinates a plan-lead with specialized agents like domain-analyst and arch-designer to deterministically generate a runnable plan artifact with low context bloat.

Can I use this planning workflow for any programming language?

Yes, you can use this planning workflow for any programming language because it handles language-agnostic input, allowing you to specify language options when sending your feature request.

How do I start the planning workflow for a new feature request?

To start the planning workflow, send a message with your feature request, such as a user authentication system description, and the orchestrator will generate a reproducible PLAN.md file.

What does the generated PLAN.md file contain?

The generated PLAN.md file contains the complete software project strategy, including the defined Clean Architecture, the TDD test strategy, and a step-by-step implementation checklist.

Does the plan generation process block other operations?

No, the plan generation process does not block other operations because it satisfies non-blocking side-effect behavior, ensuring robust error handling during the multi-agent plan-generation pipeline.