Skip to main content

Phase 2 — Generate

Generation consists of two distinct activities:

Many teams skip the first step.

They should not.


Architecture Generation

Using Atomic Bomb or Bomber MCP:

CRM

CustomerManagement

CustomerModel
CustomerService
CustomerState
CustomerApi

Then:

Input
Label
Button

CustomerForm
CustomerList

CustomerOverview

CustomerTemplate

CustomerPage

The structure now exists.


Implementation Generation

Only now should AI generate:

  • React components
  • Services
  • Context providers
  • Validation schemas
  • Tests
  • Storybook stories

The architecture guides implementation.


Mini Exercise

Describe what must already exist before AI starts implementation in Phase 2.

Example

Before implementation starts, you should already know the domain, subdomain, required assets, and UI structure so the AI is filling in a system instead of inventing one.