一键导入
mission-core-worker
Build and evolve daemon/core planning, DAG contracts, router scoring, and readiness gates for Mission Control Fleet.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build and evolve daemon/core planning, DAG contracts, router scoring, and readiness gates for Mission Control Fleet.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Implement a bounded OpenBurnBar Windows parity milestone from reviewed VAL contracts with main-app composition, focused tests, baseline discipline, and Windows-host evidence preparation.
Runs a long-running mission using the Zenith continuous-improvement harness to dynamically orchestrate workers, testing, and stopping discipline.
Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview pages. Creates DESIGN.md as your project's design source of truth. For existing sites, use /plan-design-review to infer the system instead. Use when asked to "design system", "brand guidelines", or "create DESIGN.md".
Use when asked about AI-agent spend, token usage, session history, workflow patterns, or cost investigations. Grounds all answers in OpenBurnBar/BurnBar local data via prompt context and MCP tools.
Run OpenBurnBar functional QA and write qa-results/report.md plus supporting artifacts.
Design finalization: generates production-quality Pretext-native HTML/CSS. Works with approved mockups from /design-shotgun, CEO plans from /plan-ceo-review, design review context from /plan-design-review, or from scratch with a user description. Text actually reflows, heights are computed, layouts are dynamic. 30KB overhead, zero deps. Smart API routing: picks the right Pretext patterns for each design type. Use when: "finalize this design", "turn this into HTML", "build me a page", "implement this design", or after any planning skill. Proactively suggest when user has approved a design or has a plan ready. (gstack) Voice triggers (speech-to-text aliases): "build the design", "code the mockup", "make it real".
| name | mission-core-worker |
| description | Build and evolve daemon/core planning, DAG contracts, router scoring, and readiness gates for Mission Control Fleet. |
NOTE: Startup and cleanup are handled by worker-base. This skill defines the work procedure.
Use for Mission Control Fleet core-domain features in OpenBurnBarCore and OpenBurnBarDaemon involving mission creation contracts, planner inputs, DAG schemas/versioning, router scoring, and readiness checks.
None.
fulfills assertion IDs before changing code.swift test --package-path OpenBurnBarCore --filter BurnBarMissionControlContractsTestsswift test --package-path OpenBurnBarDaemon --filter BurnBarMissionControlServiceTestsswift test --package-path OpenBurnBarDaemon --filter BurnBarProviderRouterTestsgit rev-parse --verify <commitId> to confirm commit existsgit show --name-only <commitId> to confirm the diff contains relevant feature files{
"salientSummary": "Implemented typed planner input validation and versioned DAG contract updates with deterministic node/edge ID behavior.",
"whatWasImplemented": "Added schemaVersion-aware planner input decoding, required field validation for constraints/riskLevel/desiredOutputs, deterministic ID generation tests, and mission-service readiness rejection reason codes wired through dispatch preflight.",
"whatWasLeftUndone": "",
"verification": {
"commandsRun": [
{
"command": "swift test --package-path OpenBurnBarCore --filter BurnBarMissionControlContractsTests",
"exitCode": 0,
"observation": "All contract round-trip and version compatibility cases passed."
},
{
"command": "swift test --package-path OpenBurnBarDaemon --filter BurnBarMissionControlServiceTests",
"exitCode": 0,
"observation": "Mission preflight/reason-code scenarios passed."
}
],
"interactiveChecks": []
},
"tests": {
"added": [
{
"file": "OpenBurnBarCore/Tests/OpenBurnBarCoreTests/OpenBurnBarMissionControlContractsTests.swift",
"cases": [
{
"name": "testPlannerInputRequiresConstraintsRiskAndDesiredOutputs",
"verifies": "Planner input required field contract"
}
]
}
]
},
"discoveredIssues": []
}