speckit-implement

Execute implementation plans from tasks.md and plan.md with phase-based orchestration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically executes the implementation plan by processing and executing all tasks defined in tasks.md.

Core Features & Use Cases

  • Pre-execution checks for extensions and prerequisites.
  • Structured task orchestration from tasks.md and plan.md with phase-based execution.
  • TDD-oriented workflow with tests before code and progress tracking.

Quick Start

Load the implementation plan by loading tasks.md and plan.md, validate prerequisites, and begin executing the plan step by step.

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 markdown files?

Automating end-to-end implementation plans requires parsing tasks.md and plan.md to orchestrate phase-based execution. The Skill validates prerequisites, interprets execution strategies, and produces structured progress and results.

What is phase-based task orchestration in development automation?

Phase-based task orchestration is structuring execution into validated stages using dependency rules. It processes pre-defined tasks sequentially, checking prerequisites before executing each phase.

Can I enforce a test-first development workflow automatically?

Yes, you can enforce a test-first development workflow by applying a TDD-oriented execution strategy. The automation orchestrates tasks to write tests before code and tracks progress throughout.

How do I validate prerequisites before executing a staged development plan?

Validating prerequisites involves running pre-execution checks for extensions and dependencies before starting staged execution. This ensures the environment meets requirements defined in the implementation plan.

What is the best way to track progress during automated task orchestration?

Tracking progress during automated task orchestration is handled by producing structured progress outputs after each execution phase. This monitors the step-by-step completion of tasks defined in the plan.