speckit-implement

Execute tasks.md phases with test-driven validation and dependency ordering.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/omerkllm/edris-antigravity --skill speckit-implement-omerkllm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/omerkllm/edris-antigravity/tree/main/.cursor/skills/speckit-implement
Command: npx skills add https://github.com/omerkllm/edris-antigravity --skill speckit-implement-omerkllm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SpeckKit-implemented automation helps teams translate an implementation plan into an actionable task execution flow, coordinating checks, run orders, and validation.

Core Features & Use Cases

  • Orchestrates task phases (Setup, Tests, Core, Integration, Polish) and resolves dependencies.
  • Reads and validates a tasks.md and plan.md to enforce phase-by-phase execution with a test-driven approach.
  • Provides progress updates and comprehensive reports to guide project leadership.

Quick Start

Run speckit-implement to start executing the documented plan and monitor results

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate task execution for multi-phase software projects?

To automate task execution for multi-phase software projects, you can orchestrate documented plans by reading tasks.md and plan.md files to enforce phase-by-phase execution with strict dependency ordering. This prevents partial execution and validates progress.

What is the best way to enforce a test-driven approach during project execution?

To enforce a test-driven approach during project execution, you orchestrate tasks by executing the Tests phase before core development. This ensures prerequisites are managed and progress is validated before subsequent phases run.

How do I resolve dependencies and execution ordering for a phased workflow?

Resolving dependencies and execution ordering for a phased workflow involves orchestrating tasks across Setup, Tests, Core, Integration, and Polish phases. The system prevents partial execution by validating prerequisites and extension hooks before moving to the next phase.

Can I use a checklist to prevent partial execution of software development tasks?

Yes, you can use a checklist to prevent partial execution of software development tasks by validating progress against a tasks.md file. The system enforces strict execution ordering and checks prerequisites before allowing phase completion.

Does task automation work with a tasks.md file for project execution?

Task automation works directly with a tasks.md file for project execution by reading and validating it alongside plan.md. This enforces phase-by-phase execution and provides comprehensive progress reports to guide project leadership.