speckit-implement

Coordinate multi-phase software implementation tasks from tasks.md with TDD and validation checkpoints.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/alansmello/Amani_ImportadosERP --skill speckit-implement-alansmello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/alansmello/Amani_ImportadosERP/tree/main/.cursor/skills/speckit-implement
Command: npx skills add https://github.com/alansmello/Amani_ImportadosERP --skill speckit-implement-alansmello

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate end-to-end software implementation tasks defined in tasks.md to ensure disciplined execution, traceability, and quality gates.

Core Features & Use Cases

  • Parses tasks.md to extract a multi-phase plan (Setup, Tests, Core, Integration, Polish) and coordinates execution.
  • Enforces sequential and parallel task execution rules, applying a strict TDD approach by running tests before corresponding code changes.
  • Manages pre/post-execution hooks, progress reporting, and validation checkpoints to ensure alignment with the plan.

Quick Start

Run the speckit-implement skill to execute the tasks.md plan within your repository.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I execute multi-phase software implementation tasks defined in tasks.md?

To execute tasks.md implementation plans, you need a coordinator that parses multi-phase task plans and enforces sequential or parallel execution rules with quality gates for disciplined project-management and task-execution.

What is test-driven development workflow automation for project management?

Test-driven development workflow automation coordinates software implementation by running tests before corresponding code changes, managing pre and post-execution hooks, and validating checkpoints against a defined task plan.

Do I need a specific project structure to automate task execution with phase boundaries?

Yes, automating task execution with phase boundaries requires a repository following a SpeckKit-style task plan defined in tasks.md, ensuring clear dependency rules and distinct setup, tests, core, integration, and polish phases.

How do I enforce test-driven development rules before writing core code?

Enforce test-driven development rules by coordinating tasks through a strict TDD approach that runs tests before corresponding code changes, applying quality gates and dependency rules defined in your multi-phase execution plan.

What is the best way to manage progress reporting and validation checkpoints during software implementation?

Managing progress reporting and validation checkpoints requires coordinating end-to-end software implementation tasks via a structured task plan that applies pre and post-execution hooks to ensure alignment with project requirements.