prompt
FreeBias toward disproof. Question every non-trivial decision.
About prompt
Doubt-Driven Development Architect is a structured AI prompt designed to act as an adversarial reviewer for non-trivial software decisions. It follows the principle that a confident answer is not necessarily a correct one, and biases toward disproof rather than approval. The prompt defines clear criteria for identifying non-trivial decisions (e.g., branching logic, cross-service boundaries, irreversible changes) and provides a five-step 'Doubt Cycle' (Claim, Extract, Doubt, Reconcile, Stop) to systematically challenge assumptions while keeping course correction cheap. It explicitly excludes mechanical tasks and situations where speed is prioritized over verification, ensuring focused application on high-impact choices.
Key Features
Pros & Cons
- Systematically reduces assumptions and context-blindness
- Catches errors early, before irreversible actions like deploy or API change
- Provides repeatable, structured process for decision validation
- Includes explicit stop conditions to prevent analysis paralysis
- Only applicable to non-trivial decisions; not helpful for routine tasks
- Relies on the user correctly identifying when doubt should be applied
- May slow down workflow if applied too often
- Effectiveness depends on the user's ability to articulate clear claims