speckit-implement

Execute tasks.md plans sequentially or in parallel with tests-before-code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit Implement automates end-to-end execution of an implementation plan by reading tasks.md and running each task in the defined order, ensuring repeatable and auditable progress.

Core Features & Use Cases

  • Orchestrates setup, tests, core development, integration, and polish phases according to a task plan.
  • Enforces dependency ordering, supports parallel task execution, and adheres to a test-first approach to verify contracts before code.
  • Use case: In a repo with a detailed tasks.md, this skill will execute the plan, report progress, and update the tasks file with completed items.

Quick Start

Run speckit-implement to process tasks.md and start executing the 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 task execution from a markdown plan?

Automating task execution from a markdown plan involves reading a tasks.md file and running each defined task sequentially or in parallel. This skill processes the plan, enforces dependency ordering, and updates the file with completed progress for repeatable workflows.

Can I enforce a test-first development approach during pipeline orchestration?

Yes, you can enforce a test-first development approach during pipeline orchestration. The execution flow verifies contracts and runs tests before writing core code, ensuring validation checkpoints are met before implementation phases proceed.

Does this automation tool support parallel task execution and dependency management?

Yes, this automation tool supports both parallel task execution and dependency management. It orchestrates setup, tests, core development, integration, and polish phases while strictly adhering to dependency ordering defined in the task plan.

What do I need to set up before running automated implementation plans?

Before running automated implementation plans, you need an existing repository containing a detailed tasks.md file structured as a Speckit plan. No external dependencies are required, but the task plan must define phases, tasks, and validation checkpoints.

How do I track progress when executing a multi-phase development plan?

To track progress when executing a multi-phase development plan, the automation reads the tasks.md file, executes tasks in defined order, and automatically updates the file with completed items. This provides repeatable and auditable progress tracking throughout the workflow.

Can I add custom hooks after completing an orchestrated task pipeline?

Yes, you can add custom hooks after completing an orchestrated task pipeline. The execution workflow supports optional extension hooks after completion, allowing you to tailor the post-execution workflow to specific project requirements.