fleet-doctor
Read a sanitized Fleet Core capability receipt and block unsupported Saga behavior before dispatch.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read a sanitized Fleet Core capability receipt and block unsupported Saga behavior before dispatch.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Route proposed Team Mimir profile behavior changes to target-owned Hermes dialogue.
Native Antigravity multi-agent consensus workflow. Spawns parallel workers and reviewers with a 0-10 scoring loop and automatic fix routing.
Deep-dive one chosen Infiquetra idea into a right-sized requirements document before planning.
Run a structured Infiquetra code-quality review at the work-to-PR boundary. Reads the merge-base diff, runs a built-vs-planned audit plus judgment-selected review lenses, validates findings, writes a durable review artifact, appends to the work-thread saga, and routes — without mutating code. Triggers on "review this PR", "code review", "check my diff", "pre-PR review", or a /work hand-in before shipping.
Review Infiquetra plans, requirements, and SDLC documents for implementation readiness.
Route durable Infiquetra lifecycle artifacts into mission-control prepared issue drafts.
| name | fleet-doctor |
| description | Read a sanitized Fleet Core capability receipt and block unsupported Saga behavior before dispatch. |
Use this skill before a Saga route whose behavior depends on a host capability.
Name the exact required and optional capability IDs from the calling contract. Do not infer requirements from prose.
Obtain the current sanitized receipt path from the operator or the approved workflow input. Do not run host observation from this skill.
Read ../../references/fleet-doctor-sources.md.
Run:
python3 plugins/saga/scripts/fleet_doctor.py \
--receipt <sanitized-receipt.json> \
--required <capability-id>
Stop on exit 1 or 2. Exit 1 means a declared requirement is blocked. Exit 2 means the receipt or requirement set is invalid.
On a degraded report, preserve the exact optional capability and state. Never present the fallback as proof of the unavailable capability.
This skill is read-only. It does not prompt a model, inspect private host paths, refresh credentials, install plugins, or change dispatch state.