speckit-implement

Execute tasks from tasks.md with dependency management and progress reporting.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/inspedralbes/prj-entrades-bielDom-nguez-2DAW --skill speckit-implement-inspedralbes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/inspedralbes/prj-entrades-bielDom-nguez-2DAW/tree/main/prj-entrades-nou/.cursor/skills/speckit-implement
Command: npx skills add https://github.com/inspedralbes/prj-entrades-bielDom-nguez-2DAW --skill speckit-implement-inspedralbes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-implement automates the execution of a defined implementation plan by processing and executing all tasks described in tasks.md, turning planning into action.

Core Features & Use Cases

  • Orchestrates task execution according to the plan in tasks.md, covering setup, tests, core development, integration, and polish.
  • Enforces dependencies and coordinates sequential and parallel tasks with progress reporting.
  • Ideal for teams that rely on a documented task breakdown to deliver reproducible, auditable implementations.

Quick Start

Run speckit-implement to execute the tasks defined in tasks.md and monitor progress.

Frequently Asked Questions about speckit-implement

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

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

To automate implementation plan execution from tasks.md, use a tool that orchestrates task processing, enforces dependencies, and coordinates sequential or parallel steps. It processes setup, tests, core development, integration, and polishing tasks defined in the file.

What is the best way to manage task dependencies and parallel coordination in a documented workflow?

Managing task dependencies and parallel coordination requires an orchestration mechanism that reads a structured plan and enforces execution order. This ensures sequential tasks complete before dependents start, while allowing parallel tasks to run simultaneously with progress reporting.

How does stepwise execution work for a structured task breakdown?

Stepwise execution for a structured task breakdown works by processing a tasks.md file step by step. It applies dependency management to sequence setup, tests, and integration phases, coordinating each task and reporting progress until the implementation is complete.

Do I need a specific project structure to execute tasks.md automatically?

You need a project where a structured tasks.md file outlines the implementation plan. The file must define setup, tests, core development, integration, and polishing steps so the orchestration tool can process dependencies and execute tasks in the correct sequence.

Can I use task orchestration for reproducible and auditable software implementation?

Task orchestration provides reproducible and auditable software implementation by executing a documented task breakdown sequentially and in parallel. It enforces dependencies and reports progress, ensuring teams can track and verify each step of the implementation plan.