원클릭으로
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": []
}