Mission control codebase intake burst
Use when Mission Control should recommend a read-only codebase intake burst with Repo Mapper, Test Finder, Docs Reader, Risk Scanner, and Dependency Mapper.From its SKILL.md
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-codebase-intake-burstAssembled 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.
SKILL.md
2.3 KB, 454 tokens by cl100k_base, as published. Nobody here has run it
Mission Control Codebase Intake Burst
Purpose
Use Mission Control to recommend a bounded read-only intake burst for existing repos or unfamiliar workspaces.
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 repo is large or unfamiliar.
- The user wants a quick parallel map of the codebase.
- Mission Control should stay read-only while gathering context.
Workflow
- Verify the Mission Control bridge surface first:
- prefer named
mission_control_*tools when exposed - in Codex CLI sessions, use
codex mcp listif needed to tell "registered" apart from "callable here" - if exposure is unclear, confirm MCP registration or resource visibility before claiming intake tooling is unavailable
- prefer named
- Check project status.
- Ask Mission Control for a
codebase_explorationburst recommendation. - Surface any approval decision in Codex chat.
- If approved, present the planned intake subagents and expected outputs.
- Ingest returned summaries so the Manager can use them later.
Mission Control calls
Daemon/API:
POST /api/projects/{project_id}/subagent-bursts/recommendGET /api/subagents/batches/{batch_id}POST /api/subagents/batches/{batch_id}/results
Resources:
mission-control://projects/{project_id}/codebase-mapmission-control://projects/{project_id}/risk-register
User-facing output
- Show the intake burst purpose, count, risk, and proposed subagents.
- Keep the explanation read-only and bounded.
Approval behavior
If the burst exceeds the approval threshold, wait for the user's decision before proceeding.
Never do
- Do not let intake subagents edit files.
- Do not run commands by default.
- Do not treat intake as implementation work.
Failure and fallback
If burst planning is unavailable, distinguish between true bridge loss and partial MCP exposure first. Then fall back to the normal codebase map and understanding resources.
Example invocation
Use Mission Control to propose a read-only codebase intake burst for this repo.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.