FreeINTERMEDIATECoding
Pre-code decision prompt
Clarify your design intention before writing a single line of code.
39 views0 favorites
ClarityAwareness
AI Models
gpt-5.2claudegemini
Prompt
I'm about to develop [feature description]. Before writing code, help me clarify: what is the real problem I'm solving? Who benefits? What technical and business constraints must I respect? What are the 3 most important architectural decisions to make now?
Expected Output
A 4-5 point document covering: real problem, beneficiaries, constraints, architectural decisions, and risks for each choice.
Limitations & Risks
Doesn't know your specific technical context. May suggest over-engineered architectures.
Variants
Refactoring version: "I'm about to rewrite [module]. Before touching the code..."