Coding Workflows Workflow Advanced

AI Project Architecture Workflow

Design a system's architecture on its real trade-offs instead of a confident diagram — put the model in an architect's seat, work the decisions one at a time, and write down the why.

The problem

Architecture is the set of decisions that are expensive to reverse, and 'ask AI to design it' produces a confident diagram that ignores your constraints, reaches for the trendy option, and is forgotten by next sprint. Designing architecture well is about the trade-offs — where the boundaries go, how data flows, what you optimize for and what you give up — and writing the reasoning down so the next person, usually future-you, knows why. This workflow puts the model in an architect's seat, works the decisions one trade-off at a time, and ends with a document, not a forgotten chat.

Recommended workflow

Each step uses an existing NewPrompt tool, pre-filled by a matching resource. Open the resource to read it, or jump straight into the tool with the inputs ready.

  1. Put the model in an architect's seat

    Anchor the model as a software architect so it reasons about boundaries, data flow, scale, and reversibility — the decisions that are expensive to undo — instead of jumping straight to code.

    Outcome The model designing like an architect, weighing trade-offs, not writing code.
  2. Work the trade-offs one decision at a time

    Break the design into its real decisions — service boundaries, data model, sync versus async, build versus buy — and for each, lay out the options and what each one trades away. One reasoned decision at a time beats a single hand-wave diagram.

    Outcome Each key architecture decision with its options and the trade-off it accepts.
  3. Document the decisions and their why

    Capture the chosen architecture and, more importantly, the reasoning — the trade-offs accepted, the alternatives rejected — in a document the team can return to when someone asks 'why is it built this way?'

    Outcome An architecture document that records the decisions and their reasoning.

Expected outcome

A system architecture decided on its real trade-offs and written down — boundaries, data flow, and technology choices, each with the reasoning behind it — so the build starts from a deliberate design and the team can answer 'why is it this way?' months later.

Best for

  • Designing the architecture of a new system or feature
  • Choosing between architectural options on their trade-offs
  • Recording architecture decisions so the reasoning survives

Not for

  • Scoping a first release — use the AI MVP Planning Workflow
  • Documenting existing code — use the AI Code Documentation Workflow
  • Understanding an existing system's architecture — use the AI Codebase Onboarding Workflow

FAQ

What does the AI project architecture workflow produce?

It produces an architecture document: the chosen boundaries, data flow, and technology choices, each paired with the trade-off it accepts and the alternatives it rejected. Step 3 uses the markdown-output-builder so the reasoning is captured in a file the team returns to, not a forgotten chat.

How do I run the AI architecture workflow?

Work the three steps in order in your own AI tool: anchor the model as a software architect (step 1), then take each design decision one at a time and lay out its options and trade-off (step 2), then document the choices and reasoning (step 3). NewPrompt supplies the prompts and step order; you run them.

What do I need before starting the AI architecture workflow?

Bring the system or feature you're designing, its constraints, and what you're optimizing for — scale, latency, team size, cost. The workflow decides HOW to build; it assumes you already know WHAT. Vague requirements produce vague boundaries, so the sharper your constraints, the better step 2 can weigh each trade-off.

How do I validate the architecture decisions and trade-offs the AI proposed?

Check each decision against the constraints you set: does the accepted trade-off actually serve what you're optimizing for, and is a rejected alternative quietly a better fit? Pressure-test boundaries and data flow against your real load and team. The AI structures the reasoning; the call and its consequences are yours to own.

AI architecture workflow vs AI MVP planning workflow — which do I use?

Use MVP planning to decide WHAT to build first — the scope. Use this to decide HOW to build it — boundaries, data flow, technology. Different axis: scope versus structure. The usual order is scope the MVP first, then design the architecture for that scope.

Does the AI decide my architecture for me?

No. It structures the trade-offs and pressure-tests the options so your decision is deliberate and recorded. The architecture call — and owning its consequences — stays with you.

Part of these projects

Complete build journeys that include this workflow as a stage.

Guides for this workflow

Recommended next workflow

Tip: Each step's resource opens its tool pre-filled — start at step one and carry the output forward.