Skip to main content

Side-by-Side Comparison

AspectAgile/ScrumAI-DLC
Iteration DurationWeeks (Sprints)Hours/Days (Bolts)
Who DrivesHuman-driven, AI assistsAI-driven, human-validated
Design TechniquesOut of scopeIntegrated (DDD in construction bolts)
Task DecompositionManualAI-powered
PhasesRepeating sprintsRapid three-phase cycles
RitualsDaily standups, retrospectivesMob Elaboration, Mob Construction
DocumentationOften neglectedBuilt-in artifacts
Context EngineeringLost between sprintsSpecs + Memory Bank

Iteration: Sprints vs Bolts

  • Duration: 1-4 weeks
  • Planning: Sprint planning ceremony
  • Execution: Daily standups, continuous work
  • Review: Sprint review, retrospective
  • Output: Potentially shippable increment

Role Inversion

Traditional Agile

Humans drive the entire process. AI tools (copilots, assistants) help with specific tasks but don’t lead.

AI-DLC

AI leads the conversation. Humans provide intent and validation. AI handles decomposition, planning, and execution.

Design Techniques

Agile Approach

Design techniques like DDD are optional. Many teams skip them due to time pressure, leading to technical debt.

AI-DLC Approach

Domain-Driven Design is built into DDD construction bolts. You can’t skip Domain Modeling - it’s a required gate.

Bolt Types with Built-in Design

Bolt TypeBest ForStages
DDD ConstructionComplex domain logic, business rulesModel → Design → ADR → Implement → Test
Simple ConstructionUI, integrations, utilitiesPlan → Implement → Test

Context Engineering

One of the biggest challenges in traditional Agile is context loss between sprints. Knowledge leaves with team members, decisions aren’t documented, and the codebase becomes a mystery.

AI-DLC Solution: Specs + Memory Bank

Specs and Memory Bank provide structured context for AI agents:
  • All project artifacts (requirements, designs, decisions)
  • Traceability between artifacts
  • Context that agents can reload in any session
memory-bank/
├── intents/           # What we're building
├── bolts/             # How we built it
├── standards/         # Project decisions
└── operations/        # Deployment context

When to Use Each

  • Team is not using AI coding tools
  • Organization has established Agile processes
  • Regulatory requirements mandate specific ceremonies
  • Team prefers human-led planning

Migration Path

AI-DLC retains familiar concepts to ease transition:
Agile ConceptAI-DLC Equivalent
EpicIntent
User StoryStory (within Unit)
SprintBolt
BacklogIntent/Unit definitions
Definition of DoneCheckpoint validations