Create Initiative
create_initiativeCreate a strategic initiative that groups features and rolls up to a goal, defining its name, status, timeframe, and product scope.
Instructions
Create an initiative — a strategic effort that groups features and rolls up to a goal — and return it. Link it to a goal with objective_id (from list_objectives) to build line-of-sight. status ∈ planned|active|paused|done|abandoned (default planned); timeframe is free text ('H2 2026'). product_id defaults to the primary product. Only name is required. Then align features to it via create_feature / update_feature (initiative_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Initiative name (the only required field), e.g. 'Win enterprise'. | |
| status | No | Lifecycle status (optional; default 'planned'). | |
| timeframe | No | Free-text timeframe, e.g. 'Q3 2026' or 'H2 2026' (optional). | |
| product_id | No | Product to scope it to, from whoami (optional; the primary product when omitted). | |
| description | No | What the initiative is / why it matters (optional). | |
| objective_id | No | Goal this rolls up to, from list_objectives (optional; builds line-of-sight). |