Claude Code as a daily driver
Claude Code lives in my terminal next to the editor. It takes the work that used to eat whole afternoons — multi-file refactors, migrations, and reading unfamiliar code before I touch it.
- Plan-first workflow: scope the change, review the plan, then let it execute across files.
- Multi-file refactors and framework migrations, reviewed diff by diff before anything lands.
- CLAUDE.md files that encode project conventions so generated code matches the codebase.
- Custom slash commands and hooks for the repeat chores: test scaffolds, changelogs, release notes.





