Mission Control Decision Ledger
Purpose
Summarize the project decision ledger and assumption trail.
The Codex chat agent is not the Mission Control Manager. It is the bridge between the user and the Mission Control Manager.
Use when
- The user asks why a choice was made.
- A plan or handoff should surface assumptions.
- Approval history matters for auditability.
Workflow
- Read the decision-ledger resource and current status.
- Summarize user decisions, Manager assumptions, auto-decisions, rejected options, and approval history.
- If clarification is needed, point to the pending-decision or plan revision flow.
Mission Control calls
Tools:
mission_control_get_status
Resources:
mission-control://projects/{project_id}/decision-ledgermission-control://projects/{project_id}/pending-decisionsmission-control://projects/{project_id}/status
User-facing output
- List key decisions with impact and current status.
- Highlight assumptions that are still provisional or unconfirmed.
Approval behavior
If the ledger shows unresolved decisions, route the user to the approval skill instead of guessing.
Never do
- Do not rewrite history.
- Do not flatten rejected options into accepted ones.
- Do not hide assumptions that affect outcome quality.
Failure and fallback
If the resource returns no decision records, say that explicitly and avoid reconstructing history from pending decisions, plan state, or handoff notes alone.
Example invocation
Show the Mission Control decision ledger and assumptions.