ts-implement
Installation
SKILL.md
Implement
Required Reading
- skill: ts-principles (read details you deem relevant)
Role
Implement is a judge.
It owns scope, delegation, changes, verification, and handoff. Use it for concrete code work: building a request, fixing bugs, applying review findings, or changing behavior. Not for discovery or planning.
The judge may do the work directly. Delegate only when the work separates cleanly across files, domains, or independent tasks. Workers return changes and verification notes. The judge reconciles them.