speckit-implement

Executes tasks defined in tasks.md for spec-kit projects with dependency enforcement and phased workflows.

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

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

  • Automates end-to-end implementation by interpreting and running the full tasks.md task plan within a spec-kit project.
  • Enforces sequential and parallel execution rules, performs setup, tests, core development, integration, and polish phases, and tracks progress.
  • Supports extension hooks before and after implementation, validates prerequisites, and updates task statuses as tasks complete.

Quick Start

Run speckit-implement to execute the plan defined in tasks.md within a compatible spec-kit project.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate implementation of tasks defined in tasks.md?

You can automate implementation by running a workflow that executes all tasks defined in tasks.md, enforcing task dependencies, test-first execution, and phase-driven workflows across setup, core development, integration, and polish.

What is phase-driven workflow execution for project management?

Phase-driven workflow execution processes implementation plans by sequentially running setup, core development, integration, and polish phases while enforcing task dependencies and tracking progress throughout the project lifecycle.

Can I enforce test-first execution when automating a spec-kit implementation plan?

Yes, automating a spec-kit implementation plan enforces test-first execution, validating prerequisites and checking extension hooks before and after implementation to ensure tasks complete correctly.

How do I track progress and validate completion of an automated implementation plan?

Progress tracking and completion validation are built into the automated execution, updating task statuses as tasks complete and running extension hook checks to validate prerequisites throughout the workflow.

Does automated task execution support sequential and parallel processing rules?

Yes, the automation enforces both sequential and parallel execution rules defined in the tasks.md plan, ensuring task dependencies are respected while maximizing workflow efficiency across phases.

What do I need to set up before running an automated spec-kit implementation?

You need a compatible spec-kit project containing a tasks.md file with defined tasks, dependencies, and execution rules to validate prerequisites and execute the implementation plan end-to-end.