What problem does it solve?
Create or update a self-contained ExecPlan Markdown file under .agent/plans/ by synthesizing the current conversation (and any extra hint) and following .agent/PLANS.md exactly. Use when the user asks for plan mode, an execution plan, an ExecPlan, or wants a complex feature/refactor planned with explicit steps, validation, and file-level guidance.
Core Features & Use Cases
- Generates a deterministic, repository-guided ExecPlan file that complies with .agent/PLANS.md format.
- Updates existing plan files when a plan already exists for the given goal, avoiding duplicates.
- Enforces strict structure, sections, and naming conventions to ensure plan reusability and auditability.
- Accepts conversation-derived requirements and prompts for clarification when ambiguous.
Quick Start
Provide your goal and context, then run the planner to generate and save the plan under .agent/plans/ with a kebab-case filename.