speckit-implement

Execute structured implementation plans from tasks.md with environment setup and test execution.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/estaciolima/idle-improvement-game --skill speckit-implement-estaciolima
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/estaciolima/idle-improvement-game/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/estaciolima/idle-improvement-game --skill speckit-implement-estaciolima

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the complex process of executing a technical implementation plan, ensuring that tasks are performed in the correct order while maintaining project integrity and configuration standards.

Core Features & Use Cases

  • Task Orchestration: Executes sequential and parallel tasks defined in a project's tasks.md file.
  • Environment Guardrails: Automatically verifies and creates necessary ignore files (e.g., .gitignore, .dockerignore) based on the detected technology stack.
  • Use Case: When starting a new development phase, use this Skill to automatically set up the environment, run required tests, and execute the core implementation tasks while respecting project-specific hooks.

Quick Start

Use the speckit-implement skill to process all pending tasks defined in the 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 execution of a structured implementation plan?

To automate implementation plan execution, process your task lists sequentially or in parallel while enforcing project configuration standards. This ensures tasks are performed in the correct order and maintains repository health through automated ignore file management.

What is the best way to manage multi-phase development workflows automatically?

Managing multi-phase development workflows automatically involves executing tasks defined in a tasks.md file, handling environment setup, running tests, and developing core features. This approach validates project state through checklist verification at each phase.

How do I set up environment guardrails like .gitignore and .dockerignore automatically?

Setting up environment guardrails like .gitignore and .dockerignore automatically requires detecting the project's technology stack. The system then verifies and creates the necessary ignore files to maintain configuration standards and ensure consistent repository health.

Can I execute parallel tasks defined in a project tasks.md file?

Yes, you can execute both sequential and parallel tasks defined in a project's tasks.md file. Task orchestration processes these pending tasks while respecting project-specific hooks and enforcing configuration standards throughout the implementation.

How does checklist verification work for project implementation tasks?

Checklist verification for project implementation tasks validates the project state after executing structured plans. It ensures environment setup, test execution, and core feature development are completed correctly while maintaining repository health through automated ignore file management.

Do I need a specific tasks.md format to automate project setup and task execution?

Automating project setup and task execution requires a structured tasks.md file containing your implementation plan. The system processes these pending task lists to orchestrate multi-phase development workflows, environment setup, and test execution in the correct order.