speckit-implement

Execute task lists from tasks.md into completed repository changes.

Updated May 22, 2026
One-click install
npx skills add https://github.com/yareliCamacho/AppCalendario --skill speckit-implement-yarelicamacho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/yareliCamacho/AppCalendario/tree/main/.cursor/skills/speckit-implement
Command: npx skills add https://github.com/yareliCamacho/AppCalendario --skill speckit-implement-yarelicamacho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a written implementation plan into completed repository work by guiding the AI through task-by-task execution, validation, and status tracking.

Core Features & Use Cases

  • Task-Driven Delivery: Reads the project plan and executes work in ordered phases.
  • Validation-Aware Workflow: Checks prerequisites, checklist status, and supporting project files before making changes.
  • Implementation Coordination: Handles setup, testing, core development, integration, and polish while marking completed tasks.
  • Use Case: A spec-kit project with an established tasks file can use this Skill to systematically implement features and keep progress aligned with the plan.

Quick Start

Use speckit-implement to complete the current project’s tasks.md plan from start to finish.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate implementation of a spec-kit project plan?

To automate spec-kit project implementation, you need a tasks.md file and plan.md to guide the AI through phased execution across setup, tests, core development, integration, and polish, applying validation checkpoints to produce completed repository changes.

How does task-driven project implementation work with validation checkpoints?

Task-driven implementation works by reading an ordered task list and executing work in phases. Validation checkpoints verify prerequisites, checklist status, and supporting project files before making changes to ensure deterministic and accurate repository updates.

What files do I need before starting phased execution of my project plan?

Before starting phased execution, you need a tasks.md file, a plan.md file, validation checkpoints, and ignore-file verification. These files support task marking and ensure the implementation plan is followed systematically.

Can I use task marking to track progress across setup, tests, and integration phases?

Yes, task marking tracks progress across setup, tests, core development, integration, and polish phases. It updates completed tasks in the tasks.md file to keep repository changes aligned with the established implementation plan.

Why does project implementation require ignore-file verification before making changes?

Ignore-file verification is required to prevent unintended repository changes. It checks supporting project files and prerequisites before executing tasks, ensuring the implementation workflow respects existing configurations and maintains deterministic execution.

What is the best way to execute a written implementation plan from start to finish?

The best way to execute a written implementation plan is through task-driven delivery that processes an ordered task list. It handles setup, testing, core development, integration, and polish while applying validation checkpoints to produce completed repository work.