Description
After task decomposition completes, the UI transitions to the "review" phase,
which renders the full task tree in a scrollable 55vh container, followed by
the Workspace Setup card below it. The "Confirm & Execute" button sits at the
bottom of that second card.
For users unfamiliar with the flow, this creates a confusing experience: the
page appears to have finished (the tree is visible and looks "done"), but the
actual call-to-action is off-screen. Users may sit waiting for execution to
start, not realizing they need to scroll down and confirm.
Steps to Reproduce
- Enter a task and click Decompose
- Wait for decomposition to complete
- Observe: the task tree fills the viewport; there is no visible prompt to take
the next action
Suggested Fix
Move the "Confirm & Execute" button to a fixed/sticky position (e.g. top of
the review panel or a sticky footer), or add a visible banner/callout above the
task tree indicating that the plan is ready and user action is required.
Environment
- Browser: Chrome
- OS: WSL2 / Ubuntu
Description
After task decomposition completes, the UI transitions to the "review" phase,
which renders the full task tree in a scrollable 55vh container, followed by
the Workspace Setup card below it. The "Confirm & Execute" button sits at the
bottom of that second card.
For users unfamiliar with the flow, this creates a confusing experience: the
page appears to have finished (the tree is visible and looks "done"), but the
actual call-to-action is off-screen. Users may sit waiting for execution to
start, not realizing they need to scroll down and confirm.
Steps to Reproduce
the next action
Suggested Fix
Move the "Confirm & Execute" button to a fixed/sticky position (e.g. top of
the review panel or a sticky footer), or add a visible banner/callout above the
task tree indicating that the plan is ready and user action is required.
Environment