speckit.implement

Execute tasks from tasks.md in dependency-aware phase order.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end execution of a predefined plan by reading tasks.md and executing each task according to dependencies and phase order.

Core Features & Use Cases

  • Parses tasks.md into structured phases (Setup, Tests, Core, Integration, Polish) with dependency-aware sequencing.
  • Guides execution with a test-first approach, marking tasks as completed as they are finished, and reporting progress.
  • Validates completion against the plan and provides clear next steps when issues arise.

Quick Start

Load the speckit plan from tasks.md in the repo root and execute all tasks in the correct, dependency-aware order.

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 tasks defined in a markdown implementation plan?

You can automate end-to-end task execution by parsing tasks.md into structured phases like Setup, Tests, Core, Integration, and Polish, running each task with dependency-aware sequencing to ensure reproducible results.

What is phase-based task execution for project management workflows?

Phase-based task execution is a model that processes implementation plans by grouping tasks into Setup, Tests, Core, Integration, and Polish stages, enforcing dependency-aware sequencing and completion validation against the specified plan.

How do I execute tasks from tasks.md in dependency-aware order?

Load the specification plan from tasks.md in your repository root to parse and execute all tasks in the correct dependency-aware order, marking tasks as completed as they finish and reporting progress.

Can I use a test-first approach when running an automated project workflow?

Yes, this automated workflow guides execution with a test-first approach, processing tasks through structured phases and validating completion against the plan to provide clear next steps when issues arise.

Does automated task execution work with phase-driven project repositories?

Yes, automated task execution applies to project repositories that describe implementation plans via tasks.md, enabling phase-driven workflows with setup, tests, core, integration, and polish stages for reproducible results.

What happens when task completion validation fails during automated execution?

When completion validation fails against the specified plan, the execution model reports progress and provides clear next steps to resolve the dependency-aware sequencing or phase execution issues.