speckit-implement

Execute implementation plan tasks from tasks.md within a spec-kit project.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/SorinS/go-speckit --skill speckit-implement-sorins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/SorinS/go-speckit/tree/main/testdata/golden/scaffold/proj-vibe/.vibe/skills/speckit-implement
Command: npx skills add https://github.com/SorinS/go-speckit --skill speckit-implement-sorins

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the implementation process in Spec-Driven Development, significantly speeding up the workflow and reducing manual efforts.

Core Features & Use Cases

  • Automated Implementation Plan Execution: Processes and executes all tasks defined in tasks.md with minimal manual intervention.
  • Spec-Kit Compatibility: Designed to work with projects structured according to the spec-kit project layout.
  • Use Case: Imagine you have a complex project with many tasks and dependencies. Use this Skill to automatically execute the tasks, ensuring everything follows the defined spec and without manual oversight.

Quick Start

Use the /speckit-implement command to start the automated implementation process.

Frequently Asked Questions about speckit-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task execution for spec-driven development?

Automating task execution for spec-driven development requires processing tasks.md, checking prerequisites, verifying status, and triggering post-execution hooks. This Skill reads specifications and dependencies to execute implementation plans automatically with minimal manual intervention.

Do I need a specific directory structure to run spec-kit implementation?

Running spec-kit implementation requires a spec-kit project structure containing a .specify/ directory. The automated execution process reads tasks, specifications, and dependencies directly from this required folder layout to function correctly.

What is specification compliance in automated project management?

Specification compliance in automated project management ensures executed tasks follow defined specs and dependencies without manual oversight. It verifies implementation status and triggers hooks to maintain alignment with the original specification throughout execution.

How does progress tracking work during implementation automation?

Progress tracking during implementation automation works by reading tasks and dependencies, checking prerequisites, and verifying implementation status continuously. It provides real-time feedback and error handling while executing the plan defined in tasks.md.

Can I use implementation automation for complex projects with many dependencies?

Implementation automation supports complex projects with many tasks and dependencies by automatically executing tasks, checking prerequisites, and ensuring everything follows the defined spec without requiring manual oversight or intervention.

Why does spec-driven development require handling user input during execution?

Spec-driven development requires handling user input during execution to provide progress tracking and error handling. It allows the automation process to manage exceptions and confirm task execution steps while reading from tasks.md.