speckit-implement

Orchestrate spec-driven project implementation by parsing tasks.md and plan.md.

Updated Sep 24, 2025
One-click install
npx skills add https://github.com/AhmedHassaan-7OS/money_follow --skill speckit-implement-ahmedhassaan-7os
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/AhmedHassaan-7OS/money_follow/tree/main/project_disc/.agents/skills/speckit-implement
Command: npx skills add https://github.com/AhmedHassaan-7OS/money_follow --skill speckit-implement-ahmedhassaan-7os

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-implement orchestrates end-to-end implementation workflows by translating a specification into executable tasks and coordinating their execution.

Core Features & Use Cases

  • Coordinates setup, tests, core development, integration, and polish phases from a single plan.
  • Enforces task dependencies and supports parallel tasks, with TDD-driven testing preceding implementation.
  • Provides progress updates, error handling, and extension hook support for post-execution actions.

Quick Start

Initialize speckit-implement to process tasks.md and execute the plan according to the project spec.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate spec-driven software development from a project plan?

Spec-driven software development is automated by parsing tasks.md and plan.md files, translating formal specifications into executable tasks, and coordinating phase execution. The orchestration enforces task dependencies while marking parallelizable steps to streamline implementation.

What is spec-driven implementation orchestration?

Spec-driven implementation orchestration coordinates end-to-end project execution by translating a formal plan into ordered tasks. It manages setup, tests, core development, integration, and polish phases while enforcing dependencies and reporting progress.

How do I enforce task dependencies and parallel execution in a software project setup?

Task dependencies and parallel execution are enforced by parsing formal plan documents to identify sequential and parallelizable steps. The orchestrator coordinates phase execution, ensuring tests precede implementation and dependent tasks execute in correct order.

Can I run TDD-driven testing before core development using a tasks.md file?

TDD-driven testing is supported before implementation by orchestrating phase execution from tasks.md. The workflow enforces test phases to run prior to core development, ensuring spec requirements are validated before functional code is written.

Does spec-driven project orchestration work without external dependencies?

Spec-driven project orchestration works without external dependencies, relying solely on parsing tasks.md and plan.md files. It independently loads necessary context, enforces task ordering, and reports progress and errors.

What are the limitations of automating software development phases through task orchestration?

Limitations include reliance on properly structured tasks.md and plan.md files for parsing. The orchestration requires clearly marked parallelizable steps and defined dependencies to function correctly, and errors halt progress if context loading fails.