Claude Code
Developer Workflows
Practical, repeatable workflows for common development tasks that help you ship software faster.
Overview
These workflows represent common development tasks that Claude Code excels at. Each workflow includes specific steps, example prompts, and expected outcomes to help you accomplish tasks efficiently and safely.
Core workflows
Codebase Understanding
Map system architecture, identify key modules, and understand dependencies before making changes
When to use: Starting on a new codebase or planning large refactors
Bug Fixing
Analyze error traces, identify root causes, and implement comprehensive fixes with tests
When to use: Debugging production issues or test failures
Refactoring
Modernize legacy code, improve structure, and maintain behavior while upgrading patterns
When to use: Improving code quality or preparing for new features
Test Generation
Create comprehensive test suites covering edge cases, failure modes, and integration scenarios
When to use: Increasing coverage or adding tests for existing code
CI/CD Automation
Integrate with pipelines for automated testing, deployment, and code review support
When to use: Setting up automation or improving deployment processes