Create mission
mission_createCreate a durable mission record with locked strategy, success criteria, and risk before spawning subagents.
Instructions
Create the durable mission record before spawning agents. strategy is locked at create (default fanout). directorPlan is required only for director_plan: a workspace-relative .md path to the plan file Sol wrote in the project folder. Forbidden otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | Yes | ||
| budget | No | ||
| actorId | Yes | ||
| portrait | No | ||
| strategy | No | ||
| objective | Yes | ||
| constraints | No | ||
| directorPlan | No | ||
| idempotencyKey | Yes | ||
| successCriteria | Yes |