Skip to content
agentscamp

Plan Commands

Explore 4 curated plan commands for building with AI coding agents — what each one does, when to use it, and how to add it to your workflow.

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>