Mission control interview
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-interviewAssembled 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
Run a full Mission Control Manager interview. Use when the project is ambiguous, project-specific intake matters, or the user wants the Manager to ask clarifying questions with budgeted depth before planning or build work.
SKILL.md
2.0 KB, as published. Nobody here has run it
Mission Control Interview
Purpose
Run a full Manager-generated interview through Codex chat.
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 project is new or ambiguous.
- Important requirements are still unknown.
- The user wants the Manager to gather structured clarifications first.
Workflow
- Attach or confirm the project context.
- Start the interview flow through Mission Control.
- Relay project-specific questions with category, why, impact, and options.
- Respect the question budget and let the Manager stop early when enough is known.
- Return the resulting interview state and next planning step.
Mission Control calls
Tools:
mission_control_attach_workspacemission_control_start_task
Resources:
mission-control://projects/{project_id}/statusmission-control://projects/{project_id}/pending-decisions
User-facing output
- Present each question cleanly with why it matters.
- Summarize answered themes, remaining unknowns, and whether the Manager believes the interview is complete.
Approval behavior
The user answers the interview questions directly. Do not auto-fill answers unless the user explicitly asks you to propose one.
Never do
- Do not fall back to a generic questionnaire if the repo already answers the question.
- Do not keep asking after the Manager has enough context.
- Do not answer for the user.
Failure and fallback
If a dedicated interview tool is not available, request clarifications through a Manager-led task and preserve the same structured question format in chat.
Example invocation
Have Mission Control run the full project interview before planning.