ts-implement

Installation
SKILL.md

Implement

Required Reading

  • skill: ts-principles
    • Read ts-principles/SKILL.md.
    • Read every linked principle detail document before implementing.

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.

Installs
3
Repository
tstelzer/skills
GitHub Stars
1
First Seen
Jun 29, 2026
ts-implement — tstelzer/skills