speckit-implement

Execute tasks from tasks.md across setup, tests, development, integration, and polish phases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ --skill speckit-implement-clockwork-temptation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ --skill speckit-implement-clockwork-temptation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end execution of the implementation plan by processing and executing all tasks defined in tasks.md.

Core Features & Use Cases

  • Orchestrates setup, tests, core development, integration, and polish phases according to tasks.md.
  • Validates progress, enforces task dependencies, and supports parallel tasks [P].
  • Integrates with hooks and extensions for pre/post-implementation steps.
  • Provides progress tracking and robust error reporting to guide remediation.

Quick Start

Run speckit-implement in your repository to execute the tasks defined in tasks.md against the plan.md and related artifacts.

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 execution of tasks defined in tasks.md?

You can automate end-to-end task execution by running speckit-implement in your repository to process and execute all tasks defined in tasks.md against plan.md. It orchestrates setup, tests, development, integration, and polish phases automatically.

What is the best way to enforce task dependencies during implementation?

To enforce task dependencies during implementation, this Skill validates progress and tracks dependencies defined in your tasks.md file. It supports parallel tasks marked with [P] and ensures sequential execution order is respected across all project phases.

How do I manage pre/post-hook checks for spec-kit style projects?

Managing pre/post-hook checks for spec-kit style projects is handled automatically during execution. The Skill integrates with hooks and extensions, performing pre-implementation and post-implementation steps while tracking progress through the .specify/ directory artifacts.

Can I use this implementation orchestration with parallel tasks in my workflow?

Yes, you can use this implementation orchestration with parallel tasks in your workflow. It explicitly supports parallel task execution denoted by [P] in tasks.md, allowing concurrent processing while still enforcing overall task dependencies and reporting errors.

Why does automated task execution fail to process my plan.md file?

Automated task execution fails to process plan.md if your repository lacks a .specify/ directory or properly defined tasks.md artifacts. The Skill relies on these spec-kit structures to read tasks, validate progress, and orchestrate the implementation phases correctly.

Does speckit-implement provide error reporting for failed implementation phases?

Yes, speckit-implement provides robust error reporting for failed implementation phases. It tracks progress, enforces dependencies, and generates detailed reports to guide remediation when setup, tests, core development, integration, or polish tasks encounter issues.