broneq
- 25 skills
- 0 followers
- 6 hours ago last updated
- ▌ Cr · broneq bundleRun code review with dynamic agent scaling (3-13 agents based on change size). Delta since the last review by default; --full whole branch; --inline runs in-session with no subagents; --base <ref> explicit baseline (stacks).
- ▌ Debug · broneqDebug issues through structured investigation, failing test creation, and targeted fixes. Use when the user provides an error message, traceback, steps-to-reproduce, or describes unexpected behavior.
- ▌ Setup · broneqInitialize .bdk/settings.json for this project. Run once per project when BDK blocks session start with missing settings.
- ▌ Design · broneq bundleDesign partner for any feature. Classifies product vs architecture vs combined, then explores 2+ approaches with Mermaid diagrams, self-critique, and a 'what we did NOT decide' section. Replaces /bdk:brainstorming and /bdk:brainstorm-architecture.
- ▌ Add Rule · broneqCapture one lesson or convention as a properly-homed rule — routed to .claude/rules/, a doc comment, or a test signpost; dedupes and respects budgets. Use on "add a rule", "capture this as a rule", "remember this convention".
- ▌ Pr Review · broneq bundleReview GitHub PRs from URLs - templated inline comments, summary, and a verdict you confirm/override before it posts via gh. Stack-aware; one subagent per PR runs /bdk:cr --inline. --verify checks previous review comments were implemented.
- ▌ Create Adr · broneqCreate Architecture Decision Records (ADRs) based on MADR template. Use when the user asks to "create an ADR", "document a decision", "write an ADR", or provides decision context that needs to be formalized.
- ▌ Create Plan · broneq bundleCreate comprehensive implementation plan with exploration and trade-off analysis
- ▌ Update Docs · broneqUse when existing architecture documentation needs refreshing after code changes, when running periodic doc maintenance, or when user asks to "update docs", "refresh documentation", or "sync docs with code".
- ▌ Verify Plan · broneq bundleVerify implementation plans before execution with a single Opus subagent driven by a structured six-section checklist. Use when you have a written plan (from /bdk:create-plan or manual) and want to check it works before writing code.
- ▌ Refine Rules · broneq bundleCompact and verify .claude/rules/*.md against real code — admission test, relocation into doc comments, budgets, uniform format. Use on "clean up rules", "refine .claude/rules", or stale/bloated rule files.
- ▌ Bdk Tier Edit · broneqTool-tier guidance for structural code edits and refactors. Preloaded into agents that mutate code; not user-facing.
- ▌ Bdk Lint Tools · broneqProject-configured lint/format/typecheck commands from .bdk/settings.json. Preloaded into agents that run static analysis; not user-facing.
- ▌ Bdk Test Tools · broneqProject-configured test commands from .bdk/settings.json. Preloaded into agents that run tests; not user-facing.
- ▌ Mermaid Drawer · broneq bundleBDK's shared Mermaid standard - diagram type selection, node budget, and a palette verified legible in light and dark themes. Use whenever writing a mermaid block, or when asked to diagram, visualise, or map a flow, architecture, or state machine.
- ▌ Bdk Tier Impact · broneqTool-tier guidance for impact analysis (blast radius, affected flows). Preloaded into agents that reason about change impact; not user-facing.
- ▌ Bdk Tier Review · broneqTool-tier guidance for code review (change detection, risk scoring, review context). Preloaded into reviewer subagents; not user-facing.
- ▌ Bdk Tier Search · broneqTool-tier guidance for symbol search and call/reference tracing. Preloaded into agents that locate code; not user-facing.
- ▌ Bdk Tier Explore · broneqTool-tier guidance for codebase exploration and architecture overview. Preloaded into agents that explore code structure; not user-facing.
- ▌ Agent Lint · broneqLint a BDK agent file for best practices and portability. Use when reviewing, creating, or editing an agent (agents/*.md) to verify it meets BDK conventions. Trigger on phrases like "check this agent", "verify agent", "lint agent", or when about to commit a new agent.
- ▌ Skill Lint · broneqLint a BDK skill or agent file for best practices and portability. Use when reviewing, creating, or editing a skill (skills/*.md) or agent (agents/*.md) to verify it meets BDK conventions. Trigger on phrases like "check this skill", "verify agent", "does this follow best practices", "lint skill", or when about to commit a new skill/agent.
- ▌ Explain Complex Code · broneq bundleGenerate comprehensive architecture documentation for complex code modules with Mermaid diagrams and examples. Use when user asks to "explain this code", "document the architecture", or wants to understand how a module/system works.
- ▌ Subagent Execute Plan · broneq bundleCoordinator that executes a plan in parallel groups via background subagents. Spawns implementers, then dedicated test-runner / static-analyse subagents, then routes failures back to the original implementer (SendMessage) or a fresh fixer. Fully autonomous — no human-in-loop.
- ▌ Test Driven Development · broneqRigid TDD process for writing and verifying tests before implementation. Use when implementing any feature or bugfix. Receives test case bullet points from the plan and enforces red-green cycle.
- ▌ Bdk Implementer Return Contract · broneqPreloads the implementer/fixer YAML return-contract schema into an agent's context. Not user-invocable — preloaded via skills: frontmatter on implementer and fixer agents.