speckit-implement

Execute spec-driven tasks from tasks.md with test-first sequencing and dependency handling.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/anishakode/Boring_AI --skill speckit-implement-anishakode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/anishakode/Boring_AI/tree/main/.cursor/skills/speckit-implement
Command: npx skills add https://github.com/anishakode/Boring_AI --skill speckit-implement-anishakode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-implement automates the end-to-end execution of a spec-driven 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 a predefined task plan.
  • Enforces test-first discipline, tracks task progress, and handles sequential and parallel task execution with dependency awareness.
  • Provides validation checkpoints and completion reporting to ensure alignment with the spec plan.

Quick Start

Run the speckit-implement workflow to start executing the 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 spec-driven task execution from a tasks.md file?

Spec-driven task execution from a tasks.md file is automated by processing all defined tasks sequentially or in parallel. The workflow enforces test-first discipline, handles dependencies, and validates completion against the project plan.

What is the best way to enforce test-first development during automated plan execution?

Test-first development during automated plan execution is enforced by ensuring tests precede core implementation. The workflow tracks progress and provides validation checkpoints to guarantee alignment with the predefined spec plan.

How does dependency-aware task handling work for spec-kit based projects?

Dependency-aware task handling for spec-kit based projects processes tasks by orchestrating setup, testing, core development, integration, and polish phases. It manages both sequential and parallel execution to maintain correct task order.

Can I use speckit-implement for phased software development with parallel tasks?

Yes, you can use it for phased software development with parallel tasks. It orchestrates setup, tests, core development, integration, and polish phases while handling dependencies and tracking progress across concurrent operations.

Do I need a predefined tasks.md plan to run the spec-driven implementation workflow?

Yes, a predefined tasks.md plan is required to run the spec-driven implementation workflow. The automation processes and executes all tasks defined within this file to validate completion against the project plan.

Why does spec-driven task automation halt before core development phases?

Spec-driven task automation halts before core development to enforce test-first discipline. It ensures tests precede implementation and uses validation checkpoints to confirm phase requirements are met before proceeding.