spec-code
Installation
SKILL.md
spec-code — Implement a Single Task from Specs
Autonomously implement one task from the spec documents, understanding the full project context before writing code.
Language Rules
- Auto-detect input language → output in the same language
- Japanese input → Japanese output, use
references/code-guide.ja.md - English input → English output, use
references/code-guide.md - Explicit override takes priority
Options
| Option | Description |
|---|---|
--issue {N} |
GitHub Issue number for context |
--spec {path} |
Path to .specs/ directory |
--task {task-id} |
Task ID to implement (e.g., T-007) |
--feedback {file} |
Feedback mode: read review or test result file and address findings |
Related skills