mission

Orchestrates multi-agent missions with contract-driven task workflows and phase reviews.

15|4|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/choam2426/geas --skill mission-choam2426
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mission
Source: https://github.com/choam2426/geas/tree/main/plugin/skills/mission
Command: npx skills add https://github.com/choam2426/geas --skill mission-choam2426

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about mission

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multi-agent teams to prevent agents from bypassing verification?

To coordinate multi-agent teams safely, you need contract-driven execution enforcing tiered evidence and gated phase transitions. This prevents agents from prematurely claiming completion by compiling machine-readable task contracts and running deterministic evals before verdicts.

What is contract-driven task workflow orchestration for parallel scheduling?

Contract-driven task workflow orchestration is a process that compiles machine-readable TaskContracts, detects eligible tasks, and acquires path/interface/resource locks to run safe parallel batches. This avoids conflicts and ensures traceability across cross-session memory consolidation.

How do I start a multi-agent mission with phased work for software projects?

To start a multi-agent mission, provide a concise brief describing what you want built. The orchestrator automates task compilation, scheduling, and phase transitions across the full Specifying, Building, Polishing, and Evolving workflow.

How does checkpointed recovery handle interrupted multi-agent runs?

Checkpointed recovery manages interrupted multi-agent runs through robust session recovery, stale-packet checks, and atomic checkpoint management. This ensures progress is saved and restored without losing context during cross-session execution.

Can I automate release management and tech-debt tracking in a multi-agent workflow?

Yes, you can automate release management and tech-debt tracking within multi-agent workflows. The orchestrator executes automated release steps, maintains a tech-debt register, performs gap assessments, and consolidates agent memory.

Do I need external dependencies to run cross-session multi-agent orchestration?

No external dependencies are required to run cross-session multi-agent orchestration. The system operates standalone using CLI-driven artifact management, structured phase reviews, and built-in lock management to coordinate parallel task batches.