Skill Claude CodeCodex
Recognize when disagreements reveal valuable context, preserve multiple valid approaches instead of forcing premature resolution.
Community-editable skills for Claude Code's superpowers plugin
Skill Claude CodeCodex
Recognize when disagreements reveal valuable context, preserve multiple valid approaches instead of forcing premature resolution.
Skill Claude CodeCodex
Interactive idea refinement using Socratic method to develop fully-formed designs.
Skill Claude CodeCodex
Use multiple Claude agents to investigate and fix independent problems concurrently.
Skill Claude CodeCodex
Execute detailed plans in batches with review checkpoints.
Skill Claude CodeCodex
Complete feature development with structured options for merge, PR, or cleanup.
Skill Claude CodeCodex
Receive and act on code review feedback with technical rigor, not performative agreement or blind implementation.
Skill Claude CodeCodex
Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search.
Skill Claude CodeCodex
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding.
Skill Claude CodeCodex
Execute implementation plan by dispatching fresh subagent for each task, with code review between tasks.
Skill Claude CodeCodex
Create isolated git worktrees with smart directory selection and safety verification.
Skill Claude CodeCodex
Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context.
Skill Claude CodeCodex
Validate at every layer data passes through to make bugs impossible.
Skill Claude CodeCodex
Systematically trace bugs backward through call stack to find original trigger.
Skill Claude CodeCodex
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
Skill Claude CodeCodex
Run verification commands and confirm output before claiming success.
Skill Claude CodeCodex
Maintain skills wiki health - check links, naming, cross-references, and coverage.
Skill Claude CodeCodex
Sync local skills repository with upstream changes from obra/superpowers-skills.
Skill Claude CodeCodex
Contribute skills back to upstream via branch and PR.
Skill Claude CodeCodex
RED-GREEN-REFACTOR for process documentation - baseline without skill, write addressing failures, iterate closing loopholes.
Skill Claude CodeCodex
TDD for process documentation - test with subagents before writing, iterate until bulletproof.
Skill Claude CodeCodex
Force unrelated concepts together to discover emergent properties - "What if we treated X like Y?".
Skill Claude CodeCodex
Flip core assumptions to reveal hidden constraints and alternative approaches - "what if the opposite were true?".
Skill Claude CodeCodex
Spot patterns appearing in 3+ domains to find universal principles.
Skill Claude CodeCodex
Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales.