speckit-implement

Execute spec-driven implementation plans from tasks.md with phased validation.

Updated Jun 14, 2026
One-click install
npx skills add https://github.com/basmawebinfo-hub/lover-diet-center --skill speckit-implement-basmawebinfo-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/basmawebinfo-hub/lover-diet-center/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/basmawebinfo-hub/lover-diet-center --skill speckit-implement-basmawebinfo-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams execute a prepared spec-driven implementation plan without losing track of prerequisites, checklist gates, task order, or validation steps. It reduces the risk of starting coding work before requirements, plans, and task breakdowns are ready.

Core Features & Use Cases

  • Implementation orchestration: Loads the full implementation context from plan, tasks, research, contracts, data model, quickstart, and governance files before work begins.
  • Execution guardrails: Verifies prerequisites, checks checklist completion, enforces phased task execution, and requires completed tasks to be marked done.
  • Project hygiene and validation: Verifies ignore files for the detected stack, follows test-first sequencing, reports progress, and handles extension hooks before and after implementation.
  • Use case: After generating a feature specification with spec-kit, use this Skill to drive the actual build phase across setup, tests, core development, integration, and polish while keeping implementation aligned with the approved plan.

Quick Start

Ask the AI to use the speckit-implement skill to execute the current spec-kit feature tasks from tasks.md and report progress phase by phase.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I execute a spec-driven implementation plan without missing prerequisites?

Spec-driven implementation execution loads context from plan and task files, validates prerequisites, enforces checklist gates, and carries work through setup, testing, development, integration, and polish phases to ensure nothing is missed.

What is phased task execution in TDD workflow automation?

Phased task execution processes tasks.md sequentially across setup, tests, core development, integration, and polish, enforcing test-first sequencing and dependency-aware ordering to ensure structured implementation progress.

How do I enforce test-first development and checklist gating in project validation?

Project validation enforces test-first development by verifying checklist completion and prerequisite gates before advancing phases, requiring completed tasks to be marked done in tasks.md to maintain implementation alignment.

Does spec-kit implementation work with repositories using a .specify directory?

Yes, spec-kit implementation applies to repositories using spec-kit conventions with a .specify directory, processing planning artifacts, verifying ignore files for the detected stack, and handling extension hooks around workflows.

What's the best way to automate task execution from a tasks.md file?

Automating task execution from tasks.md involves loading full implementation context, verifying prerequisites, enforcing dependency-aware ordering, reporting progress phase by phase, and running post-execution completion validation.

Why does my implementation workflow lose track of dependency-aware ordering and progress reporting?

Implementation workflows lose track without execution guardrails that validate prerequisites, enforce phased task execution, require completed tasks to be marked done, and handle extension hooks before and after implementation.