원클릭으로
operator-ui-worker
Build macOS operator UX for mission authoring, inbox, brief, closure, and re-entry with daemon parity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build macOS operator UX for mission authoring, inbox, brief, closure, and re-entry with daemon parity.
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 | operator-ui-worker |
| description | Build macOS operator UX for mission authoring, inbox, brief, closure, and re-entry with daemon parity. |
NOTE: Startup and cleanup are handled by worker-base. This skill defines the work procedure.
Use for AgentLens/UI features in dashboard/popover/projects/session detail involving mission authoring, operator inbox, brief fields, one-question UX, and re-entry controls.
None.
.factory/services.yaml):
commands.test_app_operating (xcodebuild test -project OpenBurnBar.xcodeproj -scheme OpenBurnBar -destination "platform=macOS,arch=arm64" -only-testing:"OpenBurnBarTests/OpenBurnBarOperatingComposerTests" CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY='' DEVELOPMENT_TEAM='')commands.test_daemon_mission (swift test --package-path OpenBurnBarDaemon --filter BurnBarMissionControlServiceTests)AgentLensTests operating-composer test selector; the active target is OpenBurnBarTests/OpenBurnBarOperatingComposerTests.git rev-parse --verify <commitId> to confirm commit existsgit show --name-only <commitId> to confirm the diff contains relevant feature files{
"salientSummary": "Delivered mission brief field expansion and deterministic next-action rendering across dashboard and projects surfaces.",
"whatWasImplemented": "Updated operating models and views to include changed-files/risks/remaining-work in mission brief, enforced singleton top-level question card on dashboard, and aligned queue ordering tie-breaks with daemon summary mapping.",
"whatWasLeftUndone": "",
"verification": {
"commandsRun": [
{
"command": "xcodebuild test -project OpenBurnBar.xcodeproj -scheme OpenBurnBar -destination \"platform=macOS,arch=arm64\" -only-testing:\"OpenBurnBarTests/OpenBurnBarOperatingComposerTests\" CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY='' DEVELOPMENT_TEAM=''",
"exitCode": 0,
"observation": "All updated operating composer scenarios passed."
}
],
"interactiveChecks": [
{
"action": "Reviewed dashboard and projects snapshots for brief fields and top-level question card",
"observed": "Brief fields rendered consistently and only one top-level question card is shown."
}
]
},
"tests": {
"added": [
{
"file": "AgentLensTests/Active/OpenBurnBarOperatingComposerTests.swift",
"cases": [
{
"name": "testMissionBriefIncludesRisksAndRemainingWork",
"verifies": "Brief contract completeness"
}
]
}
]
},
"discoveredIssues": []
}