speckit-implement

Execute implementation plans from tasks.md in spec-kit projects.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/TKlerx/webapp-template --skill speckit-implement-tklerx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/TKlerx/webapp-template/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/TKlerx/webapp-template --skill speckit-implement-tklerx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, spec-kit, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of implementation plans in spec-kit projects, streamlining the process of task execution and project setup verification.

Core Features & Use Cases

  • Automated Implementation: Process and execute tasks defined in tasks.md with minimal manual input.
  • Compatibility Check: Ensures the project structure is compatible with spec-kit, including the .specify/ directory.
  • Project Setup Verification: Verifies project ignore files and necessary configuration setups for a smooth workflow.
  • Task Parsing and Execution: Parses tasks.md for task phases, dependencies, and execution flow.
  • Progress Tracking: Tracks progress after each completed task, halting execution if necessary and suggesting next steps.
  • Completion Validation: Validates that all required tasks are completed and the implementation matches the specification.
  • Extension Hooks: Integrates with custom hooks defined in the project for additional checks or actions.

Quick Start

Execute the implementation plan by running the speckit-implement command within your spec-kit project directory.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate implementation plan execution in spec-kit projects?

To automate implementation plan execution in spec-kit projects, run the `speckit-implement` command within your project directory to parse tasks.md and automatically process the defined task list.

Does spec-kit project structure verification check for the .specify directory?

Yes, spec-kit project structure verification checks for the `.specify` directory to ensure compatibility. It also verifies project ignore files and necessary configuration setups for a smooth workflow.

How does task parsing handle dependencies and execution flow in tasks.md?

Task parsing in tasks.md identifies task phases, dependencies, and execution flow. It tracks progress after each completed task, halting execution if necessary and suggesting the next steps.

Can I add custom checks during spec-kit implementation?

Yes, you can add custom checks during spec-kit implementation by using extension hooks. The Skill integrates with custom hooks defined in the project for additional checks or actions.

What happens if a required task is not completed during implementation?

If a required task is not completed, completion validation ensures the implementation matches the specification by tracking progress, halting execution, and suggesting required next steps.

Do I need Python to run spec-kit implementation plans?

Yes, you need Python installed as a dependency to run spec-kit implementation plans. The Skill relies on Python and the spec-kit package to execute tasks and verify the project structure.