speckit-implement

Implement planned features in spec-kit projects using a test-driven workflow.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/pradeepmouli/lspeasy --skill speckit-implement-pradeepmouli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/pradeepmouli/lspeasy/tree/main/.github/skills/speckit-implement
Command: npx skills add https://github.com/pradeepmouli/lspeasy --skill speckit-implement-pradeepmouli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-implement provides a structured, automated approach to translate a task breakdown into a real feature by executing planned tasks in a spec-kit project, guided by test-driven development principles.

Core Features & Use Cases

  • Guided, plan-driven implementation that turns a task breakdown into concrete code and tests.
  • Enforces a sequential, dependency-aware execution flow across Setup, Tests, Core, Integration, and Polish phases.
  • Tracks progress and ensures tasks are validated against the original specifications, enabling repeatable, auditable delivery.

Quick Start

Provide the complete task breakdown file (tasks.md) to start the automated implementation workflow.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I implement features from a task breakdown using TDD?

You can implement planned features by feeding a complete tasks.md file into an automated workflow that executes Setup, Tests, Core, Integration, and Polish phases sequentially. Test-driven development principles guide the code generation and progress tracking.

What is dependency-aware task sequencing in plan-driven feature development?

Dependency-aware task sequencing ensures prerequisite tasks complete before downstream ones begin during feature implementation. This structured orchestration spans Setup, Tests, Core, Integration, and Polish phases to maintain reproducible progress tracking.

How do I automate TypeScript project setup from a task plan?

Automating TypeScript project setup from a task plan involves processing a tasks.md file to execute the Setup phase first. This establishes the foundational project structure before progressing into test generation and core implementation phases.

Can I use spec-kit for reproducible progress tracking in feature development?

Spec-kit enables reproducible progress tracking by validating automated implementation tasks against original specifications. It enforces a strict test-driven workflow across sequential phases, ensuring auditable delivery and structured task orchestration.

What are the limitations of automated TDD implementation from a task breakdown?

Automated TDD implementation from a task breakdown requires a complete predefined tasks.md file to function correctly. It is limited to plan-driven scenarios and cannot operate without structured task inputs for its sequential execution phases.