speckit.implement

Execute predefined implementation plans from tasks.md with dependency checks and test-first validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute predefined implementation plans by coordinating tasks defined in tasks.md and related project artifacts, reducing manual coordination and errors.

Core Features & Use Cases

  • Orchestrates phased task execution from tasks.md (Setup, Tests, Core, Integration, Polish) with explicit dependencies and parallelizable tasks.
  • Enforces a test-first approach by running tests before corresponding implementation tasks and validating progress before proceeding.
  • Supports extension hooks, pre/post execution checks, and progress reporting to keep teams aligned on status.

Quick Start

Provide tasks.md and plan.md in the project root and run speckit.implement to begin executing the task plan.

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 a phased implementation plan from tasks.md?

You can automate implementation plan execution by coordinating tasks defined in tasks.md, applying explicit dependencies and parallelizable rules across phases like setup, tests, core, integration, and polish.

How does test-driven progress validation work during task orchestration?

Test-driven progress validation runs tests before corresponding implementation tasks and validates progress before proceeding, ensuring each phase meets requirements before moving to the next dependent task.

Can I use parallel task execution for software project orchestration?

Yes, software project orchestration supports parallelizable tasks alongside explicit dependency rules, allowing independent tasks to run concurrently while maintaining correct sequencing for dependent phases.

What's the best way to track progress across setup, integration, and polish phases?

Progress tracking across phases is handled through progress reporting and extension hooks, keeping teams aligned on task status from initial setup through core development to final validation.

Do I need prerequisites checks before running task sequencing for software projects?

Yes, prerequisites checks are required before task sequencing begins, validating the project environment and required artifacts like tasks.md and plan.md to ensure structured execution can proceed without errors.