speckit-implement

Execute tasks from tasks.md across setup, tests, core, integration, and polish phases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute and coordinate the comprehensive implementation workflow by processing and executing all tasks defined in tasks.md, transforming planning into tangible progress.

Core Features & Use Cases

  • Orchestrates task execution across setup, tests, core, integration, and polish phases.
  • Enforces sequential and parallel execution rules with a TDD-first approach.
  • Handles extension hooks checks, checklists, and plan/task parsing to validate progress.

Quick Start

Run the implementation plan by reading tasks.md and plan.md, then execute the 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 task execution from a project implementation plan?

Automate task execution by processing tasks.md and plan.md to orchestrate sequential phases including setup, tests, core, integration, and polish. It enforces dependencies and a TDD-first approach to transform planning into tangible progress.

What is a spec-kit style workflow for task orchestration?

A spec-kit style workflow uses .specify extensions, checklists, and plan.md/docs to define project tasks. Orchestration parses these files to validate progress, enforce sequential dependencies, and handle post-implementation hooks checks.

How do I execute tasks defined in tasks.md across different project phases?

Execute tasks defined in tasks.md by parsing the file alongside plan.md and optional data-model/docs. The automation enforces sequential and parallel execution rules across setup, tests, core, integration, and polish phases using a TDD approach.

Does this task automation enforce a test-driven development approach?

Yes, task automation enforces a TDD-first approach when executing the implementation plan. It coordinates execution across phases, handles extension hooks checks, and validates progress to ensure tests are prioritized during implementation.

Can I use this implementation orchestration for projects without .specify extensions?

No, this orchestration applies specifically to projects following a spec-kit style workflow with .specify extensions, checklists, and plan.md/docs. It relies on these structures to parse tasks, enforce dependencies, and handle post-implementation hooks.

What's the best way to handle post-implementation hooks and ignore-file creation during task execution?

Handle post-implementation hooks and ignore-file creation through automated orchestration of tasks.md. The workflow validates progress, enforces sequential dependencies, and automatically manages extension hooks checks and ignore-file creation during execution.