implement
Installation
SKILL.md
Implement the work described by the user in the spec or tickets.
Use /tdd where possible, at pre-agreed seams.
Run typechecking regularly, single test files regularly, and the full test suite once at the end.
Once done, use /code-review to review the work.
Delivery mode
Choose the delivery mode from the user's instruction, the repository's AGENTS.md, or the current branch state. Do not infer stacked or integration delivery merely because a feature has multiple tickets.
Standalone delivery
Use standalone delivery by default when no stack has been requested:
- Commit the work to a new branch named
feat/implement-<short-description-of-work>. - Create a pull request against the appropriate trunk or parent branch, closing the ticket or spec.