speckit-implement

Execute stepwise implementation plans from tasks.md with phase orchestration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute an implementation plan by processing and executing all tasks defined in tasks.md, enabling automated orchestration of multi-phase work.

Core Features & Use Cases

  • Orchestrates task execution from tasks.md, respecting dependencies and phase order.
  • Supports pre- and post-execution extension hooks, outline checks, and real-time progress reporting.
  • Ideal for teams adopting a plan-first, test-driven workflow across complex software projects.

Quick Start

Provide your repository containing tasks.md and plan.md to begin orchestrating the implementation flow.

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 an implementation plan?

Automate implementation plans by reading tasks.md to orchestrate stepwise phase execution. The system processes task-based plans sequentially or in parallel, respecting dependencies and phase separation to execute development tasks automatically.

How does test-driven workflow automation handle phase dependencies?

Test-driven workflow automation handles phase dependencies by orchestrating task execution from tasks.md, respecting dependency order and phase separation. It enforces tests-before-code rules and supports pre- and post-execution extension hooks during sequential or parallel task processing.

Can I use task-based planning for complex multi-phase software projects?

Task-based planning suits complex multi-phase software projects by orchestrating execution across phase setup, testing, core development, integration, and polish. It requires a repository containing tasks.md and plan.md to begin orchestrating the automated implementation flow.

What's the best way to execute implementation tasks sequentially or in parallel?

Execute implementation tasks sequentially or in parallel by orchestrating phase execution defined in tasks.md. The automation respects dependency order, applies tests-before-code workflows, and provides real-time progress reporting for each task within the plan.

Do I need a tasks.md file to start automating implementation workflows?

Yes, you need a tasks.md file and a plan.md file in your repository to start automating implementation workflows. The automation reads these files to orchestrate stepwise execution, applying phase separation and dependency rules throughout the development lifecycle.

Why is automated phase execution not advancing past dependencies in my plan?

Automated phase execution stalls when dependencies in tasks.md are not satisfied or when preceding tests fail. The system strictly adheres to the plan's dependency order and tests-before-code rules, blocking progression until earlier phase tasks are completed successfully.