Browse Skills
Meta Pattern Recognition
v1.0.0Spot patterns appearing in 3+ domains to find universal principles
Preserving Productive Tensions
v1.0.0Recognize when disagreements reveal valuable context, preserve multiple valid approaches instead of forcing premature resolution
Pulling Updates From Skills Repository
v1.0.0Sync local skills repository with upstream changes from obra/superpowers-skills
Root Cause Tracing
v1.0.0Systematically trace bugs backward through call stack to find original trigger
Scale Game
v1.0.0Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales
Sharing Skills
v1.0.0Contribute skills back to upstream via branch and PR
Simplification Cascades
v1.0.0Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z
Tracing Knowledge Lineages
v1.0.0Understand how ideas evolved over time to find old solutions for new problems and avoid repeating past failures
Using Git Worktrees
v1.0.0Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verifi...
Getting Started With Skills
v1.0.0Skills wiki intro - mandatory workflows, search tool, brainstorming triggers
Verification Before Completion
v1.0.0Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evide...
When Stuck Problem Solving Dispatch
v1.0.0Dispatch to the right problem-solving technique based on how you're stuck