
obra
obra / receiving-code-review
291.0kUse 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 / using-git-worktrees
291.0kUse when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
obra / executing-plans
291.0kUse when executing an implementation plan in the current session as the implementer yourself — your human partner chose inline execution, or no subagent tool is available
obra / brainstorming
291.0kYou 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 / writing-skills
291.0kUse when creating new skills, editing existing skills, or verifying skills work before deployment
obra / dispatching-parallel-agents
291.0kUse when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
obra / finishing-a-development-branch
291.0kUse when implementation is complete, all tests pass, and you need to decide how to integrate the work
obra / test-driven-development
291.0kUse when implementing any feature or bugfix, before writing implementation code
obra / verification-before-completion
291.0kUse 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
obra / writing-plans
291.0kUse when you have a spec or requirements for a multi-step task, before touching code
obra / subagent-driven-development
291.0kUse when executing implementation plans with independent tasks in the current session
obra / systematic-debugging
291.0kUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
obra / diagnosing-superpowers
291.0kUse when a superpowers session went wrong and your human partner wants to know why — repeated work, ignored plans, stumbles, poor results, a skill that didn't fire, "it took too long", "why is it so expensive", "what is it doing" — or wants to build a bug report for the superpowers maintainers, for…
obra / requesting-code-review
291.0kUse when completing tasks, implementing major features, or before merging to verify work meets requirements
obra / using-superpowers
291.0kUse when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions