mission
01Plugin Claude Code
Strict 3-role orchestration plugin — Orchestrator, Worker, Validator with hard hook enforcement.
Plugin Claude Code
Strict 3-role orchestration plugin — Orchestrator, Worker, Validator with hard hook enforcement.
Plugin Claude Code
Strict 3-role orchestration plugin — Orchestrator plans, Workers code, Validators verify. Hard enforcement via PreToolUse hooks.
Skill Claude CodeCodex
Updates markdown content files (agents, skills, commands) and infrastructure config for the Mission Plugin.
Skill Claude CodeCodex
Implements Python hook scripts and their bash test suites for the Mission Plugin.
Instructions file CodexOpenCode
AGENTS.md instructions for ryan-mt/mission, covering mission agents v1.0, mission-orchestrator, core responsibilities, mission-worker and core responsibilities.
Instructions file
Claude Code instructions for ryan-mt/mission, covering mission plugin v1.0, commands, roles, enforcement and config.
Agent
Mission Orchestrator — plan, delegate, review. NEVER writes code. Used as a reference for the main session when in Orchestrator phase.
Agent
Mission Validator — verify, test, break things. NEVER writes production code.
Agent
Mission Worker — implements code. NEVER plans or validates.
Command
Enter Mission Mode — strict 3-role orchestration (Orchestrator, Worker, Validator).
Command
Exit Mission Mode — emergency stop that always works, bypasses all guards.
Command
View or set Mission Mode configuration — models for orchestrator, worker, validator, persistence, and flags.
Command
Show current Mission Mode progress — phase, round, per-feature status from features.json.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit, Agent, Bash, Read, Write, Edit, MultiEdit, Bash, Agent, Grep, Glob and TodoWrite tool calls, executing phase-guard.py and mission-reminder.py via python3 (2 commands). From ryan-mt/mission.
Hook
Runs after a tool call finishes for Read, Write, Edit, MultiEdit, Bash, Agent, Grep, Glob and TodoWrite tool calls, executing mission-continue.py via python3. From ryan-mt/mission.
Hook
Runs when the agent finishes a response, executing mission-stop.py via python3. From ryan-mt/mission.
Hook
Runs when a subagent finishes, executing mission-subagent-stop.py via python3. From ryan-mt/mission.
Hook
Runs before the context is compacted, executing mission-precompact.py via python3. From ryan-mt/mission.
Hook
Runs when a session starts, executing mission-session-start.py via python3. From ryan-mt/mission.
Hook
Runs when you submit a prompt, before the agent sees it, executing mission-prompt.py via python3. From ryan-mt/mission.
Skill Claude CodeCodex
Enter Mission Mode — strict 3-role orchestration with Orchestrator, Worker, and Validator. Use when user says /enter-mission or wants to start a mission.