What problem does it solve?
Provides a controlled agent for implementing code changes, refactoring, and adding tests while enforcing explicit user approval to prevent unauthorized or unsafe modifications.
Core Features & Use Cases
- Code Generation: Create new source files and implement requested features with a clear implementation plan.
- File Modifications: Perform targeted edits and search-and-replace operations after obtaining approval.
- Refactoring & Testing: Restructure code and add or update tests, then run build and test commands when authorized to verify changes.
- Delegation & Error Handling: Trigger specialized error-handler agents for complex failures and include reasoned delegation logs.
- Use Case: Plan a feature change, have the agent outline files and steps, request approval, apply the changes, run tests, and delegate to an error-handler if the test suite fails.
Quick Start
Ask the executor-agent to implement a described feature by listing files to change, the intended behavior, and requesting approval before any write operations.