Coding

Architecture Tradeoff Advisor

Describe a system you're about to build along with its scale, team, timeline, and current plan, and get tradeoffs surfaced instead of textbook best practices. - Ranks the top 3 risks specific to your approach - Identifies what would break first at 10x scale - Proposes the simplest version you could ship first - Best used before writing code — for schema design, API contracts, or system boundaries

Prompt
I'm designing {{feature_or_system}}. Help me evaluate my approach.

Context:
- Scale: {{scale}}
- Team: {{team}}
- Timeline: {{timeline}}
- Existing stack: {{existing_stack}}

My current plan:
{{current_plan}}

Evaluate:
1. What are the top 3 risks with this approach?
2. What would break first at 10x scale?
3. What's the simplest version I could ship first?
4. What alternatives should I consider?
5. What would you do differently if you had {{time_variant}}?

Be specific. I want tradeoffs, not best practices.
Download .md

Variables