ワンクリックで
extension-worker
Implement extension bridge mission parity, lifecycle visibility, operator actions, and reconnect safety.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Implement extension bridge mission parity, lifecycle visibility, operator actions, and reconnect safety.
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 | extension-worker |
| description | Implement extension bridge mission parity, lifecycle visibility, operator actions, and reconnect safety. |
NOTE: Startup and cleanup are handled by worker-base. This skill defines the work procedure.
Use for extensions/openburnbar work: daemon bridge types/client/controller logic, projection/view-model updates, extension host integration, and mission parity in extension surfaces.
None.
npm --prefix extensions/openburnbar run test:unit -- test/controller.test.ts test/projections.test.ts test/workspacePanel.test.ts test/extension.test.ts./scripts/test-openburnbar-extension-host.sh{
"salientSummary": "Added mission RPC/type parity to extension bridge and surfaced mission closure evidence in workspace panel projections.",
"whatWasImplemented": "Extended extension RPC method/type unions for mission/question/followup reads and mission operator actions, wired controller refresh to hydrate mission lifecycle state, and rendered closure evidence fields (PR linkage + closure question status) in extension view model.",
"whatWasLeftUndone": "",
"verification": {
"commandsRun": [
{
"command": "npm --prefix extensions/openburnbar run test:unit -- test/controller.test.ts test/projections.test.ts test/workspacePanel.test.ts test/extension.test.ts",
"exitCode": 0,
"observation": "All mission parity and reconnect tests passed."
},
{
"command": "./scripts/test-openburnbar-extension-host.sh",
"exitCode": 0,
"observation": "Extension-host integration validated daemon bridge behavior."
}
],
"interactiveChecks": []
},
"tests": {
"added": [
{
"file": "extensions/openburnbar/test/projections.test.ts",
"cases": [
{
"name": "projectsMissionClosureEvidenceParity",
"verifies": "Extension mission closure projection matches daemon fixture"
}
]
}
]
},
"discoveredIssues": []
}