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

Step 3: Target Architecture Design

Design the modern target — not just the tech stack, but the architectural approach (monolith vs microservices, sync vs event-driven, batch vs online, cloud vs hybrid).

What you're doing in this step

Capture the target architecture as a set of ADRs covering monolith vs modular monolith vs microservices, synchronous vs event-driven, database strategy, batch architecture, online architecture, auth, cloud / hybrid choice, and operational model. Document why each decision was made — a COBOL rewrite has more architectural freedom than a .NET migration.

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 want to 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 architecture documented end-to-end
  • Monolith vs microservice decision made with rationale
  • Sync vs async decision per major capability
  • Database strategy decided
  • Batch architecture decided (Spring Batch / Step Functions / Airflow / etc.)
  • Online architecture decided (REST / GraphQL / event-driven)
  • Auth approach decided
  • Cloud / hybrid decision made
  • 10-15 ADRs documenting the key decisions
  • Operational model defined (who runs what, with which skills)
Common pitfalls

What goes wrong at this step

  • Premature microservices — COBOL monoliths often work because of transaction integrity; splitting too early creates distributed-system pain
  • Ignoring batch — online apps get all the architecture attention; batch gets shoehorned in later
  • Skipping the ops model — modern stack with no one to run it = ops nightmare
  • All-in on bleeding-edge tech — COBOL stack was stable for decades; new stack should also bias toward stability
← Previous step

Command Palette

Search for a command to run...