create_initiative
Create a new initiative with a strategic objective, owner, and associated projects. Set status, priority, timeline, and metadata to align with organizational goals.
Instructions
Create a new initiative
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the initiative | |
| objective | Yes | The strategic objective of the initiative | |
| description | No | Optional detailed description | |
| status | No | Initial status of the initiative | planning |
| priority | No | Priority level | medium |
| owner_id | Yes | ID of the initiative owner | |
| project_ids | Yes | IDs of projects this initiative belongs to (at least one required) | |
| start_date | No | Optional start date | |
| target_date | No | Optional target completion date | |
| metadata | No | Optional metadata | |
| tags | No | Optional tags |