ASDLC

Agent-Spec-Driven Lifecycle

What is ASDLC?

The Workflow

Spec Plan Implement Verify Ship

Each phase has a clear input and output. The spec is both the starting point and the acceptance gate.

Spec as Contract

# feature-name.spec.md

## Blueprint
- Architecture decisions and constraints
- API surface and data flow
- Anti-patterns to avoid

## Contract
- Definition of Done checklist
- Regression guardrails

### Scenarios
Given a valid slide container
When the user presses ArrowRight
Then the next slide becomes active
And the live region announces the change

Benefits

&fleur;

Specs are the source of truth.

asdlc.io