Original Reddit post

When having Claude work on a plan, I generally let it work on a phase, review the output (VSCode diff) and loop until happy, then commit the change and proceed with the next phase. Repeat. The problem is that waiting for the next phase is too short to context switch but too long to just wait. So I was wondering if I can kick off the next phase while reviewing the previous phase’s output. The results of the review are usually minor changes, so the next phase only needs minor adjustments. Is there any git trickery or tool that let’s me do this? Basically, I think I need to give Claude the ability to manage a chain of changes instead of just working on the repo head. submitted by /u/Klutzy-Procedure8980

Originally posted by u/Klutzy-Procedure8980 on r/ClaudeCode