speckit-implement

Execute implementation plan tasks from tasks.md with dependency-aware sequencing.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/apply-the/canon --skill speckit-implement-apply-the
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/apply-the/canon/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/apply-the/canon --skill speckit-implement-apply-the

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute the implementation plan by processing and executing all tasks defined in tasks.md

Core Features & Use Cases

  • Governance-first orchestration: ensures artifact scaffolding, validation checkpoints, and phase-gated execution before code changes.
  • Phase-based, dependency-aware execution: respects task order, handles parallel tasks, and validates outcomes at each step.
  • Progress tracking & reporting: surfaces task status, completion, and blockers to stakeholders.

Quick Start

Initiate the Speckit implementation to execute all tasks listed in tasks.md and log progress.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I turn a written implementation plan into an executable task sequence?

To turn an implementation plan into an executable task sequence, you need structured orchestration that reads tasks.md and drives phase-based execution. This ensures setup scaffolding, governance artifacts, and validation checkpoints are processed sequentially or in parallel.

How does phase-based execution manage parallel tasks and dependencies?

Phase-based execution manages parallel tasks and dependencies by respecting task order defined in tasks.md. It validates outcomes at each step and gates progression, ensuring dependent tasks wait for prerequisite completion before executing.

Can I use implementation governance to track progress and surface blockers to stakeholders?

Implementation governance tracks progress and surfaces blockers to stakeholders through continuous progress reporting. It logs task status and completion metrics from tasks.md, providing visibility into execution state and execution blockers.

Do I need a tasks.md file to start phase-based implementation execution?

You need a tasks.md file to start phase-based implementation execution because the orchestrator processes tasks defined within it. This file must contain the structured task sequence, dependencies, and governance requirements needed to drive the project.

What is the best way to enforce validation checkpoints before code changes?

The best way to enforce validation checkpoints before code changes is through governance-first orchestration. This approach ensures artifact scaffolding and validation steps are completed and verified at each phase gate before any code modifications proceed.

Why does task execution stall when dependencies are not satisfied?

Task execution stalls when dependencies are not satisfied because the dependency-aware execution control validates prerequisite completion. It prevents downstream tasks from running until prior validation checkpoints and required tasks are fully completed.