implement
Originally fromyonatangross/orchestkit
Installation
SKILL.md
Implement the work described by the user in the spec or tickets.
Work Routing
Before writing production code, read the shared Work Routing
reference. It is the single source of truth for the exact project documents,
lane selection, plan ownership, and closeout rules; do not replace it with a
skill-local routing rule.
Test Discipline
Tests protect a settled production contract; they do not choose architecture, invent owners, or justify a production seam. Use test-first RED/GREEN only for deterministic behavior whose contract and owner are already decided.
Do not add or retain production APIs, state, lifecycle branches, dependency features, or instrumentation whose only consumer is a test or proof harness.