speckit-implement

Execute implementation plans from tasks.md with phase-driven tests-before-code workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-implement coordinates and executes a complete implementation plan by processing and executing all tasks defined in tasks.md, ensuring traceable progress and reproducible results.

Core Features & Use Cases

  • Phase-driven execution that coordinates Setup, Tests, Core, Integration, and Polish phases.
  • Pre-execution checks and extension-hooks handling to ensure project readiness and safe extension points.
  • Progress tracking, validation checkpoints, and a Test-Driven Development oriented workflow.

Quick Start

Run speckit-implement in a repository containing tasks.md and plan.md to execute the defined implementation plan and report progress.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I execute a task plan defined in tasks.md end-to-end?

To execute a task plan defined in tasks.md, you run the implementation coordinator in a repository containing tasks.md and plan.md to process all tasks phase-by-phase, ensuring traceable progress and reproducible results.

What phases does the implementation plan execution workflow cover?

The implementation plan execution workflow coordinates Setup, Tests, Core, Integration, and Polish phases, applying pre-execution checks, extension-hooks handling, and post-completion hooks to deliver a final status report.

Do I need a plan.md and tasks.md file to run the implementation plan execution?

Yes, you need a repository containing tasks.md and plan.md to run the implementation plan execution, as these files define the formal task plan and architecture plan required for phase-by-phase execution.

How does test-driven development workflow integrate with task plan execution?

Test-driven development workflow integrates with task plan execution by enforcing a tests-before-code sequence, applying validation checkpoints and progress tracking across each phase to ensure quality assurance.

Can I use extension hooks during the implementation plan execution?

Yes, the implementation plan execution evaluates extension hooks during pre-execution checks to ensure project readiness and safe extension points, handling dependencies and environment setup before processing tasks.

What is the best way to track progress when executing a multi-phase implementation plan?

The best way to track progress when executing a multi-phase implementation plan is to use a coordinator that applies validation checkpoints and generates a final status report, ensuring traceable progress across all phases.