| name | process-task |
| description | Continue executing the active plan end-to-end, reprioritize remaining work as needed, and keep working until the planned tasks are complete. Use when the user wants the current task carried forward without stopping after the next milestone. |
Process Task
Proceed with the planned tasks, and SHOULD complete them all. You should think and dynamically rearrange the order of tasks.
SHOULD commit and push to the remote per the done task.
With proper planning and careful attention during commits, it is possible to run implementations in parallel using multiple agents, even across different implementation layers. SHOULD do that.
Once all your planned tasks are complete, run update_plan yourself to design the schedule for the next tasks and continue implementing without stopping.