brunob54

38 mods across 1 repository, 3 stars between them.

premise-check

25

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Validates whether proposed or in-progress work should exist before investing in it. Invoke BEFORE designing, planning, or building anything non-trivial — and WHEN new evidence arrives that could change the motivation for existing work. Triggers on: 'design a system', 'create a plan', 'build out the full version'…

3 2d ago A 114 tokens original MIT

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Handles review feedback with technical rigor: verify suggestions, resolve unclear items, implement fixes in priority order. Invoke when review comments are received or user says "address review feedback". Routed by using-superpowers when review feedback arrives.

3 2d ago A 49 tokens original MIT

refactoring

27

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

MUST USE when restructuring existing code without changing behavior: extracting functions/modules, inlining, simplifying, decoupling, reorganizing files, renaming across the codebase, or cleaning up code structure. Enforces behavior-locking tests before any structural change and incremental verification after each…

3 2d ago A 156 tokens original MIT

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Structured code review against requirements, quality, and security standards. Invoke after meaningful code changes or before merge. Triggers on: "review my code", "code review", "check this before merge", "security review", "is this secure", "look over my changes", "second pair of eyes", "check the diff". Routed by…

3 2d ago A 83 tokens original MIT

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Grounds one technology decision in verified external evidence before design approaches are compared. Dispatches a controller subagent that runs N read-only researcher subagents in parallel (candidate source reading, version verification anchored to this repository's manifest, registry existence and health, prior art)…

3 2d ago A 133 tokens original MIT

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Internal reasoning technique invoked by systematic-debugging and verification-before-completion for high-stakes multi-step inference. Generates N independent reasoning paths and takes majority vote to surface confident-but-wrong single-chain failures. DO NOT invoke independently — this skill is embedded in the skills…

3 2d ago A 63 tokens original MIT

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Executes plans using parallel subagents with per-task implementation and staged review gates. Invoke for parallel plan execution in the current session. Also provides Batched Autonomous Mode: implement up to N tasks per session with a fixed task-cap batch boundary, write a handoff into state.md, and resume after…

3 2d ago A 108 tokens original MIT

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Invoke BEFORE attempting any fix when a bug, test failure, error, warning, unexpected behavior, or performance regression appears. Enforces hypothesis-driven root cause analysis — no fix without evidence. Triggers on: error messages, stack traces, "it's broken", "not working", "bug", test failures, blank/white…

3 2d ago A 101 tokens original MIT

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

MUST USE for any behavior change: write failing tests before production code. No exceptions. Triggers on: "TDD", "write tests first", any implementation task, bug fix needing regression tests, behavior changes during execution. Routed by using-superpowers, or invoke directly via /test-driven-development.

3 2d ago A 65 tokens original MIT

token-efficiency

34

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Always-on operational standard. Enforces concise responses, parallel tool execution, no redundant work, exploration tracking, and proactive context compression throughout every session. Applied automatically at session start.

3 2d ago A 39 tokens original MIT

using-git-worktrees

35

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Use before implementation when work should be isolated from the current branch. Triggers on: "use a worktree", "isolate this work", "don't touch main", experimental or risky changes that need isolation.

3 2d ago A 48 tokens original MIT

using-superpowers

36

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

BLOCKING REQUIREMENT — invoke this skill BEFORE writing any code, editing files, debugging, planning, reviewing, or making any technical tool calls beyond reading files. This is the mandatory workflow router for ALL technical tasks. Matches: "implement", "build", "fix", "debug", "refactor", "optimize", "add feature"…

3 2d ago A 122 tokens original MIT

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

Invoke BEFORE saying "done", "tests pass", "ready to merge", or any completion claim. Requires fresh command output as evidence — no completion without proof. Also routed by using-superpowers at task end.

3 2d ago A 47 tokens original MIT

writing-plans

38

brunob54/superpowers-orchestrator

Skill Claude CodeCodex

MUST USE after design approval to decompose requirements into executable task plans with verification commands and TDD ordering. Triggers on: "write a plan", "break this down", "plan the implementation", after brainstorming approval. Routed by brainstorming as the next step.

3 2d ago A 57 tokens original MIT