Skip to main content
Run any Skill in Manus
with one click
GitHub repository

mission-control

mission-control contains 12 collected skills from msieurthenardier, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
12
Stars
2
updated
2026-06-13
Forks
1
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

init-project
software-developers

Initialize a project for Flight Control. Creates .flightops directory with methodology reference and artifact configuration. Run before using other Flight Control skills on a new project.

2026-06-13
behavior-test
software-quality-assurance-analysts-and-testers

Run a behavior test — spawn two live agents (an Executor that performs each step's actions and a Validator that judges each step's expected results), drive them through the spec's step table communicating mid-test so failures surface immediately, then write a run log with evidence. Tests are specs that follow the Witnessed pattern: every action is judged by an independent agent. Verifies system properties through observables (UI state, HTTP responses, shell output, filesystem state) measured via whichever apparatus (MCP, tool) is registered. Invocation: `/behavior-test <slug>` to run a test by slug. Specs are authored inline during flight/leg/mission planning — see `AUTHORING.md` sibling file for the authoring guide. Spec format lives in the target project's `.flightops/ARTIFACTS.md`.

2026-06-12
agentic-workflow
computer-occupations-all-other

Active orchestrator for multi-agent flight execution. Drives leg design per leg, then batches implementation across all autonomous legs, with a single code review and commit at the end of the flight.

2026-06-12
flight
project-management-specialists

Create technical flight specifications from missions. Use when breaking down a mission into implementable work or planning technical approach.

2026-06-05
routine-maintenance
software-developers

Between-mission codebase health assessment. Run after `/mission-debrief`, never after an individual flight, to verify the codebase is flight-ready or scaffold a maintenance mission. Per-flight findings instead roll into the next flight or accumulate into an end-of-mission maintenance flight — not into this skill.

2026-06-04
leg
computer-occupations-all-other

Generate detailed implementation guidance for LLM execution. Use when creating atomic implementation steps from a flight.

2026-06-01
mission
project-management-specialists

Create outcome-driven missions through research and user interview. Use when starting a new project, feature, or initiative that needs planning.

2026-06-01
flight-debrief
software-developers

Post-flight analysis for continuous improvement. Use after a flight is completed to capture lessons learned and improve the methodology.

2026-05-26
mission-debrief
software-developers

Post-mission retrospective for outcomes assessment and methodology improvement. Use after a mission completes or aborts to capture overall lessons learned.

2026-05-26
preflight-check
software-developers

Verify all registered projects have current methodology files and crew definitions. Reports status and offers to re-initialize projects that need it.

2026-03-29
daily-briefing
project-management-specialists

Cross-project status report with health assessment, stale work detection, and methodology insights. Use for a quick overview of all managed projects.

2026-03-04
init-mission-control
software-developers

Onboard to Mission Control by setting up the projects registry. Use when projects.md is missing or when adding new projects.

2026-02-11