speckit-implement

Automates execution of a speckit implementation plan from tasks.md with phased, test-first workflows.

9|4|Updated May 13, 2025
One-click install
npx skills add https://github.com/opsmill/infrahub-mcp --skill speckit-implement-opsmill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/opsmill/infrahub-mcp/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/opsmill/infrahub-mcp --skill speckit-implement-opsmill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-implement automates the execution of a Speckit implementation plan by processing the tasks defined in tasks.md and coordinating a disciplined, phase-based workflow that ensures traceability and reproducibility.

Core Features & Use Cases

  • Orchestrates phase-based task execution with strict sequencing and support for parallel tasks.
  • Enforces a test-first approach by aligning tests to their corresponding implementation tasks.
  • Tracks progress, performs validation checkpoints, and coordinates extension hooks for auditability and extensibility.

Quick Start

Provide a speckit-implement workflow on your project to begin executing the tasks.md plan.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate execution of a phased implementation plan from a tasks.md file?

You can automate implementation plan execution by reading tasks.md to coordinate phased work, enforcing strict task sequencing, test-driven development, and progressive validation checkpoints throughout the workflow.

What is the best way to enforce test-driven development during task orchestration?

Test-driven development is enforced by aligning tests directly to their corresponding implementation tasks, ensuring tests are written and validated before core development begins within the orchestrated workflow.

Can I run parallel tasks while maintaining strict sequencing in a phase-based workflow?

Yes, phase-based task orchestration supports strict sequencing between dependent tasks while allowing parallel tasks to execute concurrently where no dependencies exist, ensuring both traceability and throughput.

How does task state tracking work during end-to-end implementation?

Task state tracking monitors progress across setup, tests-before-code, core development, integration, polish, and after-implementation hooks, providing validation checkpoints and audit trails for each phase.

When do I need extension hooks in an automated implementation workflow?

Extension hooks are needed when your implementation plan requires custom after-implementation checks or auditability, allowing you to coordinate additional validation steps after core phased work is complete.

Does speckit-implement work without external dependencies for orchestrating implementation plans?

Yes, speckit-implement operates with no external dependencies, using only your project's tasks.md file to orchestrate the full end-to-end implementation plan with built-in task state tracking and validation.