-
Book Overview & Buying
-
Table Of Contents
Agentic Coding with Claude Code
By :
Agentic coding workflows benefit from structure, planning, and controlled execution. As systems grow more complex and incorporate more tools and automation, relying on ad hoc prompting increases the risk of unintended changes and unpredictable behavior.
This chapter examines how Claude Code supports structured agentic workflows through planning and multi-agent execution. It shows how moving from exploratory prompting toward spec-driven development improves safety and predictability, and how multiple agents can be coordinated to work on the same codebase efficiently. Although the examples use Claude Code, the principles discussed apply broadly to agentic systems.
Claude Code planning mode is covered in the official documentation. For a concise overview of how planning mode works and when to use it, refer to the following:
https://code.claude.com/docs/en/common-workflows#how-to-use-plan-mode
In this chapter, we cover the following topics...