$npx -y skills add tt-a1i/matt-skills-with-to-goal --skill implementImplement a piece of work based on a spec or set of tickets.
| 1 | Implement the work described by the user in the spec or tickets. |
| 2 | |
| 3 | Use /tdd where possible, at pre-agreed seams. |
| 4 | |
| 5 | Run typechecking regularly, single test files regularly, and the full test suite once at the end. |
| 6 | |
| 7 | Once done, use /code-review to review the work. |
| 8 | |
| 9 | Commit your work to the current branch. |