Back to Developer Roadmap

Claude Workflow

src/data/roadmaps/claude-code/content/claude-workflow@_iAIq8mwW0cIGbvrfmSJ5.md

4.01.4 KB
Original Source

Claude Workflow

The Claude Code workflow operates as a continuous agentic loop where the AI moves through four primary phases: Explore, Plan, Implement, and Verify. It begins by indexing your local codebase and reading persistent instructions from your CLAUDE.md file to align with your project's specific standards. When you issue a prompt, Claude uses its suite of built-in tools to research the files (Explore), proposes a detailed step-by-step strategy for the change (Plan), and—upon your approval—executes the modifications using file-editing and shell tools (Implement). The cycle concludes by running your defined test suites or linters (Verify) to ensure no regressions were introduced, often utilizing MCP servers to sync the final results with external platforms like GitHub or Jira.

Visit the following resources to learn more: