---
title: "Building an agentic SDLC with a QA engineering mindset"
url: https://daily.dev/posts/building-an-agentic-sdlc-with-a-qa-engineering-mindset-8i8iowcsg
source_url: https://stackoverflow.blog/2026/08/18/building-an-agentic-sdlc-with-a-qa-engineering-mindset
type: article
source: "Stack Overflow Blog"
published: 2026-08-18T16:24:43.332Z
updated: 2026-08-18T17:08:56.094Z
tags: ["testing", "ai-agents"]
reading_time: 1
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.

# Building an agentic SDLC with a QA engineering mindset

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

## Summary

A podcast episode features Suneet Malhotra, Senior Manager of Test Engineering at Motorola Solutions, discussing his five-agent agentic SDLC pipeline built with MCPs. Topics include using Cohen's kappa to evaluate multiple LLMs acting as judges, and shifting QA left by adding a specification enrichment stage right after the design phase. Links to companion code, research papers on cross-layer observability for LLM-assisted test automation, and Suneet's professional profiles are provided.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://stackoverflow.blog/2026/08/18/building-an-agentic-sdlc-with-a-qa-engineering-mindset>

## Questions this post answers

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

Cohen's kappa measures agreement between multiple large language models acting as judges in an evaluation pipeline, going beyond simple accuracy to account for agreement that could occur by chance. Suneet Malhotra, Senior Manager of Test Engineering at Motorola Solutions, applies this statistic within a five-agent agentic SDLC pipeline built with MCPs to validate LLM-based judgments more rigorously.

_Teams building LLM-as-judge evaluation pipelines can follow emerging QA methodology like this via daily.dev._

### What does shifting QA left through specification enrichment mean in an SDLC?

It means adding a dedicated specification enrichment stage immediately after the design phase, so requirements are clarified and strengthened before development begins rather than catching gaps during later testing. This approach, part of a five-agent agentic SDLC pipeline described by a Motorola Solutions test engineering manager, aims to improve requirement quality earlier in the lifecycle.

_Engineers redesigning their QA process around earlier requirement checks can track similar practices on daily.dev._

## Similar posts on daily.dev

- [What does an agentic SDLC actually look like?](https://daily.dev/posts/what-does-an-agentic-sdlc-actually-look-like--4imtvg6ng) · Stack Overflow Blog · 0 upvotes · 0 comments
- [Episode \#302: Constructing and Judging Modern Agentic Workflows – The Real Python Podcast](https://daily.dev/posts/episode-302-constructing-and-judging-modern-agentic-workflows-the-real-python-podcast-brenwj0z0) · Real Python · 1 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/building-an-agentic-sdlc-with-a-qa-engineering-mindset-8i8iowcsg)
