speckit-implement

Execute multi-phase implementation plans from tasks.md with dependency coordination.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/kimen-dev/kimen --skill speckit-implement-kimen-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/kimen-dev/kimen/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/kimen-dev/kimen --skill speckit-implement-kimen-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of complex project implementation plans, ensuring that tasks are performed in the correct order, dependencies are respected, and project-specific configurations are verified.

Core Features & Use Cases

  • Task Orchestration: Executes multi-phase implementation plans defined in tasks.md while managing sequential and parallel task dependencies.
  • Project Integrity: Automatically verifies project structure, initializes necessary ignore files (e.g., .gitignore, .dockerignore), and validates checklist completion before proceeding.
  • Use Case: Use this Skill to bootstrap a new feature implementation by automatically running prerequisite checks, validating your task list, and executing the development phases while ensuring all project-specific hooks are triggered.

Quick Start

Invoke the speckit-implement skill to begin executing the implementation plan defined in your current project directory.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate multi-phase project implementation and task execution?

Automated project implementation orchestrates multi-phase plans by coordinating task dependencies defined in tasks.md. It validates project structure, triggers prerequisite checks, and processes sequential development phases to ensure correct execution order.

What files do I need to set up before running automated task orchestration?

Automated task orchestration requires a structured project environment with a tasks.md file defining your implementation plan. An optional .specify/ directory provides extended configuration for full functionality during project setup and execution.

How does task dependency management work during sequential project setup?

Task dependency management coordinates sequential and parallel tasks by validating checklist completion before proceeding. It respects predefined execution order in tasks.md, ensuring prerequisite phases finish before dependent tasks start.

Can I use automated implementation to bootstrap a new feature with validation checks?

Automated implementation bootstraps new features by running prerequisite checks, validating task lists, and executing development phases. It verifies project integrity by initializing necessary ignore files like .gitignore and .dockerignore.

What project integrity checks are performed during automated workflow execution?

Project integrity checks verify project structure, initialize necessary ignore files including .gitignore and .dockerignore, and validate checklist completion. These checks ensure environment consistency before proceeding with sequential task processing.

Why does automated task execution stop before completing all development phases?

Automated task execution stops when checklist validation fails or project structure verification detects missing files. It pauses sequential processing to prevent dependency violations, ensuring all prerequisite phases complete before dependent tasks run.