morpheus_init
Load a markdown plan file to initialize task tracking and state management for AI development workflows, enabling progress monitoring and phase coordination.
Instructions
Load a plan file into Morpheus and begin tracking state.
Parses the markdown plan file, saves plan and tasks to the store, and returns a summary with task list and IDs.
Args: plan_file: Filesystem path to the plan markdown file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |