add_milestone
Create a milestone by providing a name, target date, and key features, with an optional project path. This adds a schedulable checkpoint to your project plan.
Instructions
Define a milestone with a target date and associated features.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Milestone name (e.g. 'v1.0 Beta'). | |
| path | No | Project root directory. | . |
| features | No | Comma-separated list of key features for this milestone. | |
| target_date | No | Target completion date. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |