speckit-implement

Execute tasks.md-driven implementation plans with dependency and parallel-task rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end execution of a project implementation plan by processing and enforcing a tasks.md-driven workflow.

Core Features & Use Cases

  • Orchestrates setup, tests, core development, integration, and polish phases according to a formal task plan.
  • Validates prerequisites, loads tasks, assesses dependencies, and tracks progress with clear status updates.
  • Supports extension hooks before and after implementation for custom automation and safety checks.

Quick Start

Initialize the speckit-implement workflow by loading tasks.md and running the implement command to start executing the plan.

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 a project implementation plan from a tasks.md file?

Automating project implementation from a tasks.md file is done by loading the plan and running an execute command that enforces phase-by-phase execution. This workflow coordinates setup, checks, and task tracking with dependency and parallel-task rules.

What is a speckit-style task breakdown for software project execution?

A speckit-style task breakdown is a formal project plan that structures implementation into distinct phases like setup, tests, core development, integration, and polish. It enables automated workflow enforcement by defining task dependencies and validation requirements.

How do I execute software implementation phases in dependency order?

Executing software implementation phases in dependency order requires a workflow that assesses task dependencies and enforces parallel-task rules. The automation validates prerequisites, loads tasks, and coordinates phase execution based on the formal task plan.

Can I add custom automation hooks before or after a task execution phase?

Adding custom automation hooks before or after task execution phases is supported through pre and post extension hooks. These hooks allow you to inject custom safety checks and automation logic during the phase-by-phase implementation workflow.

Does automated project execution validate prerequisites before running setup phases?

Automated project execution validates prerequisites before running setup phases by performing project-setup verifications. It checks the environment, loads tasks from the tasks.md file, and ensures all requirements are met before starting the implementation.

How do I track progress and status updates during automated implementation execution?

Tracking progress during automated implementation execution is handled through comprehensive progress reporting with clear status updates. The workflow monitors task completion across each phase, validates tasks, and reports status throughout the end-to-end execution.