speckit-implement

Execute implementation tasks from tasks.md with phased TDD workflows.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/BOUROUIS-MOHAMED/monclub_access_python --skill speckit-implement-bourouis-mohamed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/BOUROUIS-MOHAMED/monclub_access_python/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/BOUROUIS-MOHAMED/monclub_access_python --skill speckit-implement-bourouis-mohamed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates the end-to-end execution of a defined set of implementation tasks described in tasks.md, enabling repeatable, disciplined execution within spec-kit style projects.

Core Features & Use Cases

  • Task orchestration: parses tasks.md and plan.md to drive phased execution with dependencies and parallel task markers.
  • TDD-first workflow: ensures tests are run before corresponding implementation steps, and tracks progress across phases.
  • Progress validation: provides clear status updates, error handling, and completion checks, with support for post-implementation hooks.

Quick Start

Provide a project that follows the .specify/ structure and contains tasks.md and plan.md, then invoke speckit-implement to monitor the automated execution 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 execution of implementation tasks defined in tasks.md?

To automate tasks.md execution, provide a spec-kit style project containing tasks.md and plan.md. The Skill parses these files to drive phased execution, track dependencies, and run post-implementation hooks automatically.

What is a TDD-first workflow in spec-kit project automation?

A TDD-first workflow ensures tests are run before their corresponding implementation steps during phased execution. This enforces disciplined development by validating progress and sequencing tasks based on dependencies defined in tasks.md.

How do I set up my project for automated tasks.md execution?

Your project must follow the .specify/ directory structure and contain both tasks.md and plan.md files. Once configured, invoke the automation to monitor pre-checks, task sequencing, and post-implementation hooks.

Can I use this automation for projects without a .specify/ directory extension?

No, this automation applies specifically to projects that follow the .specify/ extension. It requires this structure to parse tasks.md, plan.md, and data-model files for phase-based execution and progress reporting.

Does the automated execution handle parallel task markers in plan.md?

Yes, the task orchestration parses plan.md to identify dependencies and parallel task markers. This allows the automation to sequence phased execution correctly while tracking progress across all defined implementation tasks.