Back to the PM Lab
PillarPhase 03 · BuildFocus: Agile Softwareentwicklung / Agentic AI

Agile software development & agentic AI execution: delivering with agents

Who it's for

For product managers, engineering leads and CTOs whose teams ship with coding agents – and who need to adapt sprints, tickets and roles so that speed doesn't come at the cost of stability.

Agile software development with AI in 2026 means: humans and autonomous coding agents deliver together against an agreed spec. Agentic AI execution describes the step from chat assistants that suggest code snippets to agents that read project files, run commands and create pull requests. The build phase picks up the blueprint from the define phase and turns it into reviewed, shipped software.

Two foundations shift as a result. First, discipline boundaries blur: product managers interact directly with the codebase, which demands a new baseline of technical understanding. Second, a core assumption of classic Scrum breaks – that effort and outcome correlate predictably. With probabilistic systems, they don't.

This pillar covers the build phase in detail: the four levels from assistant to orchestrated agent, sprints that survive model training, the ticket as a context-complete prompt, the Model Context Protocol, the sandwich architecture as a safety cage – and why team structures without central standards fail in the agent era.

From code assistance to agentic AI: four levels

Coding tools evolved in four levels. Chat assistants generate snippets on request. Inline copilots complete code in the editor. Autonomous agents such as Claude Code or Cursor read project files, run bash commands and create pull requests. Orchestrated agent systems distribute work across specialised roles with documented handovers. Each level increases autonomy – and with it the price of an unclear brief.

For product managers, level three is the turning point: from here on, the machine executes for hours what you defined. An agent building in the wrong direction for an hour because the goal was unclear produces an hour of damage. The table below maps the levels and the human's role in each.

LevelWhat the system doesThe human's role
1 · Chat assistantGenerates code snippets on requestWrites, reviews and integrates every suggestion personally
2 · Inline copilotCompletes code directly in the editorAccepts or rejects suggestions in the flow
3 · Autonomous agentReads project files, runs commands, creates pull requestsDefines the spec, reviews results, sets the gate
4 · Orchestrated agentsSpecialised agents work with documented handoversOrchestrates roles, standards and the audit trail
Four levels of AI-assisted development – with each level, autonomy rises and so does the value of precise specs.

Why classic Scrum breaks in AI development

Scrum assumes work can be cut into plannable increments: story in, estimate attached, done by sprint end. Model training and fine-tuning don't comply – they require unpredictable iteration cycles in which an experiment may fail without the sprint failing. Squeeze AI work into classic stories and you get either burst sprints or estimates nobody takes seriously any more.

The answer is not less discipline but an adapted one: spikes instead of stories for experiments, evaluation criteria in the definition of done, delivering and learning cleanly separated. Frameworks like CRISP-ML(Q) give this structure. The deep dive “Agile for AI: sprints that survive model training” shows the adaptations in detail – without sacrificing delivery discipline.

Live view: real-time status instead of sprint-end surprises

In classic agile processes the true state of an implementation often becomes visible only at sprint end, and estimates rest on historical experience that can deviate widely from the current source code. A live view inverts this: real-time progress with context on the actual code, estimates grounded in the codebase, dependencies and architectural hurdles surfacing as they arise – not in the review.

Control stays with the team: developers delegate clearly scoped tasks to agents that build against the spec from the define phase, and intervene immediately on deviations. The result is a controlled delivery of reviewed software – without nasty surprises at sprint end.

The ticket becomes the prompt: writing requirements for agents

A Jira ticket in agentic engineering is no longer a work instruction for humans but a context-complete prompt parsed by AI agents. The 100-word pointer “as discussed, see meeting” doesn't work when the addressee wasn't in the meeting. The ticket operationalises the spec from the define phase: goal, context, acceptance criteria, edge cases – complete enough that an agent can build without follow-up questions.

What this anatomy looks like in detail – including story files and context engineering – is covered in “The anatomy of a Jira ticket for AI product management”. The vocabulary behind it, from epic to cycle, is in the product management glossary.

Model Context Protocol: connecting agents to tools

