obra/superpowers
These skills were imported into SkillJury from the public skills ecosystem.
brainstorming
by obra/superpowers
Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
systematic-debugging
by obra/superpowers
Random fixes waste time and create new bugs. Quick patches mask underlying issues.
writing-plans
by obra/superpowers
Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI....
test-driven-development
by obra/superpowers
Write the test first. Watch it fail. Write minimal code to pass.
executing-plans
by obra/superpowers
Load plan, review critically, execute all tasks, report when complete.
requesting-code-review
by obra/superpowers
Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work.
using-superpowers
by obra/superpowers
Source details, install context, and public review data are available on the full page.
subagent-driven-development
by obra/superpowers
Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review.
receiving-code-review
by obra/superpowers
Code review requires technical evaluation, not emotional performance.
verification-before-completion
by obra/superpowers
Claiming work is complete without verification is dishonesty, not efficiency.
writing-skills
by obra/superpowers
Writing skills IS Test-Driven Development applied to process documentation.
dispatching-parallel-agents
by obra/superpowers
You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for...
using-git-worktrees
by obra/superpowers
Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching.
finishing-a-development-branch
by obra/superpowers
Guide completion of development work by presenting clear options and handling chosen workflow.