speckit-implement

Orchestrate repository implementation tasks defined in tasks.md and plan.md.

1|1|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/erikalira/python-tts --skill speckit-implement-erikalira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/erikalira/python-tts/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/erikalira/python-tts --skill speckit-implement-erikalira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured framework to execute a predefined implementation plan by orchestrating tasks defined in tasks.md and validating prerequisites, enabling reproducible, auditable progress in complex repository work.

Core Features & Use Cases

  • Orchestrates task execution based on a plan.md and tasks.md, coordinating setup, tests, core development, integration, polish, and validation.
  • Validates prerequisites, checks for extension hooks, and reports progress, enabling safe, modular implementation in multi-phase projects.
  • Use case: you want to systematically implement a feature by following a formal plan, ensuring dependencies, tests, and documentation are updated in lockstep.

Quick Start

Run the speckit-implement workflow to read tasks.md and plan.md, validate prerequisites, and execute tasks in 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 task execution for a complex development plan?

Automating task execution for a development plan requires orchestrating tasks defined in tasks.md against a formal plan.md. This validates prerequisites and coordinates setup, testing, coding, and integration in structured phases.

What is the best way to manage dependencies and testing during repository implementation?

Managing dependencies and testing during repository implementation is handled through structured task sequencing. The process enforces inline tests before implementation and validates prerequisites to ensure safe, modular progress across phases.

How do I execute tasks from tasks.md and plan.md step-by-step?

Executing tasks from tasks.md and plan.md step-by-step involves reading the files, validating prerequisites, checking for extension hooks, and running tasks in order. Progress is reported through validation checkpoints.

Can I implement features systematically while ensuring documentation is updated in lockstep?

Yes, you can implement features systematically while ensuring documentation is updated in lockstep by orchestrating multi-phase task execution. This coordinates core development, integration, and validation to maintain auditable repository progress.

Do I need a formal plan.md and tasks.md to coordinate multi-phase development?

Yes, you need a formal plan.md and tasks.md to coordinate multi-phase development. These files define the structured task sequencing, dependencies, and setup required for safe, modular implementation across complex repository work.