speckit-implement

Execute speckit plans by reading tasks.md and plan.md with phased task execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end execution of a defined speckit plan by reading tasks.md and plan.md, and orchestrating the work.

Core Features & Use Cases

  • Prerequisite checks, outline generation, and staged execution to ensure project setup and validation align with the plan.
  • Phase-driven task execution with strict dependency handling (sequential and parallel), progress tracking, and post-completion hooks.
  • Supports after-implementation extension hooks and verification steps to guarantee quality and traceability.

Quick Start

Provide your repository context and let speckit-implement execute the tasks.md plan end-to-end.

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 task execution from a project plan?

Automating end-to-end task execution requires reading tasks.md and plan.md files, then orchestrating staged execution with prerequisite checks, dependency handling, and post-completion hooks to validate progress and enforce quality.

What is phased execution in software implementation workflows?

Phased execution in software implementation workflows is a method of processing task structures sequentially or in parallel, applying strict dependency handling and tests-before-code coordination to ensure traceability and project setup alignment.

How do I enforce prerequisite checks before running a project implementation plan?

To enforce prerequisite checks before running a project implementation plan, you need an orchestration mechanism that validates the environment against plan.md, generates outlines, and confirms setup before initiating phased task execution.

Can I track progress and run post-completion hooks during task orchestration?

Yes, task orchestration can track progress and run post-completion hooks by parsing task structures, validating current state, and executing after-implementation extension hooks and verification steps to guarantee quality.

What is the best way to coordinate tests-before-code in a formal plan?

The best way to coordinate tests-before-code in a formal plan is using an orchestration tool that reads task definitions, applies strict dependency handling, and enforces verification steps before marking implementation phases complete.

Why does automated task execution fail on incomplete project plans?

Automated task execution fails on incomplete project plans when prerequisite checks detect missing dependencies or invalid task structures, preventing the staged execution engine from validating progress or enforcing post-completion hooks.