Original Reddit post

When you are executing a huge plan (big refactor, very complicated feature, etc) that a single coding session cannot realistically build end-to-end, how do you manage the execution through coding agents like cc/codex? My workflow used to be using a session just to create a big plan broken down into multiple steps, and then copy paste the prompt for each step into a new CC session, and then repeat this until the end, unblocking or approving the changes to a plan as new stuff keeps coming up. I also tried to breakdown each step into parallel prompts so I can have multiple sessions running at the same time. That sort of works, but needs so much manual gruntwork that I’m thinking there must be a better solution. One thing I can think of is just using a project management tool/kanban board to manage this but feel like that’s a bit overkill? Wonder how other folks are solving this. submitted by /u/niketrodriguez

Originally posted by u/niketrodriguez on r/ClaudeCode