Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

mission-control

mission-control enthält 12 gesammelte Skills von msieurthenardier, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
12
Stars
2
aktualisiert
2026-06-13
Forks
1
Berufsabdeckung
4 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

init-project
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Sonstige Computerberufe

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
Projektmanagementspezialisten

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

2026-06-05
routine-maintenance
Softwareentwickler

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
Sonstige Computerberufe

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

2026-06-01
mission
Projektmanagementspezialisten

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Projektmanagementspezialisten

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
Softwareentwickler

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

2026-02-11