Start an initiative
start_initiativeRecord a named initiative with a plan and optional todo list to track multi-session efforts across projects, automatically registering the codename in AGENTS.md for session continuity.
Instructions
Start tracking a named, multi-session effort under a codename — a plan plus an evolving todo list stored in /initiatives/.md, with a pointer kept in the project's auto-loaded AGENTS.md under '## Active Initiatives' so a BRAND NEW session sees it's in flight without calling any tool. Call this PROACTIVELY when the user names a multi-step effort with a codename or asks you to 'track this as X' / 'remember this under the name X' — don't wait to be asked. If the codename already exists, returns the existing initiative unchanged (safe to call again on a resumed session) rather than overwriting progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | The plan/analysis for this effort. | |
| todos | No | Initial todo items, if known. | |
| project | Yes | ||
| codename | Yes | A short memorable name, e.g. 'HashGate'. |