add_completion_path
Add a new stage to a completion path by specifying name, status, description, and order index to track project milestones.
Instructions
Add completion path stage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Completion path name (e.g., 'setup', 'core dev', 'finish') | |
| status | Yes | 'pending', 'in_progress', 'completed' | pending |
| description | No | Description | |
| order_index | Yes | Order position (1, 2, 3...) |