---
title: "What does an agentic SDLC actually look like?"
url: https://daily.dev/posts/what-does-an-agentic-sdlc-actually-look-like--4imtvg6ng
source_url: https://stackoverflow.blog/2026/08/18/what-does-an-agentic-sdlc-actually-look-like
type: article
source: "Stack Overflow Blog"
published: 2026-08-18T04:43:18.322Z
updated: 2026-08-18T04:43:40.039Z
tags: ["testing", "mcp", "agentic-ai"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What does an agentic SDLC actually look like?

**[Stack Overflow Blog](https://daily.dev/sources/stackov)** · 3 min read · 0 upvotes · 0 comments

## Summary

A podcast conversation with Suneet Malhotra, Senior Manager of Test Engineering at Motorola Solutions, explores building an end-to-end agentic software development lifecycle using multiple coordinated agents (MCPs). Topics include using Cohen's kappa to statistically evaluate multiple LLMs acting as judges, and improving requirements quality by adding a specification enrichment stage right after the design phase to shift QA left. A five-agent SDLC implementation and companion code are shared on GitHub.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://stackoverflow.blog/2026/08/18/what-does-an-agentic-sdlc-actually-look-like>

## Questions this post answers

### What is Cohen's kappa used for when evaluating multiple LLMs as judges?

Cohen's kappa is used as a statistical measure of agreement between multiple large language models acting as judges, helping teams determine whether different LLM evaluators are consistently rating outputs the same way rather than diverging. This approach was applied within a five-agent agentic software development lifecycle built to automate parts of test engineering.

_Developers building llm-as-judge evaluation pipelines can track emerging practices like this on daily.dev._

### What does shifting QA left mean in an agentic SDLC with a specification enrichment stage?

Shifting QA left in this context means adding a specification enrichment stage immediately after the design phase, so requirements are clarified and strengthened by an agent before development begins, catching ambiguity earlier rather than discovering it during testing. This was part of a five-agent agentic SDLC pipeline built for test engineering at Motorola Solutions.

_Teams designing agentic QA workflows can follow practical approaches like this on daily.dev._

## Similar posts on daily.dev

- [Building an agentic SDLC with a QA engineering mindset](https://daily.dev/posts/building-an-agentic-sdlc-with-a-qa-engineering-mindset-8i8iowcsg) · Stack Overflow Blog · 0 upvotes · 0 comments

---

Tags: [#testing](https://daily.dev/tags/testing), [#mcp](https://daily.dev/tags/mcp), [#agentic-ai](https://daily.dev/tags/agentic-ai)

[View this post on daily.dev](https://daily.dev/posts/what-does-an-agentic-sdlc-actually-look-like--4imtvg6ng)
