Doubt Driven Development

Use when correctness matters more than speed: about to commit non-trivial code, make an architectural call under uncertainty, work in unfamiliar code, or assert what the compiler cannot check ('this is safe', 'thread-safe', 'this scales', 'matches the spec'). Strongest on high-stakes surfaces (production deploys, security-sensitive logic, data migrations, irreversible operations) and when the user asks to sanity-check, red-team, double-check, or get a second opinion on a decision.

adelaidasofia Updated

File contents

adelaidasofia/ai-brain-starter/tree/main/skills/doubt-driven-development commit c7f4607c55

Frequently asked questions

npx skillmds@latest add adelaidasofia/doubt-driven-development