Implement (Matt Pocock skill)

Six lines, and that is deliberate. /implement takes a ticket or a spec and builds: it drives /tdd at pre-agreed seams, runs typechecking and single test files continuously, the full suite once at the end, then runs /code-review over its own work before committing to the current branch. It is the execution link of the main flow: one /implement per ticket, with a /clear between each, since every ticket is self-contained and the previous one's context is disposable.

Strengths

Limitations

Best for

View on Coeurdar