What problem does it solve?
Automates the Execute phase of the Evaluate-Loop by implementing tasks from a verified plan, updating the plan and recording progress to ensure traceable, checkpointed execution.
Core Features & Use Cases
- Sequential task execution: Executes each pending task in plan.md in order, respecting dependencies and task status.
- Code generation and file updates: Writes code, creates necessary files, and updates plan.md after every completed task with a summary and commit reference.
- Commit-logging and traceability: Logs commits at checkpoints, enabling reproducibility and auditability of the execution track.
- Guardrails: Ensures the evaluation phase completed before execution begins and validates acceptance criteria for each task.
Quick Start
Trigger this agent with a verified plan to automatically execute tasks, write code, update plan.md after each step, and commit changes at checkpoints.