obra/superpowers
These skills were imported into SkillJury from the public skills ecosystem.
brainstorming
Structured design dialogue that validates ideas before implementation begins.
using-superpowers
Source details, install context, and public review data are available on the full page.
systematic-debugging
Structured debugging methodology that mandates root cause investigation before attempting any fixes.
writing-plans
Comprehensive implementation plans for multi-step tasks, breaking down specs into bite-sized, testable steps.
requesting-code-review
Dispatch code review subagents with focused context to catch issues before they compound.
test-driven-development
Write tests first, watch them fail, then implement minimal code to pass.
executing-plans
Execute a written implementation plan with critical review and task checkpoints.
subagent-driven-development
Dispatch fresh subagents per task with two-stage review (spec compliance, then code quality) in the current session.
verification-before-completion
Enforce verification commands before claiming work completion, fixes, or test passes—no success assertions without fresh evidence.
receiving-code-review
Evaluate code review feedback with technical rigor before implementing, avoiding performative agreement and blind implementation.
writing-skills
Test-driven documentation for creating reusable agent techniques, patterns, and reference guides.
dispatching-parallel-agents
Delegate independent tasks to specialized agents working concurrently with isolated context.
using-git-worktrees
Isolated git worktrees with smart directory selection and safety verification.
finishing-a-development-branch
Structured workflow for completing development branches with test verification and merge/PR options.