create-plan
Installation
SKILL.md
Follow the plan creation conventions defined in .chalk/.cursor/plans/ and any project AGENTS.md if present.
Quick Reference
Where Plans Live
New plans go into the unsorted backlog (root of .chalk/.cursor/plans/) by default unless the user specifies a column (todo/, inprogress/, testing/, done/).
Workflow
- Check the backlog — Read filenames in the root of
.chalk/.cursor/plans/(not subfolders) to find the highest numbered plan. The next plan number is that number + 1. - Draft the plan — Use the format specified in the conventions file. Break the work into concrete, actionable todos.
- Write the file — Save to
.chalk/.cursor/plans/<number>_<slug>.plan.md. - Confirm — Tell the user the plan was created with its filename and a brief summary.