chore: Add SDD skills

This commit is contained in:
2026-09-13 14:04:57 +02:00
parent 4784f27a4b
commit 43081d6e5d
175 changed files with 4635 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
---
name: implement
description: "Implement a piece of work based on a spec or set of tickets."
disable-model-invocation: true
---
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.