Day 2 D2 — Framing

How the Development Lifecycle Changes When AI Drives

From SDLC to AI-DLC

What changes when AI drives the lifecycle

Day 2 · The Method — conceptual framing


Yesterday vs. Today

Day 1 — we gave the agent hands (MCP) and saw the loop run.

Day 2 — we decide who's driving the whole build, and what process keeps it honest.

The question today: when an AI can write the code, what does the development lifecycle become?


The Classic SDLC

The way software has been built for decades:

Requirements → Design → Build → Test → Deploy → Maintain

It works. But it was built for a world where humans write every line.


What Breaks When AI Enters

Drop a fast code-generating AI into the classic SDLC and the seams show:

The process is now the slow part — not the coding.


The "Whitespace" Problem

Traditional Agile leaves areas undefined — the whitespace between stories, specs, and decisions. Humans quietly fill it with judgment.

An AI fills that same whitespace too — but with assumptions you never see.

The result:

Whitespace was survivable when humans filled it. With AI, unspecified means hallucinated.


Enter AI-DLC

The AI-Driven Development Lifecycle.

A reimagined methodology where AI drives the conversation — and humans validate.

Same goal as BMAD: make the spec the thing that drives the build. AI-DLC is the industry name for the shift we're practicing.


The Core Inversion

The single biggest mental shift:

Traditional: humans drive, AI assists. AI-DLC: AI drives, humans validate.

You stop writing the work and start steering and approving it.

This is the "architect, not coder" promotion — stated as a lifecycle, not just a job title.


The Four Principles

AI-Driven — AI leads the conversation, proposes solutions, generates artifacts. Humans guide.

Rapid IterationsBolts replace Sprints. Meaningful work in hours, not weeks.

Human Checkpoints — validation at each gate catches errors before they cascade.

Design-First — design technique (DDD) is built into the build, not bolted on after.

Speed from AI · safety from checkpoints · quality from design-first.


Sprints → Bolts

The unit of work itself changes:

Sprint (Agile) Bolt (AI-DLC)
Duration 1–4 weeks hours to days
Driven by human team AI proposes, human validates
Bottleneck writing code deciding & validating
Cadence ceremony-heavy rapid, checkpointed

When generation is near-instant, the iteration shrinks to match.


The Three Phases

AI-DLC organises work into three phases, each with a specialised agent:

Inception → Construction → Operations

Notice the shape: this is orchestrator + sub-agents — the multi-agent pattern from Day 1, applied to a whole lifecycle.


Phase 1 — Inception

WHY — most failures come from building the wrong thing; pin down intent first.

WHAT — capture intents, elaborate requirements.

Key outputs — user stories, non-functional requirements (NFRs), unit definitions.

This is the spec. Nothing gets built until intent is explicit. (In BMAD terms: PRD + Tech Spec live here.)


Phase 2 — Construction

WHY — once intent is clear, generation should be fast and disciplined.

WHAT — execute bolts through validated stages; design-first via DDD where the domain is complex.

Key outputs — domain models, code, tests.

This is where the agent builds — but inside guardrails. (In BMAD terms: Story Map + Task List drive this; the Developer persona executes.)


Phase 3 — Operations

WHY — building isn't done until it runs, verifiably, in the real world.

WHAT — deploy, verify, monitor.

Key outputs — deployment units, runbooks.

The lifecycle closes where Day 1's finale pointed: a real thing, live and observable.


How AI-DLC Fixes the Whitespace

The problems, and the answers:

Traditional gap AI-DLC answer
Inconsistent architecture Design-first — DDD inside construction
Missing documentation Spec-as-engine — artifacts are the input
Skipped-step quality issues Checkpoints at every validation point
Context lost between iterations Persistent artifacts (a "memory bank")

Every fix is something we've already named: specs, checkpoints, durable memory.


Checkpoints — Right-Sizing the Process

Not every change deserves the same ceremony. A useful model:

This is the simplicity principle from Day 1, applied to process: add oversight where risk is — not everywhere.


When AI-DLC Is the Right Choice

Reach for the full methodology when:

For a quick script, this is overkill — use less process. Match the method to the stakes.


AI-DLC and BMAD — Same Shift, Two Lenses

Don't let the vocabulary confuse you. They rhyme:

AI-DLC BMAD (our hands-on method)
Inception PRD + Tech Spec
Construction Story Map + Task List
Master Agent / phase agents Architect · Developer · Reviewer
Bolts spec-driven build cycles
Human checkpoints persona hand-offs & reviews

AI-DLC is the lifecycle framing (the why and shape). BMAD is how we actually do it this weekend.


Anchor This

The old lifecycle assumed humans write every line. When AI writes the lines, the lifecycle inverts:

AI drives, humans validate. Specs become the engine · Bolts replace Sprints · Checkpoints keep it honest · Design comes first.

That's AI-DLC — and BMAD is how we live it.