Add "Replan" Action in Human Review Stage #1257
Replies: 2 comments
-
|
This is definitely a Must! The Planning phase is the most critical aspect, since the LLM needs feedback after presenting a plan the current workflow forces you to first have the plan executed and only then you can ask for a "correction", this consumes tokes unnecessarily. I am forced to fix the specs.md via an independent claude code session from terminal, but this way I violate all the structure of the Auto Code project. |
Beta Was this translation helpful? Give feedback.
-
|
I agree with this fully! To add to this, I believe if you submit a "Request Changes", that it should immediately show up in the Subtasks where the agent then decides if this is a simple bug fix request or requiring feature planning modifications. The issue right now is there's no visual feedback for what happened to your change request after you hit the button- it just disappears. The progress bar stays at 100%, and the only indicator that something is still working is going to the logs to see it moving again after scrolling ALL the way down. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: Add "Replan" Action in Human Review Stage
Summary
Add the ability to move a task from Human Review back to Planning stage when requirements change, instead of only looping through QA Fixer.
Problem
When a task reaches Human Review, there are only two options:
What's missing? A way to update requirements and re-run the Planner Agent when the plan itself needs to change.
When This Becomes a Problem
The QA Fixer can only work within the existing plan. When the plan itself is wrong or incomplete, it keeps looping trying to "fix" something that actually needs replanning.
Current Workaround
Users must discard the task, manually edit spec files, delete the implementation plan, and restart from scratch. This loses all progress and context.
Proposed Solution
Add "Replan" as Third Option
Workflow Change
Current:
Proposed:
What Happens When "Replan" is Clicked
Why This Matters
Example Use Case
Today:
With Replan:
Summary Table
The core idea: When the plan needs to change (not just the code), users should be able to go back to Planning without losing their work.
Labels:
feature,workflowBeta Was this translation helpful? Give feedback.
All reactions