doubt-driven-development

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversi

Updated 2026-08-06 · Source https://github.com/addyosmani/agent-skills/tree/HEAD/skills/doubt-driv…

What does this skill do?

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later.

How do you install it?

git clone --depth 1 https://github.com/addyosmani/agent-skills.git Then point your agent at the skill directory.

Where does it come from?

Repository: addyosmani/agent-skills 84079 stars on GitHub at the time of listing. The repository ships 1 skills in total.

developmentskilladdyosmani

code-review-and-quality  ·  interview-me