brunob54

38 mods across 1 repository, 3 stars between them.

brunob54/superpowers-orchestrator

Plugin Claude Code

Agentic development framework for Claude Code — disciplined workflow routing, TDD enforcement, safety hooks, systematic debugging, and code review.

3 2d ago A tokens not measured original MIT

red-team

04

brunob54/superpowers-orchestrator

Agent

Use this agent to adversarially attack completed implementation work — find concrete ways to break the code through specific inputs, state sequences, race conditions, assumption violations, and production context mismatches that checklist-based review would miss.

3 2d ago A 47 tokens original MIT

SessionStart

05

brunob54/superpowers-orchestrator

Hook

Runs when a session starts on startup, clear and compact, executing run-hook.cmd and context-engine.js (2 commands). From brunob54/superpowers-orchestrator.

3 2d ago A tokens not measured copy · 78% MIT

UserPromptSubmit

06

brunob54/superpowers-orchestrator

Hook

Runs when you submit a prompt, before the agent sees it, executing skill-activator.js via node. From brunob54/superpowers-orchestrator.

3 2d ago A tokens not measured original MIT

PostToolUse

07

brunob54/superpowers-orchestrator

Hook

Runs after a tool call finishes for Edit, Write and Skill tool calls, executing track-edits.js and track-session-stats.js via node (2 commands). From brunob54/superpowers-orchestrator.

3 2d ago A tokens not measured original MIT

Stop

08

brunob54/superpowers-orchestrator

Hook

Runs when the agent finishes a response, executing stop-reminders.js via node. From brunob54/superpowers-orchestrator.

3 2d ago A tokens not measured copy · 52% MIT

SubagentStop

09

brunob54/superpowers-orchestrator

Hook

Runs when a subagent finishes, executing subagent-guard.js via node. From brunob54/superpowers-orchestrator.

3 2d ago A tokens not measured copy · 61% MIT

PreToolUse

10

brunob54/superpowers-orchestrator

Hook

Runs before the agent uses a tool for Bash, Read, Edit, Write, Bash and Bash tool calls, executing block-dangerous-commands.js, protect-secrets.js and bash-compress-hook.js via node (3 commands). From brunob54/superpowers-orchestrator.

3 2d ago A tokens not measured original MIT

brainstorming

11

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

MUST USE when the user wants new features, behavior changes, refactoring with new capabilities, or architecture decisions and no approved design exists yet. Produces an approved design document before any code is written. Triggers on: "build this", "add a feature", "I want to change", "how should we", "design"…

3 2d ago A 111 tokens original MIT

claude-md-creator

12

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Creates minimal, high-signal CLAUDE.md and AGENTS.md context files based on empirical best practices. Invoke on /init command, "create CLAUDE.md", "update CLAUDE.md", "write AGENTS.md", or "set up Claude Code for this project". Also invoked by brainstorming when repo lacks a context file. tools: Read, Glob, Grep…

3 2d ago A 88 tokens original MIT

context-management

13

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Use in long or noisy sessions to persist durable state across session boundaries via state.md. Also generates project-map.md when asked to map the project. Triggers on: user explicitly asks to "save state", "compress context", "map this project", "generate project map", "create project map", cross-session handoff…

3 2d ago A 78 tokens original MIT

deliberation

14

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Use BEFORE brainstorming when facing a complex architectural, technology, or design decision where the options are not yet well-defined or the problem itself may need reframing. Assembles named stakeholder perspectives that each speak once without debate, then surfaces where they converge and where real tension…

3 2d ago A 126 tokens original MIT

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

MUST USE when updating, migrating, or auditing project dependencies: upgrading packages, fixing security vulnerabilities (CVEs), resolving breaking changes, migrating to new major versions, or auditing outdated dependencies. Enforces incremental updates with verification at each step. Distinct from…

3 2d ago A 156 tokens original MIT

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Use when 2+ tasks are independent and can run concurrently without file or state conflicts or sequential dependencies. Triggers on: "run these in parallel", "do these at the same time", plans with independent tasks, when subagent-driven-development identifies parallelizable work.

3 2d ago A 61 tokens original MIT

error-recovery

17

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Maintains a project-specific known-issues.md mapping recurring errors to their solutions. Consulted automatically by systematic-debugging before investigation. Saves time by avoiding rediscovery of known problems across sessions. Triggers on: "save this fix", "remember this error", "known issues", or automatically…

3 2d ago A 71 tokens original MIT

executing-plans

18

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

MUST USE when a plan.md exists and implementation needs to begin. Executes in controlled batches with verification checkpoints. Triggers on: "execute the plan", "start building", "follow the plan", "go". Routed by using-superpowers or writing-plans handoff.

3 2d ago A 60 tokens original MIT

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

MUST USE when implementation is verified and you need to choose the branch outcome: merge, PR, keep, or discard. Triggers on: "merge this", "create a PR", "squash and merge", "we're done with this branch", "clean up the branch", "push this", "get it merged", after verification-before-completion passes. Routed by…

3 2d ago A 94 tokens original MIT

frontend-design

20

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

MUST USE for any frontend, UI, or web interface implementation. Enforces production-grade visual quality, accessibility, responsive design, and professional polish. Triggers on: "build a UI", "frontend", "website", "landing page", "dashboard", "make it look professional", any React/Vue/Svelte/HTML component work.…

3 2d ago A 86 tokens original MIT

multi-code-review

21

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

MUST USE when a branch needs N independent whole-branch code review rounds with fixes applied between rounds. M clean-context reviewer subagents per round (default 1) under a rotating lens (correctness/spec alignment, adversarial red-team, security, test quality); one fix subagent per round for Critical/Important…

3 2d ago B 158 tokens original MIT

multi-doc-review

22

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

MUST USE when a spec or plan document needs N independent review rounds with findings merged between rounds. M clean-context reviewer subagents per round (default 1) under a rotating lens; findings triaged into the document; a sidecar audit log records every disposition; early exit after two consecutive clean rounds.…

3 2d ago A 137 tokens original MIT

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

MUST USE when the user asks to orchestrate the full development pipeline from an approved spec: plan writing, N plan-review rounds, batched implementation, and N code-review rounds run autonomously, stopping only on major errors, ending before merge/PR. Triggers on: "orchestrate the development", "orchestrate…

3 2d ago A 120 tokens original MIT

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

MUST USE when investigating or fixing performance issues: slow responses, high memory usage, CPU spikes, throughput degradation, or optimization requests. Enforces measure-first methodology — profile before guessing, baseline before fixing, re-measure after every change. Distinct from systematic-debugging (which…

3 2d ago A 163 tokens original MIT