skills: Add /implement and dependencies.

This includes /test-driven-development and /codebase-design
This commit is contained in:
2026-07-05 13:52:44 -04:00
parent 28734f9777
commit 720eba8afb
11 changed files with 494 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ disable-model-invocation: true
### 1. Gather context
Work from whatever is already in the conversation context. If the user passes a spec path, task-folder path, or other reference as an argument, read it directly.
Work from whatever is already in the conversation context. If the user passes a spec path or other reference as an argument, read it directly.
Determine the feature-slug this breakdown belongs to, if any: if a spec file is in context or was passed as an argument, derive it from the filename (`.claude/spec/<feature-slug>.md``<feature-slug>`) for each task's `spec` field — see [TASK-FORMAT.md](./TASK-FORMAT.md) for the field's rules. If no spec file exists, proceed without one.