DEV Community

Cover image for ๐ŸŽฏ The 3 Questions That Make or Break Your Architecture Effort
Thibault Morin
Thibault Morin

Posted on

๐ŸŽฏ The 3 Questions That Make or Break Your Architecture Effort

Most architecture efforts fail long before a single diagram is drawn.

The reason?

We dive into technology choices before we understand what weโ€™re solving and who weโ€™re solving it for.

Iโ€™ve seen it. Iโ€™ve done it.

And Iโ€™ve paid the price for skipping the basics.


โ“ Why Most Architecture Starts Too Technical, Too Early

You're asked to "architect a solution."

So you open up Lucidchart or draw a C4 model. Maybe you start mapping components and APIs.

But without clear alignment on value, context, and stakeholders, even the best technical design ends up:

  • Misaligned with business needs
  • Hard to explain
  • Dismissed or ignored by non-tech decision makers

โœ… My โ€œStart Fastโ€ Checklist

Here are the three questions I now ask before touching any diagram:

1. What value is this delivering?

Is this saving cost, enabling a new product, reducing risk?

Architecture is not about beauty โ€” itโ€™s about making value real.

2. Who cares about this and why?

Identify key stakeholders and what they need from this effort.

A great architecture document for a developer might be a black box for a product owner.

3. What must be clear in one page?

You should be able to summarize your architecture approach โ€” value, concerns, impact โ€” on one page.

If not, youโ€™re not ready to go deeper yet.


๐Ÿ’ฅ A Real-World Mistake

A few years ago, I designed an authentication flow for a partner integration project. I nailed the tech:

  • Federation with OIDC and SAML
  • Clean separation of identity domains
  • Full compliance with internal IAM standards

But I never clarified:

  • What business value it unlocked
  • Who exactly needed to approve it
  • When and how success would be measured

The result?

Weeks of rework. Stakeholder confusion. And delayed rollout.


๐Ÿ› ๏ธ What I Use Now: QTAM + the Architecture Work Canvas

To avoid this mess, I created the Quick Technical Architecture Method (QTAM) โ€” a streamlined approach that forces you to answer these three questions up front.

It's:

โœ… Value-Oriented โ€” Start with what the business actually cares about
โœ… Practical-First โ€” Built from real-life architecture work, not academic models
โœ… Starter Kit Included โ€” Includes the Architecture Work Canvas + Architecture Work Template


If youโ€™ve ever struggled to make your architecture work make sense to non-engineers โ€” or even other devs โ€” this method will help.

๐Ÿง  I explain the full approach, with examples, and even a online training on Udemy.

๐Ÿ‘‰ Start here โ€” qtam.morin.io


Would love to hear:
What questions do you ask before you start designing architecture?

Top comments (0)