How I use Claude Code: Separation of planning and execution
1–10 of 630 posts
Re: How I use Claude Code: Separation of planning and execution
#2Re: How I use Claude Code: Separation of planning and execution
#3Re: How I use Claude Code: Separation of planning and execution
#4https://github.com/srid/AI/blob/master/commands/plan.md#2-pl...
It works very similar to Antigravity's plan document comment-refine cycle.
Re: How I use Claude Code: Separation of planning and execution
#5Re: How I use Claude Code: Separation of planning and execution
#6[flagged]
Re: How I use Claude Code: Separation of planning and execution
#7It looks verbose but it defines the requirements based on your input, and when you approve it then it defines a design, and (again) when you approve it then it defines an implementation plan (a series of tasks.)
Re: How I use Claude Code: Separation of planning and execution
#8Re: How I use Claude Code: Separation of planning and execution
#9There's no winner for "least amount of code written regardless of productivity outcomes.", except for maybe Anthropic's bank account.
Re: How I use Claude Code: Separation of planning and execution
#10I do something very similar, also with Claude and Codex, because the workflow is controlled by me, not by the tool. But instead of plan.md I use a ticket system basically like ticket_ _ .md where I let the agent create the ticket from a chat, correct and annotate it afterwards and send it back, sometimes to a new agent instance. This workflow helps me keeping track of what has been done over time in the projects I wo…