speckit-implement

Execute implementation plans from tasks.md in Spec-Driven Development projects.

80|21|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/alfredoperez/speckit-companion --skill speckit-implement-alfredoperez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/alfredoperez/speckit-companion/tree/main/.cursor/skills/speckit-implement
Command: npx skills add https://github.com/alfredoperez/speckit-companion --skill speckit-implement-alfredoperez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of implementation plans, streamlining the process of executing tasks defined in tasks.md, ensuring that all steps are completed accurately and efficiently.

Core Features & Use Cases

  • Task Execution Automation: Process and execute all tasks defined in tasks.md.
  • Compatibility Check: Requires spec-kit project structure with .specify/ directory.
  • Pre-Execution Checks: Ensures all prerequisites are met before proceeding with implementation.
  • Implementation Execution Rules: Follows a structured execution flow that respects dependencies and provides progress tracking.

Quick Start

Run the 'speckit-implement' command to process and execute the implementation plan for your project.

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 from a markdown implementation plan?

Spec-Driven Development (SDD) is a methodology where implementation plans are defined by specifications before coding begins. This Skill automates SDD by reading tasks.md and executing the defined steps, ensuring the codebase adheres to the planned structure.

How do I automate task execution from a markdown implementation plan?

You can automate task execution by running a command that reads your tasks.md file and processes each step sequentially. This ensures all steps in your implementation plan are completed accurately while respecting dependencies and tracking progress.

Do I need a specific project structure to automate spec-driven development task execution?

Yes, you need a spec-kit project structure containing a .specify/ directory. The automation requires this specific setup to read the tasks.md file correctly and perform prerequisite checks before executing the implementation plan.

How does prerequisite checking work before executing an implementation plan?

Pre-execution checks verify that all dependencies and required conditions are met before proceeding with implementation. This structured execution flow ensures your project environment is fully compatible and ready for the automated task execution.

What is the best way to handle dependencies in a spec-driven development workflow?

The best way is using a structured execution flow that respects task dependencies defined in your tasks.md file. This automated approach processes tasks sequentially, ensuring prerequisite tasks are completed before moving to dependent ones.

Can I track progress when automating implementation plan execution?

Yes, the automated execution flow provides progress tracking as it processes tasks from your tasks.md file. This allows you to monitor the status of your implementation plan as each step is completed sequentially.