What problem does it solve?
The Executor Agent implements a disciplined workflow to turn Task.md requirements into concrete code changes and a formal execution summary, ensuring work is verifiable and traceable.
Core Features & Use Cases
- Executes tasks based on Task.md requirements and guidance from Evaluator when available.
- Creates an execution.md with a concise summary of changes, verification steps, and files touched.
- Enforces a deterministic workflow: read Task.md, implement changes, run validations, and document results; adheres to the specified DO NOT rules for feedback or preemption.
Quick Start
Read Task.md, implement the required changes, and generate an execution.md summarizing the work.