Skip to main content
在 Manus 中运行任何 Skill
一键导入
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