brunob54/superpowers-orchestrator
Plugin Claude Code
Plugin marketplace listing 1 plugin: superpowers-orchestrator.
brunob54/superpowers-orchestrator
Plugin Claude Code
Plugin marketplace listing 1 plugin: superpowers-orchestrator.
brunob54/superpowers-orchestrator
Plugin Claude Code
Agentic development framework for Claude Code — disciplined workflow routing, TDD enforcement, safety hooks, systematic debugging, and code review.
brunob54/superpowers-orchestrator
Agent
Use this agent to review completed implementation work against requirements, correctness, and production readiness.
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.
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.
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.
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.
brunob54/superpowers-orchestrator
Hook
Runs when the agent finishes a response, executing stop-reminders.js via node. From brunob54/superpowers-orchestrator.
brunob54/superpowers-orchestrator
Hook
Runs when a subagent finishes, executing subagent-guard.js via node. From brunob54/superpowers-orchestrator.
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.
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"…
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…
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…
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…
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…
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.
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…
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.
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…
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.…
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…
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.…
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…
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…