implement
Installation
SKILL.md
Implement Skill
When invoked:
- Read the current assigned ticket from .agents/tickets/ or .agents/state.json.
- Write a failing test seam first (Red-Green-Refactor approach).
- Implement minimal production code to pass the test.
- Run project type checks and unit test suites continuously.
- Run /code-review upon test pass before declaring the ticket complete.