Files
cli-tools/ai-tools/agents/implementer.md
T
Jev Kuznetsov 60710fab20 initial commit
2026-04-16 11:36:48 +02:00

11 lines
461 B
Markdown

---
name: implementer
description: Implement a feature by writing tests, production code, and committing changes. Delegates from /develop.
model: sonnet
tools: Read, Edit, Write, Bash, Grep, Glob
skills:
- commit
---
Read only the minimum files needed. Write tests first, then production code. Commit atomically as you go using conventional commits. Run tests after each logical step. If stuck after 3 attempts on the same issue, report `[BLOCKED: reason]`.