brunob54/superpowers-orchestrator

31 agent markdown files indexed from brunob54/superpowers-orchestrator. Install any of them pinned to an exact hash with mdr add brunob54/superpowers-orchestrator/<name>.

brainstorming skill
brunob54/superpowers-orchestrator · skills/brainstorming/SKILL.md · MUST USE when the user wants new features, behavior changes, refactoring with new capabilities, or architecture…
git:20260921.cf1d92c · audit A · 3 stars
claude-md-creator skill
brunob54/superpowers-orchestrator · skills/claude-md-creator/SKILL.md · Creates minimal, high-signal CLAUDE.md and AGENTS.md context files based on empirical best practices. Invoke on /init…
git:20260328.a951826 · audit A · 3 stars
context-management skill
brunob54/superpowers-orchestrator · skills/context-management/SKILL.md · Use in long or noisy sessions to persist durable state across session boundaries via state.md. Also generates…
git:20260920.77a250a · audit A · 3 stars
deliberation skill
brunob54/superpowers-orchestrator · skills/deliberation/SKILL.md · Use BEFORE brainstorming when facing a complex architectural, technology, or design decision where the options are not…
git:20260415.0a78a70 · audit A · 3 stars
dependency-management skill
brunob54/superpowers-orchestrator · skills/dependency-management/SKILL.md · MUST USE when updating, migrating, or auditing project dependencies: upgrading packages, fixing security…
git:20260508.ae16bf3 · audit A · 3 stars
dispatching-parallel-agents skill
brunob54/superpowers-orchestrator · skills/dispatching-parallel-agents/SKILL.md · Use when 2+ tasks are independent and can run concurrently without file or state conflicts or sequential dependencies…
git:20260815.dcd9fd0 · audit A · 3 stars
error-recovery skill
brunob54/superpowers-orchestrator · skills/error-recovery/SKILL.md · Maintains a project-specific known-issues.md mapping recurring errors to their solutions. Consulted automatically by…
git:20260313.623081f · audit A · 3 stars
executing-plans skill
brunob54/superpowers-orchestrator · skills/executing-plans/SKILL.md · MUST USE when a plan.md exists and implementation needs to begin. Executes in controlled batches with verification…
git:20260817.e70e480 · audit A · 3 stars
finishing-a-development-branch skill
brunob54/superpowers-orchestrator · skills/finishing-a-development-branch/SKILL.md · MUST USE when implementation is verified and you need to choose the branch outcome: merge, PR, keep, or discard…
git:20260415.0a78a70 · audit A · 3 stars
frontend-design skill
brunob54/superpowers-orchestrator · skills/frontend-design/SKILL.md · MUST USE for any frontend, UI, or web interface implementation. Enforces production-grade visual quality…
git:20260508.ae16bf3 · audit A · 3 stars
handoff skill
brunob54/superpowers-orchestrator · skills/handoff/SKILL.md · Write a continuation prompt for a fresh session into tmp/docs/<date>-handoff-<slug>.md, save state, and print the…
git:20260915.87c8587 · audit A · 3 stars
multi-code-review skill
brunob54/superpowers-orchestrator · skills/multi-code-review/SKILL.md · MUST USE when a branch needs N independent whole-branch code review rounds with fixes applied between rounds. M…
git:20260919.1f47109 · audit A · 3 stars
multi-doc-review skill
brunob54/superpowers-orchestrator · skills/multi-doc-review/SKILL.md · MUST USE when a spec or plan document needs N independent review rounds with findings merged between rounds. M…
git:20260916.2b7dfd5 · audit A · 3 stars
orchestrating-development skill
brunob54/superpowers-orchestrator · skills/orchestrating-development/SKILL.md · MUST USE when the user asks to orchestrate the full development pipeline from an approved spec: plan writing, N…
git:20260921.cf1d92c · audit A · 3 stars
performance-investigation skill
brunob54/superpowers-orchestrator · skills/performance-investigation/SKILL.md · MUST USE when investigating or fixing performance issues: slow responses, high memory usage, CPU spikes, throughput…
git:20260415.0a78a70 · audit A · 3 stars
pickup skill
brunob54/superpowers-orchestrator · skills/pickup/SKILL.md · Resume work in a fresh session from the newest handoff file written by /handoff, from a named handoff file, or from an…
git:20260915.87c8587 · audit A · 3 stars
premise-check skill
brunob54/superpowers-orchestrator · skills/premise-check/SKILL.md · Validates whether proposed or in-progress work should exist before investing in it. Invoke BEFORE designing, planning…
git:20260407.5b919bb · audit A · 3 stars
receiving-code-review skill
brunob54/superpowers-orchestrator · skills/receiving-code-review/SKILL.md · Handles review feedback with technical rigor: verify suggestions, resolve unclear items, implement fixes in priority…
git:20260313.623081f · audit A · 3 stars
refactoring skill
brunob54/superpowers-orchestrator · skills/refactoring/SKILL.md · MUST USE when restructuring existing code without changing behavior: extracting functions/modules, inlining…
git:20260415.0a78a70 · audit A · 3 stars
requesting-code-review skill
brunob54/superpowers-orchestrator · skills/requesting-code-review/SKILL.md · Structured code review against requirements, quality, and security standards. Invoke after meaningful code changes or…
git:20260919.897a669 · audit A · 3 stars
researching-prior-art skill
brunob54/superpowers-orchestrator · skills/researching-prior-art/SKILL.md · Grounds one technology decision in verified external evidence before design approaches are compared. Dispatches a…
git:20260907.7182d42 · audit A · 3 stars
self-consistency-reasoner skill
brunob54/superpowers-orchestrator · skills/self-consistency-reasoner/SKILL.md · Internal reasoning technique invoked by systematic-debugging and verification-before-completion for high-stakes…
git:20260310.08464c0 · audit A · 3 stars
subagent-driven-development skill
brunob54/superpowers-orchestrator · skills/subagent-driven-development/SKILL.md · Executes plans using parallel subagents with per-task implementation and staged review gates. Invoke for parallel plan…
git:20260916.2b7dfd5 · audit A · 3 stars
systematic-debugging skill
brunob54/superpowers-orchestrator · skills/systematic-debugging/SKILL.md · Invoke BEFORE attempting any fix when a bug, test failure, error, warning, unexpected behavior, or performance…
git:20260415.0a78a70 · audit A · 3 stars
test-driven-development skill
brunob54/superpowers-orchestrator · skills/test-driven-development/SKILL.md · MUST USE for any behavior change: write failing tests before production code. No exceptions. Triggers on: "TDD", "write…
git:20260415.0a78a70 · audit A · 3 stars
token-efficiency skill
brunob54/superpowers-orchestrator · skills/token-efficiency/SKILL.md · Always-on operational standard. Enforces concise responses, parallel tool execution, no redundant work, exploration…
git:20260917.9b2176f · audit A · 3 stars
using-git-worktrees skill
brunob54/superpowers-orchestrator · skills/using-git-worktrees/SKILL.md · Use before implementation when work should be isolated from the current branch. Triggers on: "use a worktree", "isolate…
git:20260415.0a78a70 · audit A · 3 stars
using-superpowers skill
brunob54/superpowers-orchestrator · skills/using-superpowers/SKILL.md · BLOCKING REQUIREMENT — invoke this skill BEFORE writing any code, editing files, debugging, planning, reviewing, or…
git:20260921.ebb76ef · audit A · 3 stars
verification-before-completion skill
brunob54/superpowers-orchestrator · skills/verification-before-completion/SKILL.md · Invoke BEFORE saying "done", "tests pass", "ready to merge", or any completion claim. Requires fresh command output as…
git:20260508.ae16bf3 · audit A · 3 stars
worklog skill
brunob54/superpowers-orchestrator · skills/worklog/SKILL.md · Creates and maintains a work log: one Markdown document per piece of multi-part work that lasts many sessions, at…
git:20260921.0b7b969 · audit A · 3 stars
writing-plans skill
brunob54/superpowers-orchestrator · skills/writing-plans/SKILL.md · MUST USE after design approval to decompose requirements into executable task plans with verification commands and TDD…
git:20260915.ebfb314 · audit A · 3 stars

Source

github.com/brunob54/superpowers-orchestrator · 3 stars · license MIT · pushed 2026-09-22