From claude-skills
Provides structured process workflows for creative brainstorming, planning, git worktree isolation, subagent-driven development, code review, and branch finishing. Invoke before implementation tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-skills:20-superpowersWhen to use
Process skills that govern HOW to approach work — invoke BEFORE implementation skills. Brainstorm before building; plan before coding; worktree before isolated work; review before merge; finish-branch when done.
inherit*The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Vendored from [obra/Superpowers](https://github.com/obra/Superpowers) (MIT, Jesse Vincent), compressed to house style — see `NOTICE.md`. These are **process skills**: they decide HOW to approach a task and run BEFORE implementation skills. On conflict, this repo's `01-operating-system` + `rules/*` + Brian's preferences win.
LICENSE-superpowersNOTICE.mdbrainstorming/evals/01-design-before-code.jsonbrainstorming/evals/02-too-simple-trap.jsonbrainstorming/evals/03-multi-system-decomp.jsonbrainstorming/scripts/frame-template.htmlbrainstorming/scripts/helper.jsbrainstorming/scripts/server.cjsbrainstorming/scripts/start-server.shbrainstorming/scripts/stop-server.shbrainstorming/spec-document-reviewer-prompt.mdbrainstorming/visual-companion.mdrequesting-code-review/code-reviewer.mdsubagent-driven-development/implementer-prompt.mdsubagent-driven-development/scripts/review-packagesubagent-driven-development/scripts/sdd-workspacesubagent-driven-development/scripts/task-briefsubagent-driven-development/task-reviewer-prompt.mdwriting-plans/plan-document-reviewer-prompt.mdwriting-skills/anthropic-best-practices.mdVendored from obra/Superpowers (MIT, Jesse Vincent), compressed to house style — see NOTICE.md. These are process skills: they decide HOW to approach a task and run BEFORE implementation skills. On conflict, this repo's 01-operating-system + rules/* + Brian's preferences win.
brainstorming/SKILL.md — explore intent + design before code. Non-negotiable first step.writing-plans/SKILL.md — write the plan before touching code.using-git-worktrees/SKILL.md — spin an isolated workspace ([[main-only-branch]]).subagent-driven-development/SKILL.md — one subagent per task + two-stage review ([[monitor-orchestration]], [[parallel-subagent-economy]]).requesting-code-review/SKILL.md — dispatch the code-reviewer agent + Agent Diversity Review ([[agent-selection]]).receiving-code-review/SKILL.md — verify it technically, then act; no blind agreement.finishing-a-development-branch/SKILL.md — merge / PR / cleanup ([[no-staging-doctrine]], auto-push).Authoring a skill itself? → writing-skills/SKILL.md + [[skill-authoring-contract]] (the house authoring rule, where the SDO / match-the-form / ordered-by-weight insights now live).
requesting-code-review → the code-reviewer agent + diversity gate.subagent-driven-development → meta-orchestrator / parallel Agent spawns.brainstorming → pairs with 14-independent-idea-engine.test-driven-development → [[e2e-tdd-organization]]systematic-debugging → [[error-recovery]]verification-before-completion → [[verification-loop]]dispatching-parallel-agents → [[parallel-subagent-economy]]executing-plans → [[monitor-orchestration]]using-superpowers → 01-operating-system (skill-check before action)[[skill-authoring-contract]]npx claudepluginhub heymegabyte/claude-skillsProvides structured workflows for TDD, planning, debugging, and subagent-driven development for coding agents like Claude Code, Cursor, Codex, and Gemini CLI.
Enforces skill invocation at conversation start, requiring skills to be loaded before any response. Use for all sessions to ensure proper skill usage.
Enforces skill-checking workflow: invoke relevant skills before any response, including clarification. Includes priority rules, red flags, and platform adaptations for CLI tools.