speckit-implement

Execute SpeckKit implementation plans by parsing tasks.md and coordinating phases.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/chaimt/GarminShabbatMode --skill speckit-implement-chaimt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/chaimt/GarminShabbatMode/tree/main/.cursor/skills/speckit-implement
Command: npx skills add https://github.com/chaimt/GarminShabbatMode --skill speckit-implement-chaimt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-implement addresses the need to enact a defined SpeckKit implementation plan by orchestrating repository checks, plan parsing, and phase-driven execution to ensure tasks are completed with proper validation and progress reporting.

Core Features & Use Cases

  • Orchestrates end-to-end execution of a SpeckKit plan by reading tasks.md, plan.md, and optional files and coordinating setup, tests, core development, integration, and polish.
  • Enforces prerequisites, checks extension hooks, tracks progress per phase, and halts on blockers with clear error messages.
  • Provides deterministic execution flow with dependency-aware task sequencing and optional parallel tasks.

Quick Start

Invoke speckit-implement at the repository root to execute the full implementation plan described in tasks.md.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate end-to-end implementation plan execution from a tasks.md file?

Executing a SpeckKit implementation plan requires reading tasks.md and plan.md at the repository root to orchestrate phase-driven task completion. It enforces prerequisites, checks extension hooks, and coordinates setup, tests, core development, integration, and polish with deterministic execution flow.

How does dependency-aware task sequencing work during project implementation?

Dependency-aware task sequencing parses task plans to enforce prerequisites and respect task dependencies during execution. It supports optional parallel tasks, provides deterministic execution flow, and tracks progress per phase while halting on blockers with clear error messages.

Do I need a specific project management workflow structure to run phase-driven task execution?

Phase-driven task execution requires projects using the spec-kit workflow with a tasks.md file and plan.md at the repository root. The system parses these files to orchestrate setup, tests, core development, integration, and polish phases with dependency-aware sequencing.

What happens when prerequisites or hook checks fail during implementation plan execution?

When prerequisites or extension hook checks fail, the system halts execution on blockers and provides clear error messages. This enforces validation before progressing to subsequent development phases and prevents invalid task sequencing during plan orchestration.