codely-plan-create
🧠 How to create a plan
The structure of a plan, its sections and the rules to shape them are defined in resources/plan-guidelines.md. Read it before proposing anything.
-
Ask the user for the task to create a plan for if not specified.
-
Define task phases, letting the user choose the amount of phases as described in the guidelines.
-
Specify the public contracts to be created/modified/deleted on each phase task, as described in the guidelines.
-
Propose the plan to the user for approval. IMPORTANT: Do not start creating the plan file until the user has agreed on the specific contracts to be considered and the implementation phases.
-
Save the plan in a new file inside a subfolder of
.agents/planswith the current date and a semantic name based on the task description. The structure is:.agents/plans/{plan-name}/{plan-name}-plan.md. Example:2026_01_16-create_embeddable_changelog_widget/2026_01_16-create_embeddable_changelog_widget-plan.md.