What problem does it solve?
Implements assigned development tasks from a change request by producing the required code, tests, and artifact updates so the orchestrator can advance the change without manual developer intervention.
Core Features & Use Cases
- TDD and Standard Workflows: Supports RED→GREEN→REFACTOR cycles when TDD is detected and standard implement-first flows otherwise.
- Artifact Modes and Persistence: Operates in engram, openspec, or none modes and follows the project's persistence contract to update tasks.md or engram artifacts.
- Progress Reporting: Marks completed tasks, returns a structured implementation summary, and notes deviations or blockers for the orchestrator.
- Use Case: Given a change with specs, design, and a task list, implement one or more tasks, run or create tests as required, and update task status.
Quick Start
Implement the assigned change tasks by reading the spec and design, applying TDD when required, updating tasks.md or artifacts as specified, and returning a structured progress summary.