speckit-implement

Execute speckit-style task plans across setup, tests, development, integration, and polish phases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-implement provides a structured approach to executing a complete implementation plan by processing and running all tasks defined in tasks.md within a spec-kit project structure.

Core Features & Use Cases

  • Coordinates setup, tests, core development, integration, and polish phases from a single plan.
  • Enforces a test-first workflow, dependency-aware sequencing, and progress validation to ensure reliable delivery.
  • Supports pre- and post-implementation extension hooks to customize project workflows.

Quick Start

Load the complete speckit project plan by reading tasks.md and plan.md, then run the phased execution from setup through polish to deliver validated results.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate end-to-end task implementation workflows from a project plan?

You can automate end-to-end task implementation workflows by executing a predefined task plan against a project using dependency-aware sequencing, stepwise phase execution, and TDD guidance.

What is the best way to manage dependency-aware sequencing for software development phases?

Dependency-aware sequencing is managed by processing tasks defined in tasks.md and plan.md, ensuring phases like setup, tests, core development, integration, and polish execute in the correct order with progress validation.

How does test-first workflow guidance work during task orchestration?

Test-first workflow guidance enforces writing and validating tests before core development during task orchestration. This ensures reliable delivery by validating progress before moving through subsequent implementation phases.

Can I customize project workflows with pre- and post-implementation extension hooks?

Yes, you can customize project workflows using pre- and post-implementation extension hooks. These hooks allow you to inject custom checks and actions before and after the core implementation phases execute.

Do I need a .specify directory and plan.md to run phased execution?

Yes, you need a .specify directory and plan.md to run phased execution. The workflow applies to software projects using speckkit-style task definitions to coordinate setup, tests, development, integration, and polish.