speckit-implement

Execute Speckit task plans from tasks.md and plan.md with phased setup and tests-before-code workflows.

Updated May 20, 2026
One-click install
npx skills add https://github.com/igmo71/Myrmex --skill speckit-implement-igmo71
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/igmo71/Myrmex/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/igmo71/Myrmex --skill speckit-implement-igmo71

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end execution of a Speckit task plan by coordinating checks, prerequisites, and task execution steps within a repository.

Core Features & Use Cases

  • Orchestrates prerequisite checks, checklist status, and project setup verification before starting tasks.
  • Reads tasks.md and plan.md to drive phased development, tests-first workflow, and safe sequential execution.
  • Provides progress updates, error handling, and completion reporting with optional post-execution hooks.

Quick Start

Run the Speckit implement command to begin processing tasks defined in tasks.md and follow the on-screen prompts to proceed through phases.

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 in my repository?

Automate task execution by reading tasks.md and plan.md to drive phased development, tests-first workflows, and safe sequential or parallel task runs within your repository.

What is a tests-before-code workflow for orchestrated task plans?

A tests-before-code workflow enforces writing tests prior to implementation during phased setup, ensuring prerequisite checks and checklists pass before sequential task execution proceeds.

How do I run pre-execution checks and project setup verification before starting development tasks?

Run pre-execution checks to verify project setup, validate checklist status, and confirm prerequisites before orchestrating tasks, ensuring the repository environment is correctly configured for execution.

Can I use sequential and parallel task orchestration for phased development plans?

Sequential and parallel task orchestration coordinates complex phased development plans, executing dependent tasks in sequence while running independent tasks concurrently to optimize the overall workflow.

How does error handling work during automated task plan execution?

Error handling during task plan execution captures failures, halts unsafe operations, and provides progress updates, ensuring robust recovery and accurate completion reporting through post-execution hooks.

Do I need tasks.md and plan.md files to run automated implementation plans?

You need tasks.md and plan.md files in your repository, as these documents define the phased setup, checklists, and task orchestration sequence required for automated execution.