faulkdev/github-copilot-superpowers Skills
(22)Browse AI agent skills from faulkdev/github-copilot-superpowers for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
obra-brainstorming
faulkdev/github-copilot-superpowers
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
obra-dispatching-parallel-agents
faulkdev/github-copilot-superpowers
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
obra-executing-plans
faulkdev/github-copilot-superpowers
Use when you have a written implementation plan to execute in a separate session with review checkpoints
obra-finishing-a-development-branch
faulkdev/github-copilot-superpowers
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
investigation-mode
faulkdev/github-copilot-superpowers
DEPRECATED: See systematic-debugging for current implementation.
minimalist-surgical-development
faulkdev/github-copilot-superpowers
Use when editing an existing codebase and the goal is minimal, standard, and non-invasive changes - prioritizes simplest solution, standard libraries first, and surgical modification without unsolicited refactors
obra-executing-plans
faulkdev/github-copilot-superpowers
Use when you have a written implementation plan to execute in a separate session with review checkpoints
obra-receiving-code-review
faulkdev/github-copilot-superpowers
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
obra-requesting-code-review
faulkdev/github-copilot-superpowers
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
obra-subagent-driven-development
faulkdev/github-copilot-superpowers
Use when executing implementation plans with independent tasks in the current session
obra-systematic-debugging
faulkdev/github-copilot-superpowers
Use when errors are unclear, flaky, or regressions occur; apply a disciplined debugging loop in VS Code Copilot Agent mode.
obra-test-driven-development
faulkdev/github-copilot-superpowers
Use when implementing new behavior or fixing bugs via tests-first (TDD) in VS Code Copilot Agent mode.
obra-using-git-worktrees
faulkdev/github-copilot-superpowers
Use 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 verification
obra-using-superpowers
faulkdev/github-copilot-superpowers
Use when working in VS Code Copilot Agent mode and you want the Superpowers workflow (plans, verification, debugging, TDD) applied consistently.
obra-verification-before-completion
faulkdev/github-copilot-superpowers
Use before finalizing answers or PRs: confirm requirements met, run checks, and avoid “looks good” without evidence in VS Code Copilot Agent mode.
obra-writing-plans
faulkdev/github-copilot-superpowers
Use when the user asks for a plan, roadmap, or step-by-step breakdown for a multi-step task in VS Code Copilot Agent mode.
obra-writing-skills
faulkdev/github-copilot-superpowers
Use when creating new skills, editing existing skills, or verifying skills work before deployment
root-cause-tracing
faulkdev/github-copilot-superpowers
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
systematic-debugging
faulkdev/github-copilot-superpowers
Use when errors are unclear, flaky, or regressions occur; apply a disciplined debugging loop in VS Code Copilot Agent mode.
task-direction-approval
faulkdev/github-copilot-superpowers
Use when considering switching libraries/tools, changing architecture, or replacing automation with manual workarounds - explains root cause, offers 2-3 options with trade-offs, and requests explicit user choice
uncertainty-verification
faulkdev/github-copilot-superpowers
Use when providing exact commands, flags, config keys, file paths, API details, standards, or version-specific behavior - enforces verification via official docs (Context7/web fetch), explicit citations, and bans assumption-based specifics
verification-before-completion
faulkdev/github-copilot-superpowers
Use 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; evidence before assertions always