MITobra/superpowers
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Failure it exists to stop · 2026-07: Concurrent sessions edited the same shared files and overwrote each other's work; the write-law claim system exists because of it.
MITobra/superpowers
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Failure it exists to stop: Concurred plans stalled mid-phase awaiting a go-ahead nobody asked for, instead of executing through every phase.
MITobra/superpowers
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work
Failure it exists to stop · 2026-07-22: Completed work saved on a side line does not exist for the build until folded into the live line; stranded finished work re-alarmed for weeks.
MITmattpocock/skills
A relentless interview to sharpen a plan or design.
Failure it exists to stop: Requirements accepted at face value; plan holes discovered after the build instead of before it.
MITobra/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
Failure it exists to stop: Review feedback implemented blindly or performatively agreed with, instead of verified against the code.
MITobra/superpowers
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Failure it exists to stop: Work merged without an independent review pass; defects found by the owner instead of a reviewer.
MITobra/superpowers
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Failure it exists to stop · 2026-07-23: A source hash-chain broke (broken_at:0) and was patched by guesswork before the root cause — claims growing a source's body without rechaining — was isolated.
MITobra/superpowers
Use when implementing any feature or bugfix, before writing implementation code
Failure it exists to stop: Fixes shipped without a failing test first; the same regressions were re-fixed in later sessions.
MITobra/superpowers
Use 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
Failure it exists to stop · 2026-07-22: Seventeen changes stranded on side lines over two months had to be forensically dispositioned; isolated worktrees with a fold-or-disposition exit would have prevented every one.
MITobra/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
Failure it exists to stop · 2026-07-23: A page shipped as a blank render error and was declared done; the failure surfaced only when the rendered page was finally opened.
Apache-2.0anthropics/skills
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Failure it exists to stop: Features declared working from API responses or source reads while the rendered page was broken; the build's rule that only the rendered view counts came from this failure class.
MITobra/superpowers
Use when you have a spec or requirements for a multi-step task, before touching code
Failure it exists to stop: Multi-step work delivered out of prerequisite order — a value referenced before the step that produces it.