A step-by-step workflow for shipping features using Claude Code, from reading the issue to merging the PR. Covers codebase exploration, implementation, testing, and deployment.
New Feature Request
Issue or idea comes in
Issues
Understand requirements and context
Plan Mode
Read the codebase and plan your approach
Auto-accept
Let Claude Code write the implementation
Bash Tool
Write tests, run them, fix failures
Pull Requests
Branch, commit, push, and open PR
Preview Deployments
Test in a real environment
Code Review & QA
Verify the diff and test on preview
Merge
Merge PR and monitor the deploy
A step-by-step workflow for shipping features using Claude Code, from reading the issue to merging the PR. Covers codebase exploration, implementation, testing, and deployment.