Agentic Workflow

AI & LLM Testing

// Definition

A multi-step AI task where the model plans, executes, and self-corrects autonomously rather than responding to a single prompt. In an agentic workflow, the AI reads files, runs commands, processes results, makes decisions, and loops until the goal is complete — checking in at defined checkpoints for human approval. Claude Code's /plan mode and sub-agent capabilities are examples. Effective agentic workflows require well-scoped goals, explicit checkpoints, and incremental commits so errors can be caught and reversed.

// Related terms

Learn more · Claude Code for QA

Chapter 4 · Lesson 4: Sub-Agents and Agentic Workflows