Playbook
0 / 9 complete0%
  1. 01
  2. 02
  3. 03
  4. 04
  5. 05
  6. 06
  7. 07
  8. 08
  9. 09
Step 02 of 9 3-4 weeks· advanced

Step 2: Target Architecture Design

Make the Fabric vs Synapse vs Hybrid call. Design the lakehouse (medallion). Decide storage layout, compute strategy, orchestration, consumption layer, and governance — then capture as ADRs.

What you're doing in this step

Decide Pure Fabric vs Synapse + ADF + ADLS vs Hybrid. Design the bronze / silver / gold lakehouse. Pick storage layout (ADLS Gen2 hierarchical, container strategy, partition convention). Choose compute (Fabric capacity / Synapse Spark pools / Synapse SQL pools / Databricks). Pick orchestration (ADF / Fabric Data Pipelines / Synapse Pipelines). Plan consumption (Power BI, semantic models, REST). Design governance (Microsoft Purview, Key Vault, Private Endpoints, managed identities, PII handling). Document as 10-15 ADRs.

Recommended prompts

Use one of these to do the work in your IDE

Open the template to read it in full. Click Copy prompt to grab it (with your stack values pre-filled where they apply) — then paste into Claude Code, Cursor, or wherever you build.

Primary recommendation 1 day

Coexistence Architecture ADR

Document the architecture decisions for running legacy and new systems in parallel during migration: routing, auth, data, and sessions.

View template
Template· Template 15 min

Architecture Decision Record (ADR) Generator

Generate a structured ADR documenting a technical decision and its trade-offs.

Use this when: You'd rather author each architectural decision as its own ADR rather than one combined document

View template
Recommended skills

Drop these into Claude Code for this phase

Skills auto-trigger on the right kind of request. Install once; they apply to every prompt that fits.

Skill· Skill 5 min setup

Migration Planner Skill

Flagship migration skill that walks Claude Code through audit → strategy → slicing → cutover for any legacy system migration.

claude-code
Skill· Skill 5 min setup

Documentation Skill

Claude Code skill that generates README, API docs, JSDoc, ADRs, and other docs that match the project's existing voice and depth.

claude-code
Recommended MCP configs

Wire these tools into Claude Code first

MCP servers give Claude Code direct access to external systems (Jira, browsers, databases). Configure once.

MCP config· MCP config 5 min setup

Filesystem MCP for Evoke

Pre-configured filesystem MCP server for Claude Code — safe, scoped read/write access to project files.

claude-codemcp
When you're done

Verify these in your own work before moving on

This is a checklist for you to mentally tick off in your repo and IDE — the site doesn't track it, you do.

  • Target platform decided (Fabric / Synapse / Hybrid) with rationale
  • Lakehouse architecture documented (medallion: Bronze / Silver / Gold)
  • Storage layout decided
  • Compute strategy decided
  • Orchestration tool decided
  • Consumption layer planned
  • Governance approach decided
  • 10-15 ADRs documenting key decisions
  • High-level architecture diagram
Common pitfalls

What goes wrong at this step

  • "We'll just use Fabric for everything" without analysis — Fabric is excellent for many cases but isn't always the right choice
  • Premature microservices for data — distributed data is harder than distributed apps
  • Skipping governance design — adding it later is much harder
  • No PII strategy — surfaces during compliance audit at the worst time
  • Synapse SQL pool sizing decided once, never revisited — costs explode silently
← Previous step

Command Palette

Search for a command to run...