speckit-implement

Execute spec-kit implementation tasks with compliance checks and post-implementation hooks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of tasks defined in a spec-kit project's tasks.md file, significantly reducing manual effort required for implementation and verification.

Core Features & Use Cases

  • Task Execution: Process and execute all tasks defined in tasks.md.
  • Pre-Implementation Checks: Verify project requirements and checklists.
  • Technical Verification: Validate ignore files and technical configurations.
  • Progress Tracking: Report progress after each task completion.
  • Completion Validation: Confirm all tasks are completed according to the plan.
  • Post-Implementation Hooks: Execute optional or mandatory hooks after completion.

Quick Start

Run speckit-implement to start the implementation process.

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 in a spec-kit project?

Automate task execution in a spec-kit project by running a command that processes all tasks defined in the tasks.md file. This validates technical configurations and executes implementation steps automatically.

What is a spec-kit implementation plan and how does it work?

A spec-kit implementation plan defines technical tasks in a tasks.md file within a .specify directory. It works by executing those tasks sequentially while checking project specifications and reporting progress after each completion.

Do I need a specific directory structure to verify project specifications?

Yes, project specification verification requires a spec-kit project structure with a .specify directory. This structure must contain specific task definitions to validate ignore files and technical configurations properly.

Can I run conditional task automation and post-implementation hooks?

Conditional task automation supports executing tasks selectively based on defined criteria. Post-implementation hooks can be configured as optional or mandatory actions that execute automatically after all implementation tasks are completed.

What is the best way to track implementation progress and validate completion?

Track implementation progress through automatic reporting after each task completion. Validate final completion by confirming all tasks are finished according to the plan, ensuring full technical compliance with project specifications.

Why does task automation fail when technical compliance checks are missing?

Task automation fails when pre-implementation checks cannot verify project requirements or validate ignore files. Technical compliance requires proper spec-kit configurations to ensure tasks execute according to project specifications.