The Model Context Protocol (MCP) is the open standard through which language models communicate directly with tools such as Jira, Slack or local databases. It eliminates the error-prone manual export-import cycles: instead of copying tickets and pasting results back, the agent reads and writes itself – with defined permissions.

For the build phase, MCP is the lever that makes agentic execution practical: the agent fetches the context it needs from the systems where it lives. For product managers this also means: permissions, data access and audit belong in the spec – who may read what, write what, and never touch what.

The sandwich architecture: deterministic cages for probabilistic systems

Autonomous agents in enterprise use need security architecture, not hope. The sandwich architecture flanks the core model with two control layers: an input guardrail checks every input for prompt injections and accidentally transmitted personal data before it reaches the core model. An output guardrail verifies the response – against hallucinations, against disclosure of confidential system information, against violations of your own policies.

The principle behind it: never trust the model blindly. It is not a safe internal logic component but a system that can interpret any input as an instruction. High-stakes decisions therefore stay with classic code or with humans; regular attack simulations by your own team expose weaknesses before others do.

Security costs latency – every control layer takes time. That trade-off is a product decision, not a technical one: it belongs in the PRD, with thresholds per use case.

PM, data scientist, ML engineer: handovers decide

Empirically, AI features rarely fail on model architecture – they fail on poor handovers, where responsibilities blur between product management, data science and engineering. The build phase is where this friction becomes visible: who defines the evaluation criteria? Who decides when a model is good enough? Who carries the pager when it drifts?

“PM, data scientist, ML engineer: who does what?” delivers the role boundaries that work – and the two launch questions every AI team must answer in writing. The short version: every handover needs an artefact, and every artefact needs an owner.

Autonomy needs standards: the Spotify trap

The Spotify model promises autonomous squads shipping independently. With AI agents, this autonomy without central standards turns into architectural chaos: every team prompts differently, every codebase diverges faster, and token budgets burn in redundant work. Agents scale the effect of every decision – including the bad ones.

Organised alignment is therefore mandatory: shared spec standards, shared context files, central guardrails. “Why the Spotify model fails – even more so with AI agents” draws the lessons from the documented cases – as a warning against boundless agility in the AI era.

The deep dives in this pillar

Each cluster answers one search intent – with a focus keyword and a clear content promise. Published, or transparently in progress.

Frequently asked questions

What is agentic AI execution?

The use of autonomous AI agents that don't just suggest code but read project files, run commands and create pull requests – against a spec agreed up front. The human defines and reviews, the machine executes. The more autonomous the agent, the more precise briefs and guardrails matter.

Does Scrum still work for AI products?

Yes, with adaptations: spikes instead of stories for experiments, evaluation criteria in the definition of done, delivering and learning separated. What no longer works is the assumption that effort and outcome correlate predictably – model training doesn't respect sprint boundaries.

What is the Model Context Protocol (MCP)?

An open standard through which language models communicate directly with tools such as Jira, Slack or databases. MCP replaces manual export-import cycles with defined interfaces and permissions – the agent fetches context itself instead of having it pasted in.

How do I secure autonomous agents in the enterprise?

With a sandwich architecture: an input guardrail against prompt injections and PII violations, the core model for the logic, an output guardrail against hallucinations and data leakage. Plus: keep high-stakes decisions with classic code or humans, and simulate attacks on yourself regularly. The latency cost belongs in the PRD as an explicit trade-off.

Next phase in the cycle

The work doesn't end with the merge – it changes shape. Shipped means, for AI products: models degrade, data shifts, costs accrue. How product operations measures, maintains and translates that into growth is what the final phase of the cycle covers.

Phase 04 · OperateProduct Operations & AI Lifecycle Management
Simon ScheurerAmr AbulseoudMarc Gasser
The lab letter

No new piece without you.

New articles, new interactive tools, new evidence – in your inbox first. And when you reply, we reply: you write directly with the authors, not with a no-reply.

No spam, no sharing, unsubscribe any time.

Ready to put a define gate in front of your agents?

Start a demo – Teklens connects specs, Jira and code into the planning software that knows your business.

No sales rep. A founder replies directly.