Plan Commands
A curated collection of 4 plan commands for building with AI coding agents.
Command
Breakdown Task
Decompose a task into an ordered checklist of small, verifiable steps.
/breakdown-task<task>
Command
Estimate Effort
Produce a grounded effort and complexity estimate for a task by exploring the codebase read-only.
/estimate-effort<task or feature to estimate>
Command
Plan Feature
Explore the codebase and produce an implementation plan for a feature.
/plan-feature<feature description>
Command
Write Design Doc
Explore the codebase and write a decision-oriented design doc / RFC for a feature or system change.
/write-design-doc<feature or system to design>