Mission control scope creep check
Ask Mission Control whether the project is drifting beyond approved scope. Use when the task list is growing, the user asks for more work midstream, or you need a Manager recommendation on include now versus defer.From its SKILL.md
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-scope-creep-checkAssembled 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
1.9 KB, 339 tokens by cl100k_base, as published. Nobody here has run it
Mission Control Scope Creep Check
Purpose
Check for scope creep and preserve explicit include-now versus defer decisions.
The Codex chat agent is not the Mission Control Manager. It is the bridge between the user and the Mission Control Manager.
Use when
- Requirements are expanding.
- The user asks for additional work midstream.
- You need the Manager's scope recommendation.
Workflow
- Read status, plan, and risk or decision resources.
- Ask Mission Control to evaluate whether the work is beyond approved scope.
- Summarize detected scope changes, severity, include-now or defer options, and Manager recommendation.
Mission Control calls
Tools:
mission_control_start_taskmission_control_get_status
Resources:
mission-control://projects/{project_id}/statusmission-control://projects/{project_id}/decision-ledgermission-control://projects/{project_id}/risk-register
User-facing output
- Show detected scope changes, severity, suggested milestone placement, and the Manager recommendation.
- Tell the user what new approvals or replanning may be required.
Approval behavior
Treat scope expansion as a decision, not an assumption. Get the user's choice before broader execution begins.
Never do
- Do not quietly absorb major scope changes.
- Do not understate schedule or risk impact.
- Do not override the user's scoping decision.
Failure and fallback
If no dedicated scope-creep signal exists, use decision and risk resources plus current status to frame the analysis and label the recommendation source clearly.
Example invocation
Check whether this Mission Control project is drifting beyond scope.
What ships with it: 1 file
150 B alongside SKILL.md
agents/
- openai.yaml150 B