speckit-implement

Execute speckit task plans across setup, tests, core, integration, and polish phases.

12|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/reason-healthcare/rh-skills --skill speckit-implement-reason-healthcare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/reason-healthcare/rh-skills/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/reason-healthcare/rh-skills --skill speckit-implement-reason-healthcare

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the execution of complete implementation plans by processing tasks defined in tasks.md and the supporting plan.md, coordinating setup, tests, core development, integration, and polish phases to deliver deterministic results.

Core Features & Use Cases

  • Orchestrates task-plan execution across setup, tests, core development, integration, and validation
  • Enforces dependency and parallel task rules, and performs TDD-style execution by running tests before corresponding implementation tasks
  • Validates progress, reports status after each phase, and handles extension hooks before and after execution

Quick Start

Invoke speckit-implement in the project root to execute the complete implementation plan defined in tasks.md and plan.md.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate end-to-end implementation plans from a task list?

You can automate end-to-end implementation plans by invoking the skill in your project root to execute the task plan defined in tasks.md and plan.md, coordinating setup, tests, core development, integration, and validation phases.

What is the best way to enforce task dependencies during automated project setup?

The best way to enforce task dependencies is to use a task management workflow that processes your tasks.md structure, applying dependency and parallel task rules to ensure deterministic execution across implementation phases.

Does automated implementation support TDD-style execution by running tests before core development?

Yes, automated implementation supports TDD-style execution by enforcing dependency rules and running tests before corresponding implementation tasks during the core development phase.

Can I use extension hooks for project setup verification and post-implementation tasks?

Yes, you can use extension hooks for project setup verification, ignore files, and post-implementation hooks, with progress reporting and error handling after each execution phase.

Do I need a specific file structure to automate implementation workflows?

Yes, you need a speckit task structure including tasks.md and plan.md, along with optional data-models, to automate execution and validate outcomes across implementation phases.