form_intention
Create a hierarchical plan with phases, tasks, and milestones to achieve a goal. Supports draft status for human review before activation; defaults to active for direct use.
Instructions
Create a plan that achieves a goal, including an initial phase/task tree, in one call. Defaults to status='active' for human-directed creation; pass status='draft' for autonomous loops so a human can review before promotion. Drafts surface in the dashboard pending queue and auto-promote to active when work begins on any node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_id | Yes | Goal this plan serves. | |
| title | Yes | ||
| description | No | ||
| rationale | Yes | Why this plan. Surfaces in human review when status=draft. | |
| status | No | active | |
| visibility | No | private | |
| tree | No | Recursive tree of nodes (phases, tasks, milestones). Children nest under parents via the 'children' array. |