What problem does it solve?
This Skill streamlines the process of slicing a plan into ordered, self-contained phases for AI agents to execute one at a time, ensuring codebase stability and efficient workflow management.
Core Features & Use Cases
- Plan Slicing: Divides a plan into workable slices, each with its own goal, dependencies, and execution path.
- Dependency Ordering: Ensures that slices are ordered according to dependencies, facilitating sequential execution.
- Codebase Stability: Each slice leaves the codebase functional, with tests passing, to provide a safe commit point.
- Use Case: For example, a software project plan can be split into manageable phases, each ready for independent AI agent execution.
Quick Start
To begin slicing a plan, provide the text of the plan or a pointer to a document, and use the '/cut-it' command to generate the sliced plan phases.