plan
Gather requirements and research codebase to generate an actionable plan for execution. Retrieve existing plans to view progress.
Instructions
Manage session work plans. (create/get)
create: Start a structured planning workflow. Guides through requirements gathering (HITL via AskUserQuestion), codebase research, and writing a comprehensive plan.md (PRD + implementation plan). The plan serves as the final execution specification before coding.
get: Read existing plan and show progress (checkbox-based).
Optional - skip for simple bug fixes. Use for medium/large tasks that benefit from upfront planning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | create: start planning, get: read existing plan | create |
| session | No | Session name. Auto-detects if only one active session exists |