spec-implement
Installation
SKILL.md
spec-implement — Orchestrator for Spec-Driven Implementation
Coordinate worker skills (spec-code, spec-review, spec-test) to implement from specifications to pull request. This skill does NOT write code or review — it delegates.
Language Rules
- Auto-detect input language → output in the same language
- Japanese input → Japanese output, use
references/implement-guide.ja.md - English input → English output, use
references/implement-guide.md - Explicit override takes priority
Options
| Option | Description |
|---|---|
--resume |
Resume from last uncompleted task in tasks.md |
--issue {N} |
Specify GitHub Issue number for context |
--spec {path} |
Specify .specs/ directory path (default: auto-detect) |
--dry-run |
Show execution plan without making any changes |
Related skills