speckit-implement

Execute tasks.md plans across Speck Kit project phases with TDD checkpoints.

Updated Nov 22, 2025
One-click install
npx skills add https://github.com/rcmilan/godot-scrabblerabble --skill speckit-implement-rcmilan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/rcmilan/godot-scrabblerabble/tree/main/.claude/skills/speckit-implement
Command: npx skills add https://github.com/rcmilan/godot-scrabblerabble --skill speckit-implement-rcmilan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-implement automates the heavy lifting of executing the implementation plan by processing and running all tasks defined in tasks.md, reducing manual coordination.

Core Features & Use Cases

  • Orchestrates phase-based execution for setup, tests, core development, integration, and polish based on the plan.
  • Validates prerequisites, checklists, and extension hooks, and enforces dependencies and execution order with TDD discipline.
  • Tracks progress, surfaces errors with actionable context, and ensures completed tasks are marked in tasks.md.

Quick Start

Execute the speckit-implement workflow to run the tasks.md plan and advance the project through all phases.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate tasks.md execution for a Speck Kit project?

To automate tasks.md execution for a Speck Kit project, run the speckit-implement workflow which processes the plan and executes tasks sequentially or in parallel, marking completed items in tasks.md.

What is phase-based task execution in software implementation workflows?

Phase-based task execution orchestrates software implementation by grouping tasks into setup, testing, core development, integration, and polish phases, enforcing dependencies and execution order with TDD discipline and validation checkpoints.

Does the implementation workflow handle dependencies and parallel tasks in tasks.md?

Yes, the implementation workflow handles dependencies and parallel tasks in tasks.md by validating prerequisites, enforcing execution order, and managing sequential and parallel task execution across all project phases.

How does test-driven development validation work during automated task execution?

Test-driven development validation during automated task execution works by enforcing TDD discipline through validation checkpoints, checking prerequisites and extension hooks before advancing tasks, and surfacing errors with actionable context.

Can I use this for project setup and ignore file management automation?

Yes, you can use this for project setup and ignore file management automation, as the workflow satisfies requirements for phase structuring, dependency handling, ignore file management, and extension hook execution described in the plan.

Why is my automated implementation workflow not working when tasks.md has undefined dependencies?

Your automated implementation workflow may not work when tasks.md has undefined dependencies because the workflow validates prerequisites and enforces execution order, requiring properly structured dependencies to advance through phases.