speckit-implement

Automate TDD-guided feature implementation from tasks.md and plan.md files.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/raccioly/coach-gravity --skill speckit-implement-raccioly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/raccioly/coach-gravity/tree/main/.agent/skills/speckit-implement
Command: npx skills add https://github.com/raccioly/coach-gravity --skill speckit-implement-raccioly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates turning a detailed task breakdown into an executable feature, guiding you through a TDD-aligned implementation process.

Core Features & Use Cases

  • Auto-converts a task breakdown into a concrete implementation plan with phase-based execution
  • Enforces test-driven development by running tests before coding and during integration
  • Supports setup, core development, integration, and polish to deliver production-ready features
  • Applicable to software projects using Speckit templates and .specify/ structure

Quick Start

Provide the task breakdown (tasks.md) and run speckit-implement to translate the plan into code using a TDD-guided approach

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 breakdown implementation using a TDD workflow?

Automate task breakdown implementation by translating a tasks.md file into code through a TDD-guided process, running tests before coding to enforce test-driven development and progressive validation checkpoints.

What is a phased workflow for software feature development?

A phased workflow for software feature development orchestrates implementation across setup, core development, integration, and polish phases, ensuring progressive validation checkpoints are met before advancing to production-ready code.

Do I need a tasks.md and plan.md file to start TDD implementation?

Yes, you need a tasks.md file containing the task breakdown and a plan.md file to start TDD implementation, as the automated workflow uses these file-based inputs to coordinate phased execution.

Can I use Speckit templates for test-driven feature development?

Yes, you can use Speckit templates and the .specify/ structure for test-driven feature development, as the workflow is specifically designed to support projects using this file-based coordination format.

What's the best way to convert a task list into implemented code?

The best way to convert a task list into implemented code is using a TDD-aligned automated workflow that handles setup, runs tests, executes core implementation, manages integration, and applies polish for production-ready features.

Why does TDD-guided implementation require running tests before coding?

TDD-guided implementation requires running tests before coding to establish expected behavior early, enforcing test-driven development principles and ensuring progressive validation checkpoints pass during each phase of feature development.