Sam Superpowers
by @samyakjhaveri · plugin · 14 skills
Fork of obra/superpowers 5.0.7: the 14 core skills (TDD, debugging, collaboration patterns) with the mandatory-gate SessionStart injection replaced by a short judgment-based router. Skills are tools, not gates.
Install the whole plugin (CLI)
npx skillmds add samyakjhaveri/brainstorming
npx skillmds add samyakjhaveri/writing-plans
npx skillmds add samyakjhaveri/writing-skills
npx skillmds add samyakjhaveri/executing-plans
npx skillmds add samyakjhaveri/using-superpowers
npx skillmds add samyakjhaveri/using-git-worktrees
npx skillmds add samyakjhaveri/systematic-debugging
npx skillmds add samyakjhaveri/receiving-code-review
npx skillmds add samyakjhaveri/requesting-code-review
npx skillmds add samyakjhaveri/test-driven-development
npx skillmds add samyakjhaveri/dispatching-parallel-agents
npx skillmds add samyakjhaveri/subagent-driven-development
npx skillmds add samyakjhaveri/finishing-a-development-branch
npx skillmds add samyakjhaveri/verification-before-completionSkills in this plugin
- ▌ brainstorming · samyakjhaveri bundleGuides collaborative dialogue to turn ideas into approved designs and specs before any implementation begins.
- ▌ writing-plans · samyakjhaveri bundleTurns a spec or requirements into a detailed, bite-sized implementation plan with exact file paths, code, and test steps for engineers with no codebase context.
- ▌ writing-skills · samyakjhaveri bundleUse when creating new skills, editing existing skills, or verifying skills work before deployment.
- ▌ executing-plans · samyakjhaveriLoads an implementation plan, reviews it critically, executes each task with verification, and reports completion, stopping to ask for help when blocked.
- ▌ using-superpowers · samyakjhaveri bundleRoutes conversations to relevant skills from the library, prioritizing process-oriented skills and user instructions.
- ▌ using-git-worktrees · samyakjhaveriCreates isolated git worktrees with smart directory selection and safety verification for feature work.
- ▌ systematic-debugging · samyakjhaveri bundleGuides a structured root-cause investigation before any fix, covering reproduction, evidence gathering, hypothesis testing, and implementation with failing tests.
- ▌ receiving-code-review · samyakjhaveriGuides technical verification of code review feedback before implementation, emphasizing reasoned pushback over performative agreement.
- ▌ requesting-code-review · samyakjhaveri bundleDispatch a code-reviewer subagent to catch issues before they cascade, with guidance on when to request review and how to act on feedback.
- ▌ test-driven-development · samyakjhaveri bundleGuides implementing features and bug fixes test-first, enforcing the red-green-refactor cycle with mandatory failure verification.
- ▌ dispatching-parallel-agents · samyakjhaveriDelegates independent debugging tasks to parallel agents with isolated context, preserving the main session for coordination.
- ▌ subagent-driven-development · samyakjhaveri bundleExecutes implementation plans by dispatching a fresh subagent per task and running two-stage reviews for spec compliance and code quality.
- ▌ finishing-a-development-branch · samyakjhaveriGuides completing development work by verifying tests, presenting structured options for merging, creating a pull request, keeping, or discarding a branch, and cleaning up worktrees.
- ▌ verification-before-completion · samyakjhaveriEnforces running verification commands and confirming output before claiming work is complete, fixed, or passing, ensuring evidence precedes any success claims.