Plan (Create/List/Get/Complete/Register)
planCreate, list, complete, and register plans; view dependency graphs to manage project roadmap and support AI-driven development loops.
Instructions
Plan lifecycle: create, list, get, complete, register, graph, or archive_completed.
USE WHEN: managing plan files, marking plans complete, registering roadmap entries, or reading the plan dependency graph (operation="graph"). EXAMPLES: plan(operation="create", ...), plan(operation="graph"), plan(operation="register", ...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| title | No | ||
| status | No | PENDING | |
| content | No | ||
| section | No | pending | |
| summary | No | ||
| operation | No | ||
| step_skip | No | ||
| plan_title | No | ||
| description | No | ||
| step_section | No | ||
| planning_mode | No | ||
| plan_file_name | No | ||
| progress_entry | No | ||
| completion_date | No | ||
| include_archive | No | ||
| response_format | No | content | |
| explore_log_path | No | ||
| plan_relative_path | No | ||
| section_corrections | No | ||
| resolved_clarifications | No |