speckit-implement

Execute phased software implementation plans from tasks.md and plan.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes the end-to-end implementation process by interpreting tasks.md and plan.md, orchestrating setup, tests, core development, integration, and polish.

Core Features & Use Cases

  • Orchestrates a phased software implementation workflow from a formal task list and plan, including dependency management, sequential and parallel task execution, and a TDD-driven validation process.
  • Supports project-wide progress tracking, automated task marking, and extension hooks to customize steps.

Quick Start

Run the speckit-implement skill to perform the full implementation plan described in tasks.md and plan.md for the current 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 software implementation from a task list and plan?

You can automate software implementation by running a skill that interprets tasks.md and plan.md to orchestrate setup, tests, core development, integration, and polish phases sequentially or in parallel. It validates progress at checkpoints and automatically updates the tasks file upon completion.

What is TDD-inspired workflow automation for phased project execution?

TDD-inspired workflow automation enforces a test-driven validation process during structured phase execution. It interprets your formal task list to manage dependencies, execute tasks, and validate progress at checkpoints before recording completion in the original tasks file.

Can I execute parallel tasks and manage dependencies automatically during development?

Yes, automated implementation planning supports dependency management alongside both sequential and parallel task execution. It orchestrates the entire workflow from setup to polish by reading your plan.md and tasks.md, ensuring structured phase execution and automated progress tracking.

How do I track project-wide progress and automatically mark tasks as complete?

Project-wide progress tracking is handled by automatically marking tasks as complete in your tasks.md file. The automation validates progress at defined checkpoints throughout the implementation phases and records completion directly in the task list.

Do I need specific files to start automated software development planning?

Yes, you need a tasks.md and a plan.md file in your current project directory. The automation reads these formal documents to orchestrate the end-to-end implementation workflow, including setup, tests, core development, integration, and polish phases.

Can I customize steps in an automated implementation workflow?

Yes, the automated implementation workflow supports extension hooks to customize steps. This allows you to adapt the orchestrated setup, tests, core development, integration, and polish phases while maintaining the structured TDD-driven validation process.