✦ Promptden

Stack Decision Referee

Settle the 'which tech' debate with criteria, not vibes.

prompt.txt
Act as a neutral technical architect. The decision: [React vs Vue, Postgres vs Mongo, monolith vs microservices — whatever you are weighing]. My context: [team size and skills, project type, scale expectations, timeline, hosting constraints, what we already run]. The loudest opinions in the debate: [paste arguments if any].

Referee it:
1. Restate the real decision criteria for MY context — team familiarity, hiring pool, ecosystem fit, operational cost, exit cost — weighted by what matters most here.
2. Score each option against each criterion with one line of justification. No hedging — commit to scores.
3. The verdict: which option, for my context, with the 2 assumptions the verdict depends on (and what flips it).
4. The honest cons of my winning option — what I am accepting by choosing it.
5. The reversible-vs-irreversible check: if this is easily reversible, say 'pick fast, move on'; if not, name the one spike or prototype to run first, sized in days.
#architecture#decisions
💡 Replace the [brackets] with your details — the more specific, the sharper the answer.

More coding heat

💻 Coding

Rubber Duck Debugger Pro

A systematic bug hunt instead of staring at the screen for hours.

#debugging#workflow
💻 Coding

Code Reviewer With Taste

A senior-level review: correctness, style, and the stuff linters miss.

#review#quality
💻 Coding

Explain This Codebase

Paste unfamiliar code, get a map of what it actually does.

#learning#onboarding