Impl Team¶
Code implementation and review.
Agents¶
worker¶
| Field | Value |
|---|---|
| Tools | all defaults |
General-purpose agent with full capabilities. Works autonomously in an isolated context to complete delegated tasks. Reports what was done, which files changed, and any notes for followup.
reviewer¶
| Field | Value |
|---|---|
| Tools | read, grep, find, ls, bash |
Senior code reviewer. Analyzes code for quality, security, and maintainability. Uses bash only for read-only git commands (git diff, git log). Reports critical issues, warnings, and suggestions with exact file paths and line numbers.
Prompts¶
/implement-and-review¶
Iterative implementation workflow:
- worker implements the requested changes
- reviewer reviews the implementation
- worker applies the review feedback