Identify failure modes before they occur by systematically questioning plans, designs, and implementations. Based on Gary Klein's technique, popularized by Shreyas Doshi (Stripe).
parcadei▌
creator profile · 108 approved skills · page 1 of 11
total skills
108
showing 10 on this page
page installs
201
201 this week
Find unused functions and dead code using TLDR static analysis.
Structured interview process that transforms vague ideas into detailed, implementable specifications. \n \n Guides users through seven phases: initial orientation, category-by-cat…
Guide users through the capabilities of this workspace setup.
Never rely on "latest" or "current" when crossing process or async boundaries.
You are tasked with creating git commits for the changes made during this session.
Analyze a brownfield codebase and create an initial continuity ledger.
When uv sync or pip install behaves unexpectedly, check the actual interpreter.
Universal code quality tool supporting 70+ linters for 40+ languages via qlty CLI.
Idempotent Redundancy \n When adding redundant paths (fallbacks, belt-and-suspenders), make them idempotent. \n Pattern \n Redundancy without idempotency causes loops, churn, or d…