You bought AI licenses for your team and velocity is practically the same. It's the number-one complaint we hear from CTOs and VPs of Engineering in 2026, and it almost always has the same root: the problem isn't the tool, it's the method. The AI you gave your team accelerates one stretch of the process —typing code— but leaves untouched the two stretches where time is really lost: deciding what's worth building and verifying that what's built is correct. This article explains how to set up an AI-accelerated dual-track Scrum that attacks all three stretches at once, with the operational method onext uses in production.
Why "normal" Scrum with AI accelerates the wrong stretch
Classic Scrum puts discovery and delivery in the same lane: one backlog, one sprint, and the hope that stories arrive "well enough defined" when they start. It worked —with friction— when writing the code was the expensive work. AI breaks that equilibrium: when typing a function goes from hours to minutes, the expensive work shifts upstream (what do I build and by what rules?) and downstream (is this correct, secure and maintainable?).
The result, in teams that "adopted AI" without changing the method, is predictable:
- Code is generated faster than it can be decided and reviewed. The generator runs at 10x; the person deciding scope and the person reviewing the PR are still at 1x. The bottleneck moves, it doesn't disappear.
- "Perceived velocity" rises and delivery doesn't. It's the paradox METR documented: teams feel they're going faster while the real lead time to production doesn't improve, because rework eats the gain.
- Debt is deferred, not eliminated. Code with no prior specification or systematic verification produces bugs and rework that surface a quarter or two later, when nobody attributes them to "the week we went fast" anymore.
The operational conclusion: for AI to accelerate delivery (not just writing), you have to separate the lane that decides from the lane that builds, and put verification into both. That's the dual-track.
What a dual-track is and why AI finally makes it viable
Dual-track agile isn't new: it separates discovery (what to build and why) from delivery (how it's built), running them in parallel rather than in cascade. The idea was always good; the problem is that doing discovery well —specifying without ambiguity, mapping business rules, edge cases— was so expensive that almost nobody kept it up, and the track degraded into "a slightly better backlog".
AI changes the economics: specifying, designing and verifying stop being the expensive, slow work. And there's the key investment most people don't see —using AI above all to think better before coding, not just to code faster. When the cost of a good specification drops, the dual-track stops being a process luxury and becomes the multiplier: every hour invested in the discovery track saves several in delivery, because code is generated against a clear target instead of against an intuition.
At onext we operate it with a methodological backbone —Spec-Driven Development (SDD)— over three levels of stability:
| Level | What it fixes | Change cadence |
|---|---|---|
| Module (stable) | what each piece of the system does and how it's actually built | slow — refreshed as each story closes |
| Discovery / Feature (medium term) | what problem we solve and for whom | per feature |
| Delivery / Story (short term) | what we build now and how | per story, once |
The discovery track: deciding well, with AI, before touching code
The discovery track answers what to build and why, and its output is a "shaped" feature: defined without assumptions and prioritized. The flow:
- Idea. It enters raw into an inbox, unfiltered. It can come from the business, from support, from a market analysis or from a technical spike that validates feasibility.
- Qualification. The idea is accepted (promoted to a feature) or discarded with a reason. This is where you already decide what NOT to do, which is half the value.
- Assumption-free shaping. The feature is specified by eliciting actors, use cases, business rules, invariants and edge cases — asking everything that's needed instead of assuming. This is the step AI finally makes cheap: a disciplined assistant interrogates the idea until there are no gaps left.
- Prioritization. The feature enters a prioritized backlog that feeds the roadmap (the when).
The human gate is explicit: a feature doesn't move to delivery without a person's approval. AI accelerates the shaping; it doesn't sign off on scope. That's the first point where human-on-the-loop keeps control.
The delivery track: building with verification at every step (SDD)
When a prioritized feature "goes into development", it's broken down into atomic User Stories —each one a coherent deliverable that can be demonstrated working— and each story runs the full SDD cycle. This is where AI really accelerates, because every stage has an output artifact and a gate before moving forward:
- Story — "As a… I want… so that…" + acceptance criteria.
- PRD (specification) — curated requirements, with quantified non-functional requirements and ≥3 edge cases per critical requirement. "Ready" state = zero open questions.
- Technical design — threat model, target performance per endpoint, impacted decisions, error paths per edge case. If the story uses an LLM, it incorporates a specific AI-engineering review.
- Tasks — decomposition into vertical slices of ≤4h, with at least one adversarial task per critical requirement (a task whose job is to try to break what was built).
- Implementation + tests — with quality limits enforced by automatic hooks (file and function size, minimum coverage, mandatory tests).
- Review — not one person looking at the PR, but several specialized auditors in parallel (security, data isolation, doc-code consistency…), each with its own checklist. Quantified verdict before closing.
- Module sync — the "how it's actually built" documentation is updated automatically, so the next person to arrive doesn't inherit a lie.
And a sprint-scale gate: when all stories are done, an audit of the consolidated sprint diff catches the regressions and interactions that story-by-story review doesn't see, before calling the sprint closed.
Where AI accelerates (and where the human decides)
The expensive misunderstanding is thinking "AI-accelerated" means "autonomous AI". In onext's dual-track, AI does the heavy lifting of each stage —drafting the specification, proposing the design, generating the tasks, writing the code and tests, running the audits— and the human keeps the decision at the gates: which feature enters, which specification is ready, which design is approved, which review verdict closes the story.
This is human-on-the-loop, not human-in-the-loop: the human doesn't type every line, but signs off at every risk boundary. It's exactly what makes it possible to go ×7 without quality being paid for in production — and what makes the statement "we're going faster" defensible to a leadership committee: it's not a feeling, there's an artifact and a gate behind every step.
On top of that, several of those steps run truly in parallel: the review auditors are launched at the same time, not in a queue. The acceleration doesn't come only from each task being faster, but from the process no longer being a sequence of waits.
How to implement it in your team: an 8-week path
You don't install a dual-track by decree or by buying another license. It's a change of method that, in onext's practice, is built with the team in about 8 weeks, without stopping delivery:
- Weeks 1-2 · Baseline and backbone. Measure the real lead time to production (not the feeling) and set up the "module" level: writing, for the pieces you'll touch, what they do and how they actually are. Without this base, everything else floats.
- Weeks 3-4 · Discovery track. Establish the idea → assumption-free shaping → prioritization flow, with AI doing the specification work and a person signing the gate. Goal: no story enters delivery without closed scope.
- Weeks 5-6 · Delivery track (SDD). Take 2-3 real stories through the full cycle (PRD → design → tasks → review) with gates and audit. You learn by doing, on work that had to be delivered anyway.
- Weeks 7-8 · Sprint gates and handover. Activate the sprint audit and, above all, transfer the method to the team: the goal isn't for you to depend on us, but for the method to stay inside. When it's done, the capability is yours.
The principle that orders the whole calendar: 0 sprints lost during the transformation. You don't stop to transform; you transform while delivering.
How you'll know it works: what to measure
Changing the method without measuring is changing faith. The AI-accelerated dual-track is defended with numbers a leadership committee understands:
- Lead time to production (from accepted idea to feature in governed production). It's the metric; it drops ~50% from a market baseline of ~16 weeks.
- Delivery velocity (throughput of stories with verified value, not lines of code). The headline signed in 2026 is ×7.
- Sprints lost during the transition. Target: 0.
- Rework / production bugs per story. It should go down, not up — it's the proof that velocity isn't paid for in debt.
- Cost per verified useful task, not per installed license. The unit that really measures the return.
Frequently asked questions
What is an AI-accelerated dual-track Scrum?
It's an agile method that separates two lanes running in parallel: discovery (deciding what to build and by what rules, without assumptions) and delivery (building it with verification at every step, via Spec-Driven Development). AI accelerates the heavy lifting of both lanes —specifying, designing, generating, testing, auditing— while a person keeps the decision at the gates. It attacks the three bottlenecks of development (deciding, building, verifying), not just writing code.
Why does my team have AI licenses and not go faster?
Because AI accelerates writing code, which is rarely the real bottleneck. Without a method that orders what gets built and how it gets verified, you generate more code faster and move the jam to scope decisions and to review — plus you accumulate debt that surfaces months later. The problem isn't the tool, it's the method.
How long does it take to implement an AI dual-track?
In onext's practice, about 8 weeks, building it with the team and without stopping delivery (target: 0 sprints lost). First you set the baseline and the module documentation; then you establish both tracks on real stories; at the end you transfer the method so the capability stays in your team.
Doesn't this slow the team down with "more process"?
Quite the opposite, if the process has the right gates. The dual-track doesn't add bureaucracy: it replaces rework (the expensive, invisible part) with cheap specification and verification —because AI does them in minutes—. The measurable result in transformed teams is ×7 delivery velocity with debt going down, not up.
Conclusion
AI doesn't accelerate your team just by being installed. It accelerates when the method takes advantage of the fact that specifying and verifying are no longer expensive: one lane that decides well what to build and another that builds it with verification at every step, with the person signing off at the gates that matter. That's AI-accelerated dual-track Scrum — and it's the difference between generating more code and delivering more value with less debt. In the teams onext has transformed, that change of method is worth ×7 velocity, 0 sprints lost and −50% time-to-production, with the capability staying inside the team.

Jordi García is Tech Lead at onext. He works on bringing AI into governed production across development and product teams —with Spec-Driven Development, context engineering and human verification at every step— and authors onext's technical insights on the method, quality and cost of applied AI.
LinkedIn →