adr-writing-worker-bee | Architecture Decision Records: Nygard format (Context / Decision / Consequences / Alternatives), MADR extended template, Y-statement framing, supersession lifecycle, and the "decisions, not docs" discipline | "write an ADR", "record this decision", "supersede ADR-NNN", "set up our ADR log", "which ADR format?", "Nygard vs MADR" | guides/adr-writing-worker-bee.md |
affiliate-referral-program-worker-bee | Platform selection, attribution architecture, payout design, and fraud mitigation for SaaS affiliate and referral programs. | "set up affiliate program", "affiliate platform selection", "Rewardful vs FirstPromoter", "Safari attribution broken", "referral program fraud" | guides/affiliate-referral-program-worker-bee.md |
agile-scrum-worker-bee | Scrum methodology coaching: ceremonies, DoD, estimation, anti-pattern diagnosis, framework selection (Scrum/ScrumBan/Kanban/Shape Up), and honesty-first "is this Scrum?" audits. | "audit our Scrum process", "is this Scrum?", "write our Definition of Done", "Sprint Planning help", "Scrum anti-patterns" | guides/agile-scrum-worker-bee.md |
ai-coding-tools-worker-bee | Recommends, compares, and configures AI coding tools (Cursor, Claude Code, Aider, Cline, Windsurf, Devin, Bolt) across four autonomy tiers with benchmark-grounded advice. | "which AI coding tool", "Cursor vs Claude Code vs Aider", "set up Aider", "Cline keeps breaking", "SWE-bench scores" | guides/ai-coding-tools-worker-bee.md |
ai-tools-platform-worker-bee | AI gateway setup (Portkey/OpenRouter), cloud provider selection, frontier model choice, cost optimization, local LLMs, GPU cloud vendors, and MCP/IDE plugin setup. | "which AI provider", "set up Portkey", "Ollama local LLM", "GPU cloud inference", "which MCP servers" | guides/ai-tools-platform-worker-bee.md |
alt-ads-platforms-worker-bee | Paid acquisition specialist for 10 alternative ad platforms (LinkedIn, TikTok, Reddit, Bing, Pinterest, Quora, YouTube, Spotify, X/Twitter, podcast) with ICP-first channel-fit diagnosis. | "LinkedIn Ads B2B", "TikTok CAPI setup", "Reddit Ads developers", "channel diversification paid", "Microsoft Ads LinkedIn targeting" | guides/alt-ads-platforms-worker-bee.md |
api-docs-worker-bee | OpenAPI spec enrichment, renderer selection (Scalar/Redoc/Swagger UI/Mintlify/Stoplight/Bump.sh), hosted deployment, SDK generation (TS/Python/Go), and changelog discipline. | "set up API docs", "compare Redoc vs Scalar", "deploy OpenAPI spec", "generate TypeScript SDK", "write API changelog" | guides/api-docs-worker-bee.md |
app-store-submission-worker-bee | iOS & Android store publication: ASO, privacy compliance, rejection diagnosis, IAP setup, and submission timelines. | "submit my app", "App Store rejection", "ASO strategy", "privacy nutrition label", "set up IAP" | guides/app-store-submission-worker-bee.md |
asset-worker-bee | Single owner of the Universal Asset Registry — catalogs all 19 asset types, audits code-vs-DB drift, and governs the sync-generator contract. | "register asset", "asset registry", "drift audit", "sync generator", "deprecate asset" | guides/asset-worker-bee.md |
auth-worker-bee | Authentication implementation: provider selection (Clerk/Better Auth/Auth.js/Supabase/WorkOS), Google OAuth + GIS, MFA/passkeys, RBAC, session hardening, B2B SSO, provider migrations. | "set up auth", "pick an auth provider", "wire up Google sign-in", "Google OAuth verification", "set up MFA passkeys" | guides/auth-worker-bee.md |
blogging-content-strategy-worker-bee | Editorial blogging strategy: cluster-pillar architecture, post-length by intent, title/meta craft, keyword scoping, AEO formatting, CTA copy, pre-publish checklist, cadence planning. | "map blog content", "cluster pillar architecture", "pre-publish checklist", "blog cadence", "optimize title meta" | guides/blogging-content-strategy-worker-bee.md |
branching-strategy-worker-bee | Branching strategy advisor: model selection (trunk-based development, GitHub Flow, GitFlow), release/hotfix branch patterns, the merge-vs-rebase argument, the long-lived-branch trap, and the feature-flag vs feature-branch decision | "which branching model should we use", "GitFlow or trunk-based?", "merge or rebase?", "feature flag or branch?", "set up Merge Queue", "migrate from GitFlow" | guides/branching-strategy-worker-bee.md |
changelog-release-notes-worker-bee | Release communication for @deeplake/hivemind: a Keep-a-Changelog CHANGELOG.md, semver discipline across the CLI/library/harness/MCP/schema contract surfaces, impact-first release notes, and the sync-versions plus release.yaml mechanics | "write a changelog entry", "version bump", "semver decision", "breaking change", "release notes", "we just shipped" | guides/changelog-release-notes-worker-bee.md |
ci-release-worker-bee | Build, CI, and npm release: the esbuild multi-harness bundle plus sync-versions single-sourcing, the tsc + jscpd + Vitest quality gate, the GitHub Actions workflow architecture, npm publish discipline (files allowlist, prepack, pack-check), and tree-sitter native-dep healing | "the build is slow", "design our CI", "npm release", "files allowlist", "pack-check", "cross-node-install", "sync-versions" | guides/ci-release-worker-bee.md |
code-forensics-worker-bee | Converts vendor paper trails (invoices, emails, git, audit logs) into litigation-ready 11-deliverable forensic packets for fee-clawback and breach-of-contract claims. | "forensic investigation", "fee clawback", "build a case against my developer", "breach of contract evidence", "investigate this engagement" | guides/code-forensics-worker-bee.md |
code-review-pr-worker-bee | Code review culture and PR lifecycle: PR descriptions, review checklists (blocker/suggestion/nit taxonomy), async-first review norms, the small-PR discipline, rubber-stamp detection, and the review-as-mentorship lens | "audit our PR culture", "write a PR description", "create a review checklist", "coach this review comment", "is this PR too large?", "improve code review" | guides/code-review-pr-worker-bee.md |
cold-outreach-worker-bee | Founder-led B2B cold email: tool selection (Apollo/Clay/Smartlead/Instantly/Lemlist), deliverability, sequence design, AI personalization, list hygiene, reply handling. | "cold email sequence", "email deliverability", "Clay personalization", "Apollo vs Instantly", "email warmup" | guides/cold-outreach-worker-bee.md |
crm-integration-worker-bee | CRM connectivity specialist: bi-directional sync design, field mapping, deduplication, and native vs Merge.dev architecture for HubSpot, Salesforce, Pipedrive, Attio, Folk, Close, and Copper. | "integrate with HubSpot", "bi-directional CRM sync", "CRM field mapping", "Merge.dev or native API", "dedup contacts in CRM" | guides/crm-integration-worker-bee.md |
cron-scheduling-worker-bee | Cron expression authoring/auditing, platform limits (Vercel/Cloudflare/GitHub Actions), distributed exactly-once execution, DST safety, retry patterns, and missed-run observability. | "write cron expression", "set up Vercel Cron", "cron job runs twice", "GitHub Actions schedule drifting", "distributed cron" | guides/cron-scheduling-worker-bee.md |
csv-xlsx-import-export-worker-bee | Owns CSV/XLSX parse (papaparse, SheetJS, ExcelJS), streaming large files, column-mapping UX wizard, Zod row validation, CSV injection prevention, and styled XLSX export. | "build CSV import", "add XLSX upload", "column-mapping wizard", "export to Excel", "streaming parse large file" | guides/csv-xlsx-import-export-worker-bee.md |
cursor-ide-worker-bee | Cursor platform and harness: Cursor hooks (hooks.json 1.7+ wired by install-cursor.ts), the first-party harnesses/cursor/extension build, registering the Hivemind MCP server in Cursor, and the .cursor/ Bee Army layout (rules .mdc, agents, skills, commands, model matrix) | "cursor hooks", "hooks.json", ".cursor/rules .mdc", "register Hivemind MCP in Cursor", "cursor extension", "Bee Army layout" | guides/cursor-ide-worker-bee.md |
customer-support-tooling-worker-bee | Selects, configures, and audits SaaS support platforms (Plain, Pylon, Help Scout, Front, Intercom); designs AI deflection, SLA policy, and Linear/Slack integrations. | "support tool selection", "AI deflection setup", "SLA tier design", "shared inbox config", "support stack audit" | guides/customer-support-tooling-worker-bee.md |
dark-mode-theming-worker-bee | Owns runtime theming layer: CSS variable token architecture, next-themes wiring, FOWT prevention, SSR hydration safety, Tailwind v4 dark mode, multi-brand CSS overrides. | "set up dark mode", "FOWT fix", "next-themes flashing", "CSS variable token layer", "Tailwind v4 dark mode" | guides/dark-mode-theming-worker-bee.md |
db-worker-bee | PostgreSQL architecture: schema design, indexing, zero-downtime migrations, ORM choice (Drizzle/Prisma), and serverless DB platform selection. | "design this schema", "review this migration", "jsonb or columns", "index strategy", "Drizzle or Prisma" | guides/db-worker-bee.md |
deeplake-dataset-worker-bee | Deep Lake data architecture: the 7-table ColumnDef schema (USING deeplake), FLOAT4[768] embeddings, additive schema healing (no IF NOT EXISTS because 500-not-409), append-only version-bump, deeplake_index/vector/hybrid search, DeeplakeApi querying, SQL guards, dataset versioning, and BYOC storage | "design a Deep Lake table", "add a column", "schema healing", "hybrid search query", "append-only versioning", "BYOC storage", "DeeplakeApi" | guides/deeplake-dataset-worker-bee.md |
dependency-audit-worker-bee | npm supply-chain hygiene: Renovate vs Dependabot for this package, npm audit triage, the tree-sitter/optionalDependencies install-time risk (ensure-tree-sitter postinstall), SBOM from the tarball, npm provenance, and the publish-time guards (files allowlist, pack-check, audit:openclaw, CodeQL) | "audit our dependencies", "set up Renovate", "npm audit is noisy", "generate an SBOM", "tree-sitter postinstall", "npm provenance", "audit:openclaw" | guides/dependency-audit-worker-bee.md |
design-system-worker-bee | Bootstraps complete design systems from scratch: structured aesthetic interview, starter kit selection, and the canonical seven-artifact folder output. | "build a design system", "bootstrap UI", "create tokens and utilities", "scaffold design language", "design brief and tokens" | guides/design-system-worker-bee.md |
devops-worker-bee | Container build + CI/CD pipeline specialist: Dockerfile hygiene, Docker Compose dev stacks, GitHub Actions architecture, Depot acceleration, image scanning, and local-CI parity. | "review Dockerfile", "CI pipeline", "audit workflow security", "migrate to Depot", "build is slow" | guides/devops-worker-bee.md |
discord-bot-worker-bee | Discord developer surface: SDK selection, slash commands, interactive components, voice pipeline (Lavalink 4 + DAVE), sharding, rate limits, bot verification gate. | "add a slash command", "set up voice", "bot hits 100 servers", "wire up a modal", "review discord.py bot" | guides/discord-bot-worker-bee.md |
discovery-research-worker-bee | Continuous product discovery coach: Opportunity Solution Trees, JTBD interviews, assumption mapping, and prototype experiment design (Torres framework). | "run a discovery session", "build an OST", "write an interview script", "map our assumptions", "design a prototype experiment" | guides/discovery-research-worker-bee.md |
docs-site-worker-bee | Documentation-site infrastructure specialist: platform selection, Diátaxis architecture, docs-as-code CI pipelines, and search setup (Docusaurus, Starlight, Mintlify, Fern, Nextra, GitBook). | "pick a docs platform", "set up Docusaurus", "migrate from GitBook", "docs-as-code CI", "Mintlify vs Starlight" | guides/docs-site-worker-bee.md |
embeddings-runtime-worker-bee | Embeddings runtime: the local @huggingface/transformers plus nomic-embed-text-v1.5 (q8, 768-dim) daemon, socket IPC and lifecycle, Hivemind-scoped model and quantization selection, the embeddings-on vs BM25-fallback decision, and the dim-must-match-schema constraint | "embeddings daemon", "swap embedding model", "nomic-embed", "q8 quantization", "768-dim", "enable semantic search", "BM25 fallback" | guides/embeddings-runtime-worker-bee.md |
estimation-worker-bee | Software estimation authority: story points, T-shirt sizing, NoEstimates movement, Monte Carlo forecasting, planning-fallacy literature, and probabilistic delivery dates. | "story points", "NoEstimates", "T-shirt sizing", "Monte Carlo forecast", "delivery date confidence" | guides/estimation-worker-bee.md |
font-loading-worker-bee | Browser font loading pipeline: font-display strategy, preload hints, variable-font subsetting, next/font App Router config, and CLS-from-swap elimination. | "audit font loading", "fix FOIT", "CLS from font swap", "next/font config", "preload fonts" | guides/font-loading-worker-bee.md |
git-worker-bee | Git mastery: interactive rebase (squash, fixup, autosquash), conflict resolution (rerere, mergetool, diff3), history rewriting (git filter-repo, BFG), reset/reflog recovery, worktrees, hooks (Husky, lefthook), Git LFS, partial clone, sparse checkout, submodules vs subtrees | "squash my commits", "I pushed a secret", "my repo is huge", "undo that rebase", "recover my deleted branch", "work on two branches at once", "set up Git hooks" | guides/git-worker-bee.md |
github-repo-health-worker-bee | GitHub repository hygiene auditor: branch protection rulesets, Conventional Commits adherence, CODEOWNERS coverage, CI workflow density, docs presence, .gitignore, issue/PR templates, and repo settings; produces a scored report with a priority-ranked remediation plan | "audit this repo", "repo health check", "check branch protection", "CODEOWNERS audit", "CI checks configured", "GitHub repo hygiene" | guides/github-repo-health-worker-bee.md |
harness-integration-worker-bee | Multi-harness integration: per-host adapters (installers, capability detection, hook lifecycle, native extensions, MCP registration, AGENTS.md markers) that plug Hivemind into Claude Code, Codex, Cursor, Hermes, pi, and OpenClaw while keeping the tool/hook contract identical across hosts | "wire a new harness", "add a hook event", "capability detection", "register MCP in hermes", "ClawHub bundle audit", "install-*.ts" | guides/harness-integration-worker-bee.md |
hiring-ats-worker-bee | ATS platform selection, pipeline design, scorecard calibration, D&I/EEOC reporting, take-home ethics, sourcing integrations (Gem/hireEZ/LinkedIn RSC), and ATS-to-HRIS handoff. | "which ATS should we use", "audit our scorecards", "take-home test", "ATS to Rippling handoff", "D&I funnel reporting" | guides/hiring-ats-worker-bee.md |
hr-payroll-worker-bee | Domestic payroll platform selection (Gusto/Rippling/Justworks), international EOR (Deel/Remote/Oyster), W-2/1099/EOR/PEO classification, Carta handoff, and benefits brokerage for software startups. | "Gusto vs Rippling", "set up payroll", "EOR international hire", "W-2 or 1099", "benefits for startup" | guides/hr-payroll-worker-bee.md |
http-rest-fundamentals-worker-bee | HTTP protocol surface and REST architectural-style compliance: methods, status codes, headers, CORS, caching, HTTP/2+HTTP/3, and Fielding constraints. | "audit this API", "is this status code correct", "why is CORS failing", "PUT vs PATCH", "HTTP/3 ready" | guides/http-rest-fundamentals-worker-bee.md |
icon-system-worker-bee | React/Next.js icon delivery: library selection (Lucide/Heroicons/Tabler/Phosphor/Iconify), tree-shake vs SVG sprite, dynamic-by-name loading, custom SVG components, accessibility contract. | "icon library selection", "bundle bloat icon imports", "dynamic icon by name", "custom SVG component", "icon accessibility audit" | guides/icon-system-worker-bee.md |
image-optimization-worker-bee | Image encoding, responsive delivery, blur placeholders, next/image config, and CLI tooling (Sharp/Squoosh) for React/Next.js and HTML contexts. | "optimize images", "convert to AVIF", "AVIF vs WebP", "blur placeholders LQIP BlurHash", "next/image remote patterns" | guides/image-optimization-worker-bee.md |
incorporation-startup-stack-worker-bee | Company formation concierge: entity type, formation platforms (Atlas/Clerky/Doola/Firstbase), EIN, banking, bookkeeping, and 83(b) election checklist. | "incorporate startup", "Delaware C-Corp vs LLC", "Stripe Atlas vs Clerky", "EIN for LLC", "Mercury or Brex" | guides/incorporation-startup-stack-worker-bee.md |
investor-cap-table-worker-bee | Cap-table platform selection, SAFE mechanics, priced-round term sheets, 409A valuations, option pool management, vesting schedules, and Series A data-room prep for startup founders. | "cap table setup", "Carta vs Pulley", "SAFE mechanics", "409A valuation", "option pool" | guides/investor-cap-table-worker-bee.md |
kanban-flow-worker-bee | Kanban method specialist: WIP limits, flow metrics (cycle time, lead time, throughput), Little's Law, board design, class of service, CFD interpretation, Linear/Jira/GitHub Projects config. | "set up WIP limits", "calculate cycle time", "apply Little's Law", "design Kanban board", "Kanban vs Scrum" | guides/kanban-flow-worker-bee.md |
knowledge-base-help-center-worker-bee | Platform selection, migration, search-first IA, AI deflection, versioning, multi-language, and analytics loop for customer-facing self-service knowledge bases. | "pick a KB platform", "set up a help center", "migrate Zendesk Guide", "add AI deflection to our docs", "fix our search no-results" | guides/knowledge-base-help-center-worker-bee.md |
knowledge-worker-bee | Narrative knowledge docs under library/knowledge/private/<domain>/ (system overviews, the Deep Lake schema, the recall pipeline, the harness architecture, coding standards); works from ADRs and PRDs, never authors PRDs/IRDs/ADRs/QA | "document the auth architecture", "write the system overview", "create knowledge docs for this repo", "document how recall works internally" | guides/knowledge-worker-bee.md |
legal-docs-worker-bee | SaaS legal document lifecycle: ToS, Privacy Policy, DPA, MSA, Cookie Notice via template+lawyer-review path; GDPR/CCPA/Quebec Law 25/LGPD compliance postures. | "generate privacy policy", "draft DPA", "customer DPA redline", "set up Terms of Service", "legal doc generator" | guides/legal-docs-worker-bee.md |
library-worker-bee | Documentation lifecycle for library/: scaffolds the canonical structure, ingests GitHub issues into IRDs, authors PRDs, reverse-engineers code into backwards-PRDs, maintains the knowledge base, and runs drift audits | "initialize the library", "write a PRD", "ingest GitHub issues", "backwards-PRD this module", "document Z in the knowledge base", "docs sync audit" | guides/library-worker-bee.md |
lighthouse-pagespeed-worker-bee | Lighthouse & PageSpeed Insights: local/CI audits, LHCI config, score & perf budgets, lab-vs-field reconciliation, custom plugins, tracking tools. | "set up Lighthouse CI", "performance budget CI", "Lighthouse score vs CrUX", "configure LHCI GitHub Actions", "custom Lighthouse plugin" | guides/lighthouse-pagespeed-worker-bee.md |
live-chat-support-worker-bee | Live chat & helpdesk surface — platform selection (Plain/Pylon/Intercom/Crisp/Help Scout), widget install, HMAC/JWT identity verification, conversation routing, AI deflection, GDPR data export. | "integrate live chat", "set up Intercom", "HMAC identity verification", "conversation routing", "configure AI deflection" | guides/live-chat-support-worker-bee.md |
markdown-mdx-content-pipeline-worker-bee | Full .md/.mdx pipeline: compiler selection, remark/rehype plugin chains, Shiki v4 highlighting, math/diagrams, custom plugins, XSS sanitization. | "set up MDX", "configure Shiki", "remark/rehype plugin", "sanitize markdown", "migrate from next-mdx-remote" | guides/markdown-mdx-content-pipeline-worker-bee.md |
mcp-protocol-worker-bee | MCP protocol authority: building and auditing MCP servers and tool contracts with @modelcontextprotocol/sdk, zod/v3 input schemas, stdio vs HTTP transport, JSON-RPC error model, capability negotiation, and cross-harness contract stability | "audit MCP server", "add a hivemind_ tool", "tool schema (zod/v3)", "stdio vs HTTP transport", "JSON-RPC error code", "tool vs resource" | guides/mcp-protocol-worker-bee.md |
mcp-tool-docs-worker-bee | Tool, API, and CLI documentation: honest MCP tool docs (name/purpose/zod-schema/output/side-effects/examples), the TypeScript public API via TypeDoc, the hivemind CLI reference, doc-to-code sync, and changelog discipline tied to the npm version | "document this MCP tool", "TypeDoc setup", "CLI reference", "doc honesty", "doc-sync", "tool schema docs" | guides/mcp-tool-docs-worker-bee.md |
mind-worker-bee | Cognitive-layer specialist: coach/agent routing, prompt cascade, RAG/GraphRAG, three-tier memory, observability, eval, multimodal pipeline, orchestration, matching, onboarding. | "audit RAG", "add a coach", "change the prompt cascade", "investigate AiTrace", "tune retrieval" | guides/mind-worker-bee.md |
modal-toast-dialog-worker-bee | Accessible overlay specialist: selects and wires Radix Dialog/AlertDialog, Vaul Drawer, Sonner toast, cmdk command menu; enforces six-point accessible-modal contract and four-tier toast taxonomy. | "dialog primitive selection", "focus trap", "toast vs dialog", "Sonner Next.js", "command palette" | guides/modal-toast-dialog-worker-bee.md |
newsletter-platform-worker-bee | Newsletter platform selection, embedded signup (Next.js), monetization, Substack→Beehiiv migration, and managed vs self-hosted deliverability tradeoffs. | "newsletter platform", "embed newsletter signup", "migrate from Substack", "monetize newsletter", "Beehiiv vs Loops" | guides/newsletter-platform-worker-bee.md |
okr-goal-setting-worker-bee | OKR methodology expert — writes, audits, grades, and calibrates Objectives and Key Results across the full quarterly lifecycle using Grove/Doerr canon. | "write OKRs", "audit our OKRs", "grade our OKRs", "OKR vs KPI", "quarterly goal cycle" | guides/okr-goal-setting-worker-bee.md |
payments-worker-bee | Stripe (non-Connect) integration authority — Checkout, Payment Intents, Subscriptions, Customer Portal, webhooks, and billing lifecycle correctness. | "integrate Stripe", "audit payments", "webhook debugging", "subscription lifecycle", "Customer Portal" | guides/payments-worker-bee.md |
preact-worker-bee | Preact 11 specialist: signals v2 API, preact/compat React migration, embed widgets (shadow DOM/IIFE), Astro islands, and Fresh 2.x framework. | "Preact signals", "preact/compat migration", "embed widget shadow DOM", "Astro Preact island", "Fresh framework" | guides/preact-worker-bee.md |
product-feedback-roadmap-worker-bee | Customer-feedback-to-roadmap loop: platform selection (Canny/Featurebase/Productboard/etc.), de-duplication, RICE/ICE prioritization, status-transition policy, public roadmap posture, integration wiring. | "set up feedback system", "Canny vs Featurebase", "RICE scoring backlog", "public roadmap", "de-duplicate feature requests" | guides/product-feedback-roadmap-worker-bee.md |
product-tour-onboarding-ui-worker-bee | In-app guided-experience layer: product tours, tooltips, hotspots, onboarding checklists, segment trigger logic, and tour maintenance protocols. | "set up product tour", "onboarding checklist", "Driver.js vs Shepherd.js", "tours breaking after deploys", "segment-based tour triggers" | guides/product-tour-onboarding-ui-worker-bee.md |
python-worker-bee | Django + Django Ninja + FastAPI + Celery + Channels + pytest + uv specialist — ORM audits, API-layer migration, type adoption, Ruff/pyright, and Django-React decoupled architecture. | "review Django code", "audit ORM / N+1", "DRF to Django Ninja", "set up Celery", "configure pytest" | guides/python-worker-bee.md |
quality-worker-bee | Quality assurance: verifies a completed implementation against the source plan (completeness, correctness, alignment, regressions); the final checkpoint of every plan execution loop, runs after security-worker-bee | "QA this", "check the implementation", "audit against the plan", "is this done?" | guides/quality-worker-bee.md |
react-worker-bee | React 18/19 architecture authority — bulletproof-react patterns, state layering, RSC boundaries, data-fetching, testing strategy, performance, and ecosystem library choices. | "review React architecture", "state management decision", "Server Components boundary", "React 19 patterns", "code review React diff" | guides/react-worker-bee.md |
readme-writing-worker-bee | README as conversion surface: authors, audits, and restructures README.md files using the canonical section order, badge discipline, OSS/internal register split, and README-driven development; emits a done checklist | "write a README", "audit my README", "README for this project", "README-driven development", "badges are broken", "quickstart doesn't work" | guides/readme-writing-worker-bee.md |
retrieval-worker-bee | Retrieval and codify: hybrid lexical plus semantic recall over the memory and sessions tables, BM25/ILIKE fallback, embeddings integration, the skillify gate (KEEP/MERGE/SKIP) and propagation, and tree-sitter chunking for the codebase graph | "tune recall", "semantic vs lexical", "why did this query miss", "audit the skillify gate", "recall is noisy", "fix propagation", "score retrieval quality" | guides/retrieval-worker-bee.md |
retrospective-worker-bee | Full sprint retrospective lifecycle: format selection (9 formats), psychological safety pre-check, facilitation planning, action-item follow-through discipline, and async retro design. | "run a retro", "plan our retrospective", "retro format selection", "action items follow-through", "async retro" | guides/retrospective-worker-bee.md |
review-funnels-g2-worker-bee | Review collection and online reputation lifecycle for SaaS: G2/Capterra/Trustpilot/PH profiles, review-request UX, incentive compliance, PH launch, negative-review response, badge deployment. | "set up G2", "get more reviews", "Product Hunt launch", "incentive compliant", "negative review response" | guides/review-funnels-g2-worker-bee.md |
runbook-writing-worker-bee | Operational runbook authorship: exact-command discipline, no-implied-context rule, escalation path architecture, rollback procedures, game-day methodology, and postmortem-to-runbook linkage (embeddings daemon, schema-heal, npm release ops) | "write a runbook", "audit this runbook", "our runbooks are out of date", "we need a runbook for this alert", "turn this postmortem into a runbook", "schedule a game day" | guides/runbook-writing-worker-bee.md |
security-worker-bee | Security audit and remediation for the Hivemind surface: SQL injection into the Deep Lake API (sqlIdent/sqlStr/sqlLike), the string-based pre-tool-use VFS gate and its dynamic-path weakness, credentials/JWT/org-RBAC, PII in captured traces, prompt injection via recalled memory, and the npm/OpenClaw supply chain; second-to-last step in every implementation plan, runs before quality-worker-bee | "audit for security", "check for vulnerabilities", "scan for PII in traces", "OWASP review", "fix this Critical finding" | guides/security-worker-bee.md |
seo-aeo-worker-bee | Next.js 14+ App Router SEO and Answer Engine Optimization: technical foundation, schema, E-E-A-T, Core Web Vitals, local SEO, and analytics for all three discovery systems. | "audit SEO", "optimize for AI Overviews", "validate schema markup", "fix Core Web Vitals", "review metadata" | guides/seo-aeo-worker-bee.md |
slack-app-worker-bee | Bolt SDK (JS/Python/Java) specialist: slash commands, Block Kit, modals, Events API, OAuth multi-workspace install, App Directory/Marketplace submission. | "build a Slack app", "add a slash command", "create a Slack modal", "set up Slack Events API", "multi-workspace OAuth install" | guides/slack-app-worker-bee.md |
social-media-marketing-organic-worker-bee | Genuine organic social strategy for solo founders and teams ≤10: platform selection, founder voice, build-in-public, content calendars, growth benchmarks. | "help me with social media", "which platform should I focus on", "build in public", "content calendar", "audit my social presence" | guides/social-media-marketing-organic-worker-bee.md |
status-page-worker-bee | Public status page platform selection, component architecture, incident communication templates, subscriber notifications (GDPR/CAN-SPAM), post-incident discipline, and monitoring API automation. | "set up a status page", "incident communication template", "configure subscriber notifications", "migrate from Statuspage", "maintenance window announcement" | guides/status-page-worker-bee.md |
technical-writing-craft-worker-bee | Documentation craft: the Diataxis framework (tutorial/how-to/reference/explanation), inverted-pyramid prose, code-example discipline, voice and tone consistency, the reader-lens diagnostic, ghostwriting discipline, and docs-as-code PR review | "review this document", "is this doc well-written", "apply Diataxis", "ghostwrite this guide", "rewrite this introduction", "code example review" | guides/technical-writing-craft-worker-bee.md |
telegram-bot-worker-bee | Telegram Bot API 10.0, grammY/aiogram, webhook config, Mini Apps initData validation, Telegram Stars payments, inline mode, MTProto escalation | "build Telegram bot", "webhook setup", "initData validation", "Telegram Stars payments", "grammY vs aiogram" | guides/telegram-bot-worker-bee.md |
terminal-bash-worker-bee | Terminal productivity surface: Bash/Zsh/Fish configuration, modern CLI tools (ripgrep, fd, fzf, bat, eza, zoxide), shell scripting, dotfile architecture, tmux/Zellij, just/Make task automation | "improve my dotfiles", "review this shell script", "set up tmux", "modern CLI tools", "bash best practices", "just vs make" | guides/terminal-bash-worker-bee.md |
typescript-node-worker-bee | Modern TypeScript/Node as practiced in Hivemind: strict ESM on Node 22, tsconfig (Node16/ES2022/strict), esbuild multi-harness bundling with sync-versions, Vitest discipline, zod boundary validation, and the lean tsc + jscpd + husky gate (no ESLint/Prettier) | "review this TS", "fix an ESM import", "write a Vitest suite", "add a zod schema", "tsconfig strict", "jscpd duplication", "esbuild bundle" | guides/typescript-node-worker-bee.md |
typography-font-worker-bee | Font loading strategy, variable fonts, FOIT/FOUT/FOFT remediation, fluid clamp() type scales, vertical rhythm, and font-token CSS layer. | "set up fonts", "audit typography", "fix FOIT/FOUT", "build type scale", "migrate to next/font" | guides/typography-font-worker-bee.md |
ux-ui-worker-bee | Steady-state design-system enforcer: token/utility audits, component specs, library-wrapper authoring (shadcn/ui, Mantine, Lucide-react, Framer Motion), and accessibility compliance. | "review this UI", "is this on-brief?", "wrap this component", "motion spec", "token audit" | guides/ux-ui-worker-bee.md |
website-worker-bee | Builds SvelteKit (Svelte 5) + Payload CMS + Supabase monorepos end-to-end from a brief using a 12-phase playbook. | "build a website", "scaffold a SvelteKit site", "spin up a marketing site", "ship a website from scratch", "create a SvelteKit + Supabase site" | guides/website-worker-bee.md |
wiki-worker-bee | Per-repo code-entity cartographer: uses Hivemind's tree-sitter codebase-graph extractor to file atomic, backlinked knowledge pages (entities, concepts, ADRs) into library/knowledge/, with ADR detection and the four-artifact contradiction protocol | TS driver: mode: document / update / scan-directory / lint. "extract entities from {file/dir}", "document this module's exports", "add this to the knowledge graph", "lint the wiki" | guides/wiki-worker-bee.md |