agentsclimarketplace

Mission control restore plan

Skill MN755/Codex-Mission_Control/.codex/skills/mission-control-restore-plan

Generate a rollback or restore plan from Mission Control state. Use when the user wants to know what would be reverted, what evidence would be preserved, and which destructive steps would still need approval before any restore action.From its SKILL.md

Install
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-restore-plan

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things 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.
  • fetches URLsInstructs the agent to fetch 3 URLs, including mission-control://projects/{project_id}/handoff and 2 more.

SKILL.md

1.9 KB, 353 tokens by cl100k_base, as published. Nobody here has run it

Mission Control Restore Plan

Purpose

Describe how rollback would work without executing it.

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 how to roll back safely.
  • A risky change needs a restore plan.
  • Recovery decisions need a concrete revert outline.

Workflow

  1. Review snapshot, handoff, and status state.
  2. Ask Mission Control for a restore or rollback plan if available.
  3. Summarize what would be reverted, what would remain, and which steps would need approval.
  4. Do not execute the restore in this skill.

Mission Control calls

Tools:

  • mission_control_request_snapshot
  • mission_control_request_recovery_plan
  • mission_control_get_status

Resources:

  • mission-control://projects/{project_id}/handoff
  • mission-control://projects/{project_id}/status
  • mission-control://projects/{project_id}/decision-ledger

User-facing output

  • Explain the rollback target, affected files or milestones, evidence preservation, and approval gates for destructive steps.
  • Keep it actionable enough for the user to decide.

Approval behavior

Any actual restore or revert remains behind explicit approval. This skill only prepares the plan.

Never do

  • Do not execute restore steps.
  • Do not understate destructive impact.
  • Do not claim rollback coverage for unsnapshotted work.

Failure and fallback

If no restore-plan tool exists, build the plan from snapshot availability, handoff evidence, and current status, and mark the dedicated tool as expected or future.

Example invocation

Generate a restore plan in case the current change set goes bad.

What ships with it: 1 file

120 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.