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 — including the 5250 UI strategy, which is the IBM i-specific architectural decision that drives much of the rest.

What you're doing in this step

Capture target architecture as ADRs: monolith vs modular monolith vs microservices, 5250 UI strategy (web SPA / hybrid / mobile-first / Profound UI), sync vs event-driven, database strategy (DB2 for i → Postgres / Azure SQL / Aurora), batch architecture, online architecture, auth, cloud / hybrid choice, operational model. The 5250 decision is unique to IBM i and often the biggest call.

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 architecture documented end-to-end
  • Monolith vs microservice decision with rationale
  • 5250 UI strategy decided (replace / hybrid / mobile-first / Profound UI)
  • Database strategy decided
  • Batch architecture decided (Spring Batch / Step Functions / Airflow)
  • Online architecture decided (REST / GraphQL / event-driven)
  • Mobile strategy if applicable
  • Auth approach decided
  • Cloud / hybrid decision made
  • 10-15 ADRs documenting key decisions
  • Operational model defined
Common pitfalls

What goes wrong at this step

  • Premature microservices — RPG monoliths often work because of library-list-isolated transaction integrity
  • Treating 5250 → web as an afterthought — UI redesign is its own significant work
  • Skipping the mobile question — field workers / shop floor / sales reps have mobile use cases
  • All-in on bleeding-edge tech — RPG stack was stable for decades; new stack should also bias toward stability
← Previous step

Command Palette

Search for a command to run...