Mission control resume agents
Skill MN755/Codex-Mission_Control/plugins/mission-control/skills/mission-control-resume-agents
An Open Source Platform For Building Projects With OpenAI's Codex, Claude CLI, And Other Coding LLMs Using Multi-Agent Swarms And Customizable Workflows. Runs On Windows, MacOS, And Linux.
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-resume-agentsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Resume paused Mission Control agents or projects when safe. Use when the user wants paused work restarted but approvals, safety conditions, and current status should be checked first.
SKILL.md
1.9 KB, as published. Nobody here has run it
Mission Control Resume Agents
Purpose
Resume paused work only after checking safety and pending approvals.
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 wants paused agents resumed.
- A pause has already happened and work can continue.
- Safety conditions must be verified before restarting.
Workflow
- Check current status and pending decisions.
- Confirm the work is actually paused and not already running.
- Call
mission_control_resumeonly if safe. - Summarize the post-resume state and next checkpoint.
Mission Control calls
Tools:
mission_control_get_statusmission_control_get_pending_decisionsmission_control_resume
Resources:
mission-control://projects/{project_id}/orchestrations/{orchestration_id}/statusmission-control://projects/{project_id}/pending-decisionsmission-control://projects/{project_id}/agents
User-facing output
- Show whether resume is safe, what approvals are still pending, and which agents or tasks are active again after resume.
- Explain clearly if resume is blocked.
Approval behavior
If pending approvals still block execution, present them first instead of resuming blindly.
Never do
- Do not resume work that was paused for unresolved risk without user awareness.
- Do not treat resume as a status check only.
- Do not restart already-running work.
Failure and fallback
If granular agent resume is not supported, explain whether resume applies at project or orchestration level and use the safest available scope.
Example invocation
Resume the paused Mission Control agents if it is safe.