speckit-implement

Execute predefined task plans from tasks.md with phase-driven TDD workflows.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/AhmedMohammedSaad/gmyunity --skill speckit-implement-ahmedmohammedsaad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/AhmedMohammedSaad/gmyunity/tree/main/.agent/skills/speckit-implement
Command: npx skills add https://github.com/AhmedMohammedSaad/gmyunity --skill speckit-implement-ahmedmohammedsaad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates and executes a predefined task plan from tasks.md, enabling consistent, repeatable project automation.

Core Features & Use Cases

  • Orchestrates task phases (Setup, Tests, Core, Integration, Polish) according to tasks.md
  • Enforces dependency-aware sequencing and supports parallel tasks where applicable
  • Implements a test-first workflow by running tests before corresponding implementation tasks
  • Tracks progress and marks completed tasks back into tasks.md

Quick Start

Run the speckit-implement skill to execute all tasks defined in tasks.md for your project.

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 a predefined task plan in tasks.md?

Automating execution of a predefined task plan in tasks.md requires orchestrating task phases like Setup, Tests, Core, Integration, and Polish. This Skill coordinates that end-to-end execution, enforcing dependency-aware sequencing and marking completed tasks back into tasks.md.

What is dependency-aware sequencing in task orchestration?

Dependency-aware sequencing in task orchestration ensures tasks execute based on their dependencies. This Skill enforces this sequencing during phase-driven execution, supporting parallel tasks where applicable to ensure validation checkpoints pass and tasks finish consistently.

Can I enforce a TDD workflow when running project automation tasks?

Yes, you can enforce a TDD workflow when running project automation tasks. This Skill implements a test-first workflow by running tests before corresponding implementation tasks, ensuring structured reporting and validation checkpoints pass before proceeding through task phases.

Does this task automation work with the speckit-spec-kit structure?

Yes, this task automation works with projects adopting the speckit-spec-kit structure with .specify extensions and phase-driven execution. It enables checks, hooks, and progress tracking to consistently execute the task plan described in tasks.md.

What are the limitations of automating tasks with a phase-driven execution process?

Automating tasks with a phase-driven execution process requires a predefined task plan in tasks.md and adoption of the speckit-spec-kit structure. Without these inputs and .specify extensions, the orchestration, validation checkpoints, and TDD workflow enforcement cannot function.