What problem does it solve?
This skill automates the execution of the Speckit implementation workflow by processing and running all tasks defined in tasks.md, enabling a repeatable, test-driven feature delivery.
Core Features & Use Cases
- Automated Task Execution: Reads tasks.md and plan.md, executes tasks in sequence using a TDD approach, and marks completed tasks.
- OpenCode Command Processing: Loads and processes the .opencode/commands/speckit.implement.md file, applying syntax transformations like $ARGUMENTS, $1, @filepath, and !command.
- Workflow Integrity: Enforces prerequisites, loads design documents, and ensures tasks progress through phases from plan to verification.
Quick Start
Run the speckit.implement command to execute the official implementation workflow for your project. If the primary command file is missing, check the legacy path .opencode/command/speckit.implement.md or ensure .opencode/commands/speckit.implement.md exists.