ts-implement
Installation
SKILL.md
Implement
Required Reading
- skill: ts-principles
- Read
ts-principles/SKILL.md. - Read every linked principle detail document before implementing.
- Read
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 implementation directly. Delegate only when the work separates cleanly across files, domains, or independent tasks. Workers return changes and verification notes. The judge reconciles them.