QE Agentic
Workflow Roadmap
To stay relevant in the age of AI, Quality Engineers must transition from manual execution to orchestration. Learn to act as an AI orchestrator and observer of AI outcomesβdirecting teams of specialised agents for day-to-day technical tasks. Every episode pairs a concept video with a hands-on runbook.
π¬ Series Overview & Overall Goal
This video introduces the Agentic Markdown SDLC (Software Development Life Cycle), a method designed to bridge the gap between high-level project management portals like Azure DevOps and the actual codebase (0:00 - 0:25).
Key Concepts
- Local Source of Truth: By treating the product backlog as a version-controlled codebase where epics, features, and user stories are stored as Markdown files, teams can enable native AI accessibility and automated requirement refinement (0:27 - 0:50).
- Dual-Purpose Files: Each requirement file contains YML front matter for routing and Markdown bodies with Gherkin scenarios to create executable specifications (0:52 - 1:03).
- Bidirectional Sync: A custom CLI tool synchronizes task statuses and hierarchies between local Markdown files and Azure DevOps, ensuring the portal remains updated without manual effort (1:05 - 1:16).
The End-to-End Cycle
- Pulling: Moving requirements into the IDE as version-controlled files (1:30).
- Auditing: Using AI to check requirements against INVEST criteria (1:45).
- Decomposition: Breaking down monolithic requirements into testable sub-stories (2:00).
- Syncing: Reflecting the hierarchy in Azure DevOps (2:15).
- Implementation: Leveraging AI to generate code and styles based on the context (2:30).
- Verification: Running automated E2E tests to confirm acceptance criteria (2:45).
Week 1 β Foundation
5 episodesQE as AI Orchestrator β Lab Playbook 1
Direct Gemini 3.5 Flash through a 4-phase local workspace setup, git acquisition, markdown task definition, and automated execution loop
Git Basics & Sandbox Isolation
Navigating repositories and isolating work branches for secure agent access
Requirements Architecture & The INVEST Audit
Auditing stories against the INVEST framework to ensure they are AI-ready
Decomposition & BDD Prompting
Converting failed monolithic requirements into modular BDD stories
Context Engineering & State Persistence
Managing agent state memory using the Daily Handover protocol