Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

mission-control

mission-control には msieurthenardier から収集した 12 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
12
Stars
2
更新
2026-06-13
Forks
1
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

init-project
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
その他コンピュータ職

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
プロジェクト管理専門家

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

2026-06-05
routine-maintenance
ソフトウェア開発者

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
その他コンピュータ職

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

2026-06-01
mission
プロジェクト管理専門家

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
プロジェクト管理専門家

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
ソフトウェア開発者

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

2026-02-11