---
name: Implement
slug: implement
category: Automation
description: Implement a piece of work based on a spec or set of tickets, using test-driven development, typechecking, and code review before committing.
github: "https://github.com/tt-a1i/matt-skills-with-to-goal/tree/main/skills/implement"
language: Shell
stars: 14
forks: 3
install: "git clone https://github.com/tt-a1i/matt-skills-with-to-goal"
added: 2026-07-16T13:43:24.873Z
last_synced: 2026-07-18T04:41:57.634Z
canonical_url: "https://dirskills.com/skills/implement"
---

# Implement

Implement a piece of work based on a spec or set of tickets, using test-driven development, typechecking, and code review before committing.

**Install:** `git clone https://github.com/tt-a1i/matt-skills-with-to-goal`

## README

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.

Commit your work to the current branch.
