speckit-implement

Execute implementation tasks from tasks.md with test-driven coordination.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/kamalsroor1/nest-scaffolding-crud-manager --skill speckit-implement-kamalsroor1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/kamalsroor1/nest-scaffolding-crud-manager/tree/main/.agent/skills/speckit-implement
Command: npx skills add https://github.com/kamalsroor1/nest-scaffolding-crud-manager --skill speckit-implement-kamalsroor1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end implementation of a defined task plan by parsing tasks.md, validating prerequisites, and orchestrating phase-driven execution with built-in testing and progression tracking.

Core Features & Use Cases

  • Orchestrates Setup, Tests, Core, Integration, and Polish phases based on a plan.
  • Enforces a test-driven approach: run tests before code and update tasks as completed.
  • Manages dependencies and parallelizable tasks, ensuring sequential coordination when required.
  • Generates progress reports and actionable error messages to guide debugging.
  • Supports project-structure-aware execution within a spec-kit environment.

Quick Start

Process tasks.md and execute the implementation plan within a spec-kit project to drive end-to-end execution.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate end-to-end implementation of a task plan from a markdown file?

Test-driven implementation requires running tests before writing code and updating task statuses as completed. This skill enforces this approach by validating tests initially and tracking progression throughout the execution lifecycle.

Does task orchestration support parallel execution or is it strictly sequential?

Task orchestration supports both parallelizable and sequential execution based on dependencies. The skill manages task dependencies to ensure sequential coordination when required while allowing parallel processing for independent tasks.

What prerequisites do I need to run automated task planning and execution in a spec-kit environment?

Running automated task planning requires a spec-kit project environment with a defined tasks.md file. The skill analyzes the project structure, validates prerequisites, and processes the implementation plan to coordinate execution within this environment.

How does automated implementation handle errors and report progress during module development?

Automated implementation handles errors by generating actionable error messages to guide debugging. It also produces progress reports throughout the execution phases to provide visibility into the module development status.