speckit-implement

Execute tasks.md implementation phases with dependency-aware orchestration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates the end-to-end implementation process by executing tasks defined in tasks.md, coordinating prerequisite checks, and orchestrating phased work to turn plans into working results.

Core Features & Use Cases

  • Validates project prerequisites, including optional extension hooks, and loads implementation context from tasks.md, plan.md, data-model.md, contracts/, research/, and quickstart.md.
  • Orchestrates task phases (Setup, Tests, Core, Integration, Polish) with strict dependency rules and optional parallel execution to maximize throughput.
  • Supports before/after extension hooks and provides structured outputs to guide human-in-the-loop decisions and automation.

Quick Start

Provide your project with tasks.md and plan.md, and Speckit will execute the defined implementation tasks step by step.

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 from a markdown implementation plan?

Automating implementation execution requires loading tasks.md and plan.md, validating prerequisites, orchestrating phased work from Setup to Polish, and enforcing dependency rules to turn plans into working results.

What files are required to run an automated end-to-end implementation workflow?

Automated implementation workflows require tasks.md and plan.md to define execution steps and context. Optional files include data-model.md, contracts/, research/, and quickstart.md to provide additional implementation context.

Can I execute implementation tasks in parallel with dependency-aware automation?

Dependency-aware automation supports optional parallel task execution to maximize throughput while coordinating deterministic tasks. It enforces strict dependency rules across implementation phases from Setup to Polish.

How do extension hooks work during automated implementation task execution?

Extension hooks work by enforcing before and after execution triggers during automated implementation processing. These hooks provide optional integration points that supply structured outputs to guide human-in-the-loop decisions and automation.

What is the best way to validate project prerequisites before running an implementation plan?

Validating project prerequisites involves checking for required files like tasks.md and plan.md, verifying optional extension hooks, and loading context from data-model.md, contracts/, and research/ directories before executing implementation phases.