speckit-implement

Parse tasks.md and execute task plans in defined order.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/fly-eng/yzh --skill speckit-implement-fly-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/fly-eng/yzh/tree/main/.kimi/skills/speckit-implement
Command: npx skills add https://github.com/fly-eng/yzh --skill speckit-implement-fly-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires powershell.

What problem does it solve?

Speckit-implement automates translating a formal task plan into an orderly, executable workflow, reducing manual coordination and human error.

Core Features & Use Cases

  • Plan-driven execution: Parses tasks.md and executes tasks in the defined order with respect to dependencies and phase sequencing.
  • Pre-execution validation: Runs prerequisite checks and evaluates extension hooks to ensure safe startup and predictable results.
  • Execution trace & reporting: Tracks progress, records outcomes, and updates the task state for auditability and continuous improvement.

Quick Start

Provide the tasks.md with a complete plan and run the speckit-implement workflow to execute all tasks in order.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate executing a task plan from a markdown file?

Automating task plan execution requires parsing a well-formed tasks.md file to run sequential phases like setup, tests, and integration. This workflow validates prerequisites and executes tasks in the defined order to reduce manual coordination.

What files do I need to run a spec-kit implementation workflow?

Running a spec-kit implementation workflow requires a tasks.md file containing the plan and a plan.md defining architecture. Optional data-model, contracts, and research files enhance context, while the system validates these prerequisites before execution.

Can I execute spec-kit task plans using PowerShell?

Executing spec-kit task plans using PowerShell is fully supported, as it is a required dependency. The workflow uses PowerShell to parse the tasks.md outline and automate the end-to-end execution of setup, core, and polish phases.

How does automated task execution handle phase sequencing and dependencies?

Automated task execution handles phase sequencing by parsing tasks.md and running tasks according to their defined dependencies. It ensures safe startup through pre-execution validation and records outcomes for auditability.

What is the best way to track progress when running automated task plans?

Tracking progress during automated task plan execution is handled natively through an execution trace. The system records outcomes and continuously updates the task state in tasks.md, providing auditability for the entire workflow.

Why does automated task plan execution fail before starting?

Automated task plan execution fails before starting if pre-execution validation detects missing prerequisites or a malformed tasks.md file. The system evaluates extension hooks and required files like plan.md to ensure safe startup and predictable results.