speckit-implement

Execute phased TDD development workflows from tasks.md and plan.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute planning-driven, automated task execution by processing a formal tasks.md and plan.md to drive phased development with validation and progressive checks.

Core Features & Use Cases

  • Phase-driven execution: Setup, Tests, Core, Integration, Polish with dependency-aware sequencing.
  • TDD-first workflow: tests are run before implementation tasks to ensure quality.
  • Progress and risk management: extension hooks, prerequisites checks, and structured reporting.

Quick Start

Read tasks.md to discover the complete task list, then run the speckit-tasks workflow to generate and execute the 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 task plan execution for a TDD project?

Automate TDD task plan execution by processing a formal tasks.md and plan.md to drive phased development. The workflow runs tests before core implementation tasks, coordinating setup, integration, and polish with dependency-aware sequencing.

What is phased development workflow automation for software projects?

Phased development workflow automation executes predefined task plans sequentially across Setup, Tests, Core, Integration, and Polish phases. It applies dependency resolution, conditional hooks, and progress validation to ensure deterministic and safe task execution.

Can I run automated task plans with conditional hooks and dependency resolution?

Automated task plans support conditional hooks and dependency resolution by parsing a formal tasks list and applying dependency-aware sequencing. Prerequisite checks and extension hooks manage risk while structuring progress reporting throughout execution.

Does project management task planning work with test-driven development workflows?

Project management task planning integrates with test-driven development by running tests before implementation tasks. This TDD-first workflow ensures quality validation occurs early, coordinating core development and integration phases deterministically.

What's the best way to execute software development phases deterministically?

Execute software development phases deterministically by using a planning-driven approach that processes formal task documents. Dependency-aware sequencing coordinates setup, tests, core development, integration, and polish with progressive validation checks.

Why does automated task execution require a formal tasks.md file?

Automated task execution requires a formal tasks.md file to discover the complete task list and generate an execution plan. The file provides the structured input needed for dependency resolution, conditional hooks, and phased sequencing.