What problem does it solve?
The mission orchestrator enforces contract-driven execution so agents cannot prematurely claim completion or bypass verification, restoring trust and traceability to multi-agent workflows. It removes manual coordination overhead by automating task compilation, scheduling, evidence verification, and phase transitions across sessions.
Core Features & Use Cases
- Four-phase orchestration: full Specifying → Building → Polishing → Evolving flow with phase reviews and gated transitions.
- Task Contracts & Evidence Gate: compile machine-readable TaskContracts, run deterministic evals, and require tiered evidence for verdicts.
- Parallel scheduling & lock management: detect eligible tasks, run safe parallel batches, and acquire path/interface/resource locks to avoid conflicts.
- Recovery and checkpointing: robust session recovery, stale-packet checks, and atomic checkpoint management for interrupted runs.
- Release, debt, and memory workflows: automated release steps, tech-debt register, gap assessments, rules updates, and agent memory consolidation.
Quick Start
Invoke /geas:mission and provide a concise mission brief describing what you want built.