/Goal
06

Goal

MISSION CONTROL
Syncing…

Set the mission

one goal · the system orients around it

Long-term goal

Short-term

0

none yet

Mid-term

0

none yet

Long-term

0

none yet

Planner integration — how the agent posts a goal

The strategic-planning agent decomposes one goal, then makes a single curl POST. The HTTP response is its verification — no other tools.

POST /api/cortex/goal
Authorization: Bearer $CORTEX_GOAL_TOKEN
Content-Type: application/json

{ "client": "xos", "horizon": "long", "title": "…",
  "decomposition": { "objectives": [], "milestones": [],
    "metrics": [], "risks": [], "next_actions": [] } }

full contract + agent prompt → docs/goal-agent-prompt.md