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.