Skip to content

Add impeccable-worker-bee and impeccable-stinger to the Bee Army roster - #10

Open
chrisl10 wants to merge 1 commit into
legioncodeinc:mainfrom
chrisl10:feat/impeccable-worker-bee
Open

Add impeccable-worker-bee and impeccable-stinger to the Bee Army roster#10
chrisl10 wants to merge 1 commit into
legioncodeinc:mainfrom
chrisl10:feat/impeccable-worker-bee

Conversation

@chrisl10

@chrisl10 chrisl10 commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds the impeccable-worker-bee (the Bee Army's frontend-design operating system operator) and its paired impeccable-stinger to the Bee Army roster, mirrored across the Codex (.agents), Claude (.claude), and Cursor (.cursor) harnesses.

What this Bee does

impeccable-worker-bee is the single router for frontend UI/UX/design implementation, redesign, refinement, new surfaces, component work, and design-system capture. It operates the entire Impeccable design system (pbakaus/impeccable, Apache-2.0) as a four-phase loop:

  • Start — context contract (PRODUCT.md + DESIGN.md + surface briefs), job classification, new-work direction contract, visualization.
  • Iterate — bounded rounds using the named command vocabulary (polish, bolder, quieter, distill, typeset, layout, colorize, animate, delight, overdrive, clarify, adapt, optimize, harden, onboard).
  • Polish — pre-ship gauntlet (audit, clarify, harden) plus the mandatory deterministic 59-rule anti-slop detector gate (npx impeccable detect <target>).
  • Maintain — cohesion via extract, document, and doctor.

Routing change: impeccable-worker-bee is now the preferred frontend-design router

This PR updates the beekeeper-suit roster and routing so that impeccable-worker-bee is the primary router for all frontend UI/UX/design implementation work — the workflow now routes UI/design tasks to it first. The Bees that previously handled frontend UI/UX/design implementation are demoted to product-specific enforcement on established systems, not removed:

  • ux-ui-svelte-worker-bee — now scoped to product-specific SvelteKit token/component-library/accessibility enforcement. Roster note updated: "Impeccable remains the primary router for UI/design implementation."
  • design-system-worker-bee — now scoped to bootstrapping design systems and product-specific token enforcement. Roster note updated: "Impeccable owns frontend UI/UX/design implementation and uses DESIGN.md drift rules plus its detector gate to make enforcement mechanical."

A new "Frontend design / UI implementation" sequence in the beekeeper-suit SKILL.md makes the order explicit:

  1. impeccable-worker-bee — single router for all frontend UI/UX/design implementation, redesign, refinement, new-surface, component, and design-system-capture work (Start → Iterate → Polish → Maintain, including the pre-flight sync check and deterministic npx impeccable detect <target> gate).
  2. design-system-worker-bee and ux-ui-svelte-worker-bee — product-specific token, component-library, and accessibility enforcement on established systems.
  3. security-worker-bee then quality-worker-bee — close out under the Plan execution loop.

The same routing is reflected in PAIRING-AUDIT.md: "impeccable-worker-bee is the single router for frontend UI/UX/design implementation. design-system-worker-bee and ux-ui-svelte-worker-bee retain product-specific token, component-library, and accessibility enforcement on established systems."

Important: external CLI dependency (not vendored)

This stinger does not vendor the Impeccable engine. It is guidance + procedure that operates an engine installed per machine:

  • Install once per machine: npx impeccable install --scope=global --providers=codex,claude,cursor
  • The stinger runs the installed system (/impeccable commands, npx impeccable CLI, per-project hooks) and enforces its gate.
  • A pre-flight sync check (scripts/sync-check.mjs) verifies the installed engine is current before any design work; it exits 0 (in sync), 1 (not installed → install first), or 2 (behind upstream → npx impeccable update and refresh the stinger's guides/templates + scripts/upstream-manifest.json).

What's included

  • Agent: impeccable-worker-bee registered in the beekeeper-suit roster and pairing audit, with a routing guide.
  • Stinger: impeccable-stinger/ with guides (00–11), worked examples (01–04), templates (direction contract, gate report, surface brief, sync report), research notes, the sync-check script, and upstream-manifest.json.
  • License: Apache-2.0 (upstream impeccable); this stinger is guidance + procedure, never vendored engine code.

Verification

  • No credentials, PII, private URLs, or machine-local absolute paths in any contributed file (scanned).
  • .agents / .claude / .cursor mirrors are consistent; internal stinger links resolve.
  • Branch is a clean single-commit descendant of current main.

Port the Impeccable frontend-design operating system (pbakaus/impeccable,
Apache-2.0) as a Bee/Stinger pair. Impeccable is the single router for
frontend UI/UX/design implementation; design-system-worker-bee and
ux-ui-svelte-worker-bee retain product-specific enforcement.

The Impeccable engine is installed per machine via
'npx impeccable install --scope=global --providers=codex,claude,cursor'
and is not vendored here. The stinger's pre-flight sync check
(scripts/sync-check.mjs) verifies the installed engine is current.

Regenerates the .agents, .codex, and .cursor harness mirrors and updates
the beekeeper-suit roster and pairing audit.
@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 179 files, which is 79 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review is too large to run within your organization's remaining usage spending cap. Raise or remove your spending cap in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 43c460f9-e542-475c-92d8-c047bb51e66d

📥 Commits

Reviewing files that changed from the base of the PR and between 5275bca and ebc2662.

📒 Files selected for processing (179)
  • .agents/skills/beekeeper-suit/PAIRING-AUDIT.md
  • .agents/skills/beekeeper-suit/SKILL.md
  • .agents/skills/beekeeper-suit/guides/impeccable-worker-bee.md
  • .agents/skills/impeccable-stinger/README.md
  • .agents/skills/impeccable-stinger/SKILL.md
  • .agents/skills/impeccable-stinger/THIRD_PARTY_NOTICES.md
  • .agents/skills/impeccable-stinger/examples/01-happy-path-new-surface.md
  • .agents/skills/impeccable-stinger/examples/02-edge-case-refinement.md
  • .agents/skills/impeccable-stinger/examples/03-live-mode-session.md
  • .agents/skills/impeccable-stinger/examples/04-sync-check.md
  • .agents/skills/impeccable-stinger/guides/00-principles.md
  • .agents/skills/impeccable-stinger/guides/01-context-contract.md
  • .agents/skills/impeccable-stinger/guides/02-start-phase.md
  • .agents/skills/impeccable-stinger/guides/03-iterate-phase.md
  • .agents/skills/impeccable-stinger/guides/04-polish-phase.md
  • .agents/skills/impeccable-stinger/guides/05-maintain-phase.md
  • .agents/skills/impeccable-stinger/guides/06-detector-gate.md
  • .agents/skills/impeccable-stinger/guides/07-hooks.md
  • .agents/skills/impeccable-stinger/guides/08-live-mode.md
  • .agents/skills/impeccable-stinger/guides/09-native.md
  • .agents/skills/impeccable-stinger/guides/10-install-and-verify.md
  • .agents/skills/impeccable-stinger/guides/11-sync-check.md
  • .agents/skills/impeccable-stinger/reports/README.md
  • .agents/skills/impeccable-stinger/reports/gate-report-template.md
  • .agents/skills/impeccable-stinger/research/01-system-overview.md
  • .agents/skills/impeccable-stinger/research/02-context-contract.md
  • .agents/skills/impeccable-stinger/research/03-command-vocabulary.md
  • .agents/skills/impeccable-stinger/research/04-new-work-direction.md
  • .agents/skills/impeccable-stinger/research/05-craft-floor.md
  • .agents/skills/impeccable-stinger/research/06-detector-rules.md
  • .agents/skills/impeccable-stinger/research/07-hooks-enforcement.md
  • .agents/skills/impeccable-stinger/research/08-live-mode.md
  • .agents/skills/impeccable-stinger/research/09-maintenance-doctor.md
  • .agents/skills/impeccable-stinger/research/10-native-platforms-harnesses.md
  • .agents/skills/impeccable-stinger/research/11-license-provenance.md
  • .agents/skills/impeccable-stinger/research/index.md
  • .agents/skills/impeccable-stinger/research/research-plan.md
  • .agents/skills/impeccable-stinger/research/research-summary.md
  • .agents/skills/impeccable-stinger/scripts/sync-check.mjs
  • .agents/skills/impeccable-stinger/scripts/upstream-manifest.json
  • .agents/skills/impeccable-stinger/templates/direction-contract.md
  • .agents/skills/impeccable-stinger/templates/gate-report.md
  • .agents/skills/impeccable-stinger/templates/surface-brief.md
  • .agents/skills/impeccable-stinger/templates/sync-report.md
  • .claude/agents/impeccable-worker-bee.md
  • .claude/skills/beekeeper-suit/PAIRING-AUDIT.md
  • .claude/skills/beekeeper-suit/SKILL.md
  • .claude/skills/beekeeper-suit/guides/impeccable-worker-bee.md
  • .claude/skills/impeccable-stinger/README.md
  • .claude/skills/impeccable-stinger/SKILL.md
  • .claude/skills/impeccable-stinger/THIRD_PARTY_NOTICES.md
  • .claude/skills/impeccable-stinger/examples/01-happy-path-new-surface.md
  • .claude/skills/impeccable-stinger/examples/02-edge-case-refinement.md
  • .claude/skills/impeccable-stinger/examples/03-live-mode-session.md
  • .claude/skills/impeccable-stinger/examples/04-sync-check.md
  • .claude/skills/impeccable-stinger/guides/00-principles.md
  • .claude/skills/impeccable-stinger/guides/01-context-contract.md
  • .claude/skills/impeccable-stinger/guides/02-start-phase.md
  • .claude/skills/impeccable-stinger/guides/03-iterate-phase.md
  • .claude/skills/impeccable-stinger/guides/04-polish-phase.md
  • .claude/skills/impeccable-stinger/guides/05-maintain-phase.md
  • .claude/skills/impeccable-stinger/guides/06-detector-gate.md
  • .claude/skills/impeccable-stinger/guides/07-hooks.md
  • .claude/skills/impeccable-stinger/guides/08-live-mode.md
  • .claude/skills/impeccable-stinger/guides/09-native.md
  • .claude/skills/impeccable-stinger/guides/10-install-and-verify.md
  • .claude/skills/impeccable-stinger/guides/11-sync-check.md
  • .claude/skills/impeccable-stinger/reports/README.md
  • .claude/skills/impeccable-stinger/reports/gate-report-template.md
  • .claude/skills/impeccable-stinger/research/01-system-overview.md
  • .claude/skills/impeccable-stinger/research/02-context-contract.md
  • .claude/skills/impeccable-stinger/research/03-command-vocabulary.md
  • .claude/skills/impeccable-stinger/research/04-new-work-direction.md
  • .claude/skills/impeccable-stinger/research/05-craft-floor.md
  • .claude/skills/impeccable-stinger/research/06-detector-rules.md
  • .claude/skills/impeccable-stinger/research/07-hooks-enforcement.md
  • .claude/skills/impeccable-stinger/research/08-live-mode.md
  • .claude/skills/impeccable-stinger/research/09-maintenance-doctor.md
  • .claude/skills/impeccable-stinger/research/10-native-platforms-harnesses.md
  • .claude/skills/impeccable-stinger/research/11-license-provenance.md
  • .claude/skills/impeccable-stinger/research/index.md
  • .claude/skills/impeccable-stinger/research/research-plan.md
  • .claude/skills/impeccable-stinger/research/research-summary.md
  • .claude/skills/impeccable-stinger/scripts/sync-check.mjs
  • .claude/skills/impeccable-stinger/scripts/upstream-manifest.json
  • .claude/skills/impeccable-stinger/templates/direction-contract.md
  • .claude/skills/impeccable-stinger/templates/gate-report.md
  • .claude/skills/impeccable-stinger/templates/surface-brief.md
  • .claude/skills/impeccable-stinger/templates/sync-report.md
  • .codex/agents/impeccable-worker-bee.toml
  • .codex/plugins/vibe-coding-tools/skills/beekeeper-suit/PAIRING-AUDIT.md
  • .codex/plugins/vibe-coding-tools/skills/beekeeper-suit/SKILL.md
  • .codex/plugins/vibe-coding-tools/skills/beekeeper-suit/guides/impeccable-worker-bee.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/README.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/SKILL.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/THIRD_PARTY_NOTICES.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/examples/01-happy-path-new-surface.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/examples/02-edge-case-refinement.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/examples/03-live-mode-session.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/examples/04-sync-check.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/guides/00-principles.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/guides/01-context-contract.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/guides/02-start-phase.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/guides/03-iterate-phase.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/guides/04-polish-phase.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/guides/05-maintain-phase.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/guides/06-detector-gate.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/guides/07-hooks.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/guides/08-live-mode.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/guides/09-native.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/guides/10-install-and-verify.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/guides/11-sync-check.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/reports/README.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/reports/gate-report-template.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/01-system-overview.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/02-context-contract.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/03-command-vocabulary.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/04-new-work-direction.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/05-craft-floor.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/06-detector-rules.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/07-hooks-enforcement.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/08-live-mode.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/09-maintenance-doctor.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/10-native-platforms-harnesses.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/11-license-provenance.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/index.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/research-plan.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/research/research-summary.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/scripts/sync-check.mjs
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/scripts/upstream-manifest.json
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/templates/direction-contract.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/templates/gate-report.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/templates/surface-brief.md
  • .codex/plugins/vibe-coding-tools/skills/impeccable-stinger/templates/sync-report.md
  • .cursor/agents/impeccable-worker-bee.md
  • .cursor/skills/beekeeper-suit/PAIRING-AUDIT.md
  • .cursor/skills/beekeeper-suit/SKILL.md
  • .cursor/skills/beekeeper-suit/guides/impeccable-worker-bee.md
  • .cursor/skills/impeccable-stinger/README.md
  • .cursor/skills/impeccable-stinger/SKILL.md
  • .cursor/skills/impeccable-stinger/THIRD_PARTY_NOTICES.md
  • .cursor/skills/impeccable-stinger/examples/01-happy-path-new-surface.md
  • .cursor/skills/impeccable-stinger/examples/02-edge-case-refinement.md
  • .cursor/skills/impeccable-stinger/examples/03-live-mode-session.md
  • .cursor/skills/impeccable-stinger/examples/04-sync-check.md
  • .cursor/skills/impeccable-stinger/guides/00-principles.md
  • .cursor/skills/impeccable-stinger/guides/01-context-contract.md
  • .cursor/skills/impeccable-stinger/guides/02-start-phase.md
  • .cursor/skills/impeccable-stinger/guides/03-iterate-phase.md
  • .cursor/skills/impeccable-stinger/guides/04-polish-phase.md
  • .cursor/skills/impeccable-stinger/guides/05-maintain-phase.md
  • .cursor/skills/impeccable-stinger/guides/06-detector-gate.md
  • .cursor/skills/impeccable-stinger/guides/07-hooks.md
  • .cursor/skills/impeccable-stinger/guides/08-live-mode.md
  • .cursor/skills/impeccable-stinger/guides/09-native.md
  • .cursor/skills/impeccable-stinger/guides/10-install-and-verify.md
  • .cursor/skills/impeccable-stinger/guides/11-sync-check.md
  • .cursor/skills/impeccable-stinger/reports/README.md
  • .cursor/skills/impeccable-stinger/reports/gate-report-template.md
  • .cursor/skills/impeccable-stinger/research/01-system-overview.md
  • .cursor/skills/impeccable-stinger/research/02-context-contract.md
  • .cursor/skills/impeccable-stinger/research/03-command-vocabulary.md
  • .cursor/skills/impeccable-stinger/research/04-new-work-direction.md
  • .cursor/skills/impeccable-stinger/research/05-craft-floor.md
  • .cursor/skills/impeccable-stinger/research/06-detector-rules.md
  • .cursor/skills/impeccable-stinger/research/07-hooks-enforcement.md
  • .cursor/skills/impeccable-stinger/research/08-live-mode.md
  • .cursor/skills/impeccable-stinger/research/09-maintenance-doctor.md
  • .cursor/skills/impeccable-stinger/research/10-native-platforms-harnesses.md
  • .cursor/skills/impeccable-stinger/research/11-license-provenance.md
  • .cursor/skills/impeccable-stinger/research/index.md
  • .cursor/skills/impeccable-stinger/research/research-plan.md
  • .cursor/skills/impeccable-stinger/research/research-summary.md
  • .cursor/skills/impeccable-stinger/scripts/sync-check.mjs
  • .cursor/skills/impeccable-stinger/scripts/upstream-manifest.json
  • .cursor/skills/impeccable-stinger/templates/direction-contract.md
  • .cursor/skills/impeccable-stinger/templates/gate-report.md
  • .cursor/skills/impeccable-stinger/templates/surface-brief.md
  • .cursor/skills/impeccable-stinger/templates/sync-report.md

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Warning

Billing warning: we have not been able to collect payment for this subscription for more than 72 hours. Please update the payment method or pay any pending invoices in Billing to avoid service interruption.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant