speckit-implement

Execute tasks.md implementation plans with hooks and checklist validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the execution of a project's implementation plan by reading the defined tasks and orchestrating their completion, removing the need for manual coordination and checklist handling.

Core Features & Use Cases

  • Pre‑hook and post‑hook processing: Detects and runs extension hooks before and after implementation.
  • Checklist validation: Scans project checklists, halts on incomplete items, and prompts for confirmation.
  • Task orchestration: Parses tasks.md, respects dependencies, runs phases sequentially or in parallel, and updates task status.

Quick Start

Invoke the speckit-implement skill with an optional guidance argument to run the full implementation workflow.

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 tasks.md implementation plan?

You can automate task execution by invoking a skill that parses tasks.md, respects dependencies, and orchestrates phases sequentially or in parallel. It automatically updates task statuses and handles checklist validation.

What are implementation hooks and how do they work with spec-kit structured repositories?

Implementation hooks are custom scripts that run before or after task orchestration. The skill detects and runs these extension hooks automatically to ensure proper environment setup and post-execution cleanup.

How do I validate project checklists before running an implementation plan?

Checklist validation scans project checklists and halts execution on incomplete items, prompting for confirmation. This ensures all prerequisites are met before task orchestration begins.

Does the skill handle ignore file creation and dependency management during task orchestration?

Yes, the skill ensures proper ignore file creation and dependency handling while processing tasks. It manages these aspects automatically as part of the implementation workflow.

Can I run implementation phases sequentially or in parallel?

Yes, the skill parses tasks.md and runs phases either sequentially or in parallel, depending on the defined dependencies. This allows for flexible task orchestration across different project phases.

What happens if a checklist item is incomplete during task execution?

If a checklist item is incomplete, the skill halts execution and prompts for confirmation. This prevents proceeding with the implementation plan until all checklist requirements are satisfied.