brenpike
UserMulti-agent orchestration framework for Claude Code — a self-coordinating swarm of specialized bioforms that plans, builds, reviews, and ships code so you don't manage the pipeline yourself.
Categories
Indexed Skills (17)
bootstrap-context
Analyze project artifacts and generate a populated CONTEXT.md (or CONTEXT-MAP.md and multiple CONTEXT.md files for multi-context repos) with domain terms extracted from existing code, documentation, and configuration. Independently invocable or called by setup-project as a final step.
create-working-branch
Create or confirm the compliant working branch for the current approved plan before implementation begins.
improving-architecture
Analyzes a codebase read-only and emits a ranked refactoring blueprint of deepening opportunities — turning shallow modules (small behaviour behind a large, leaky interface) into deep ones for testability and AI-navigability. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, make the codebase more testable, or make it more AI-navigable: this finds and ranks specific refactors but never edits code, writes docs, or spawns agents.
molt
Create a checkpoint commit (molt) for the current approved plan after a completed phase, milestone, version bump, or review remediation item.
open-plan-pr
Open a pull request for a successfully completed approved plan after final verification.
plan-interrogation
Intensely interviews the user about their plan — one question at a time — challenging it against the project's existing domain model, sharpening terminology, and updating/creating documentation (CONTEXT.md, ADRs) as decisions crystallise. Use when the user wants to stress-test a plan, challenge a plan, interrogate a plan, red-team a plan, or harden a plan against their project's language and documented decisions. Trigger on: "stress-test a plan", "challenge plan", "grill me", "interrogate plan", "red team plan", "harden plan", "/hivemind:plan-interrogation".
plan-to-prd
Turns an already-interrogated plan into a committed PRD — a WHAT-only specification of what an Initiative delivers — written to `docs/prds/<slug>.md`. Synthesizes from the plan with near-zero re-interrogation; runs only two light confirm gates (story completeness, scope boundaries). Use when the user wants to turn an interrogated plan into a PRD, write a PRD from a plan, produce a PRD, or draft `docs/prds/<slug>.md`. Trigger on: "turn an interrogated plan into a PRD", "write a PRD from a plan", "plan to PRD", "produce a PRD", "/hivemind:plan-to-prd".
setup-project
One-time project setup. Apply the required `.claude/settings.json` keys (enabledPlugins + default agent) so the overlord becomes the session default agent. Use only when adopting the plugin in a new project, when repairing settings, or when the user explicitly requests setup. Also ensures `.hivemind/` is excluded from git via `.gitignore`.
tdd
Implement features using Test-Driven Development (TDD) with the red-green-refactor cycle. Use when the user asks to implement X using TDD, write this with TDD, use TDD, TDD this feature, red-green-refactor, or test-first. Requires Write and Edit access — invoke only in a context that can modify source and test files.
creep-spread
Analyze project artifacts and generate a populated CONTEXT.md (or CONTEXT-MAP.md and multiple CONTEXT.md files for multi-context repos) with domain terms extracted from existing code, documentation, and configuration. Use when seeding a new hive, analyzing an existing project, or enriching an existing CONTEXT.md. Trigger on: "generate a domain glossary", "create a CONTEXT.md from project artifacts", "analyze project artifacts for domain terms", "enrich CONTEXT.md with terms from project", "update CONTEXT.MD", "update CONTEXT-MAP.md", "update project context definitions".
refactor-to-depth
Perform a behavior-preserving structural refactor that deepens a module — turning a small amount of behaviour behind a large, leaky interface into a large amount of behaviour behind a small one. Use when the user wants to deepen a module, refactor to a deeper interface, do a behavior-preserving structural refactor, extract behind a port/adapter, merge shallow modules, or execute a ranked refactoring blueprint candidate produce by prior architectural analysis. Requires Write and Edit access — invoke only in a context that can modify source and test files.
seed-hive
One-time project setup. Apply the required `.claude/settings.json` keys (enabledPlugins + default agent) so the overlord becomes the session default agent. Use only when adopting the plugin in a new project, when repairing settings, or when the user explicitly requests setup. Also ensures `.hivemind/` and `.claude/worktrees/` are excluded from git via `.gitignore`.
create-handoff
Synthesizes an interrogated plan (and optional relevant handoff-context) into a session-resumption handoff document at `.hivemind/handoffs/<slug>.md` that points to the plan rather than duplicating it. Pure synthesis — asks no questions. Use when the user wants to generate a session-resumption handoff, create a handoff document, write a fresh-session kickoff brief, or bridge an interrogated plan into a new session. Trigger on: "create a handoff", "generate a handoff", "session-resumption handoff", "fresh-session kickoff brief".
adaptation-cycle
Run a local pre-PR Codex code review (adaptation cycle) via codex-plugin-cc, capture structured output, normalize findings, and return them to the caller. Review-only — does not fix findings. Invoked by local-reviewer agent only.
github-review-loop
Watch an open PR and remediate review feedback in a loop until a terminal condition. Arms a main-session Monitor on a thin change-detect poll and dispatches `hivemind:github-reviewer` in fix mode per actionable event. Executed by the overlord only — loop must run in the main session where Monitor survives subagent dispatches (ADR-0005).
prd-to-issues
Slices a committed PRD into vertically-sliced GitHub issues — one tracer-bullet slice = one issue = one Strain candidate — under a single `initiative:<slug>` label, anchored to the PRD file. Runs ONE interrogation loop, the slicing quiz, then publishes blocker-first via `gh`. Use when the user wants to slice a PRD into GitHub issues, turn a PRD into issues, create brood-ready issues from a PRD, decompose a PRD into vertical slices, or break a PRD into trackable work. Trigger on: "slice a PRD into GitHub issues", "PRD to issues", "create brood-ready issues from a PRD", "decompose a PRD", "/hivemind:prd-to-issues".
push-branch
Push the current working branch to its remote. No PR creation — push only, for resuming a review loop after remediation commits.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.