1 link tagged with all of: automation + claude-code + workflow
Click any tag below to further narrow down your results
Links
Boris Cherny shares his efficient setup for using Claude Code, highlighting the importance of customized workflows and verification processes. He details various strategies, such as running multiple sessions in parallel, using slash commands, and maintaining a shared repository for continuous improvement.
- Runs multiple Claude Code sessions in parallel across different git worktrees/branches to multiply throughput
- Relies heavily on custom slash commands to encode repeatable workflows instead of retyping instructions
- Emphasizes verification steps (tests, linting, review) as essential since Claude output isn't blindly trusted
- Maintains a shared team repo of prompts/commands so improvements to the workflow compound across the team