Half my time goes into using Claude Code, and the other half goes into optimizing my workflow for it.
What I have now:
• Everything organized by sprints in ./sprints/v1, v2 etc folder
• Custom command /prd to help me brainstrom requirements for a sprint and break it down into atomic tasks (which should take 5-10 mins each)
• Custom command /dev to pick highest priority task in a prd and follow test driven development to implement the tasks
• Custom command /walkthrough to write a sprint review report that details what code was produced so I can read and understand exactly what the code does ...

