speckit-implement

Execute all tasks defined in tasks.md with phase-based orchestration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute the implementation plan by processing and executing all tasks defined in tasks.md within a spec-kit project structure.

Core Features & Use Cases

  • Sequential and parallel task orchestration to mirror the plan's dependencies.
  • Pre- and post-execution extension hook handling with safe evaluation behavior.
  • Phase-driven workflow covering Setup, Tests, Core, Integration, and Polish, with progress tracking.
  • Validation checkpoints and automatic status updates to reflect task completion.

Quick Start

Provide the project context and run speckit-implement to execute all tasks defined in tasks.md.

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 plan in a spec-kit project?

Automating task execution from a markdown plan is handled by processing all tasks listed in tasks.md. The system sequentially and parallelly orchestrates these tasks to mirror dependencies, ensuring structured phase-based execution.

Can I run setup, tests, and integration phases sequentially using task orchestration?

Running setup, tests, and integration phases sequentially is fully supported. The orchestration workflow covers Setup, Tests, Core, Integration, and Polish phases, including progress tracking and validation checkpoints.

How do pre-execution and post-execution hooks work during task automation?

Pre-execution and post-execution hooks work by providing extension points before and after task runs. Safe evaluation behavior is applied to these hooks, allowing custom logic to integrate cleanly into the phase-driven workflow.

Does spec-kit task automation support dependency validation and progress tracking?

Spec-kit task automation supports dependency validation through validation checkpoints and automatic status updates. Progress tracking reflects task completion across all execution phases to ensure robust project implementation.

What is the best way to execute a defined task plan across multiple development phases?

Executing a defined task plan across multiple development phases is best achieved through phase-driven orchestration. This approach processes tasks.md entries while handling dependencies, validation, and extension hooks automatically.