Can your engineers and business analysts state a requirement precisely enough — in EARS form, with testable acceptance criteria — that the generated code clears its approval gate on the first pass? Adoption is not capability: seats licensed, prompts per developer and lines of AI-written code tell you nothing about whether the output holds.
AI writes code fast. SDD makes it correct — and provable.
Spec-driven development: every requirement clears a hard gate and traces to the exact code and test that implement it. No shortcuts, nothing lost on the way.
Stop measuring AI coding by lines shipped. Measure what stops breaking.
Most AI coding tools are sold on how much they produce. These are the three things that actually change — for your engineers, for the delivery numbers you already track, and for the work you can take on.
The numbers engineering leadership already owns: rework rate, cycle time per change, defect escape rate, and cost per defect by the phase it was caught in. A defect caught at the spec phase costs a fraction of the same defect found in production. If AI's contribution needs its own dashboard to be visible, it is not visible.
Two-way traceability and a tamper-evident decision log let a regulated client accept AI-generated code they would otherwise have to refuse — APRA CPS 234, ISO 42001 and IRAP-aligned environments. That's a new governed-delivery tier you can price and sell, not a faster version of the delivery you already do.
Levels 1 and 2 tell you the pipeline is working. Level 3 is why it was worth building.
What is SDD?
Think of SDD as a seasoned team's engineering process, packaged and wired straight into the AI. Instead of hoping the AI gets it right, you install mandatory checkpoints — an assembly line with a QA station at every step.
Spec first, code second
Before a line of code, the AI turns the requirement into a structured spec. You sign off on the what before anyone spends effort on the how.
Hard gates between phases
A phase advances only when it clears a machine-checked bar. A miss stops the work and reports it honestly — never a "skip it to go faster".
Two-way traceability
From any requirement, trace to the exact code and test that implement it — and back again. No orphan features, no forgotten requirements.
Composable by stack and domain
One standard base, plus your technology layer (.NET, Django, Rails, Next.js, LLM apps…) and your domain layer (finance, ERP, e-commerce, SaaS). The right context from day one.
Controlled autonomy
The AI decides within allowed bounds, following an explicit heuristic chain. Every choice is logged for you to review later — bounded autonomy, not blind trust.
Tamper-evident audit log
Each automated decision is sealed into a hash chain, so any later change shows. Technical proof, not a promise.
The 7-phase process — one closed loop
A feature moves through 7 phases, with a machine-scored hard gate between each one. People set intent and judgment at the start of a phase, SDD and the AI do the heavy lifting, and the gate blocks defects before the work moves on.
Turn requirements into a structured spec with acceptance criteria.
Fix architecture, NFRs and ADRs; the gate checks the module graph has no cycles.
Break 100% of the requirements into tasks, check the dependency DAG, split milestones.
Write the test first, then the code; small tasks, each traced to a requirement.
Run the full test suite; check traceability and acceptance criteria.
Three independent review rounds, each widening in scope; the AI never grades its own work.
An honest summary: what passed, what failed, which decisions were logged.
When a gate FAILs — out of self-fix retries — the pipeline jumps straight to phase 7 REPORT with an honest report. It never stops in silence, and never pretends the work is done.
Roles at each phase (RACI)
| Phase | PO / BA | Sol. Architect | Tech Lead | Developer | QA / SDET | DevOps | Team Lead |
|---|---|---|---|---|---|---|---|
| Specify | A | C | C | I | C | I | I |
| Plan | C | A | R | C | C | C | I |
| Tasks | C | C | A | R | C | I | I |
| Implement | I | C | C | A | C | C | I |
| Verify | I | C | C | R | A | C | I |
| Review | C | C | A | C | R | I | I |
| Report | I | I | C | I | C | I | A |
R = responsible · A = accountable (exactly one per phase) · C = consulted · I = informed. SDD and the AI always execute under the accountable person.
SDD is a closed loop, not a one-way street: discover → specify → build under control (from spec through tasks, then implement through report, each phase gated) → release → operate and learn (tracked on a read-only metrics dashboard) → next cycle.
Operational feedback returns to the spec through a change-request channel, and the spec lives with the codebase — so the next cycle starts from the spec, not a vibe-code from scratch.
Problem ↔ Solution
Same AI, two very different outcomes. On the left is how most teams use AI today; on the right is the same work under SDD discipline.
Why you can trust it
Trust here comes from structure, not a promise: the six guarantees below fall straight out of how SDD runs, each anchored to one of the pillars above.
No shortcuts are possible
↳ Pillar · Hard gates between phasesA phase passes only when it clears a machine-scored bar; a miss stops it, with no "skip to go faster" exception.
The AI never grades itself
↳ Pillar · Controlled autonomyThe AI's autonomy is bounded and logged; grading is done by the gates and by independent reviewers that run read-only at task and milestone scope, and in a fresh context for the project round.
Three widening review rounds
↳ Pillar · Hard gates between phasesEach round widens from narrow to broad — a gate, not a single glance.
Reviews both the business and the code
↳ Pillar · Spec first, code secondSign off on the what at the spec phase before spending effort on the how, then review the quality of the implementation.
Traceability is enforced
↳ Pillar · Two-way traceabilityEvery in-scope requirement must link to the code and test that implement it; an automated check blocks "done" until it does.
Honest reporting
↳ Pillar · Tamper-evident audit logGate results are written straight into a tamper-evident log — a later edit breaks the hash chain and the verifier flags it. No gloss, no hidden failures.
Discipline you can measure, not a promise
A handful of numbers pulled straight from this project — the site itself was built through SDD, so this is evidence, not a slogan.
27
specified functional requirements (FR)
29
non-functional requirements (NFR)
7
phases with a hard control gate
3
independent review rounds per change
Who it fits
SDD answers a different worry for each role. If you see yourself in one of the four groups below, the rest of this page speaks to exactly what you care about.
CTO & Engineering Lead
Wants the AI's speed without giving up control, predictability, and one consistent quality bar across the team.
Compliance & Audit Team
Needs a hash-chained decision log and requirement-to-test coverage to prove compliance under scrutiny.
Non-technical Founder
Approves what the system will do in business language at the spec phase, with transparency at every control point.
Product Development Team
Less rework, fewer misread requirements, faster delivery — because drift is caught at commit time by a script instead of at acceptance by the client.
Book a consultation
Leave your details and we'll reach out to advise on applying SDD to your team.