speckit-implement

Execute tasks from tasks.md with pre-checks and completion validation.

Updated May 3, 2025
One-click install
npx skills add https://github.com/dsuth10/Legends-of-Learning-4 --skill speckit-implement-dsuth10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/dsuth10/Legends-of-Learning-4/tree/main/.cursor/skills/speckit-implement
Command: npx skills add https://github.com/dsuth10/Legends-of-Learning-4 --skill speckit-implement-dsuth10

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spec-kit, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of implementation plans by processing and executing all tasks defined in tasks.md, ensuring compliance with project requirements.

Core Features & Use Cases

  • Pre-Implementation Checks: Verifies project structure and dependencies before execution.
  • Task Execution: Executes tasks in a defined order, respecting dependencies and conditions.
  • Progress Tracking: Reports progress after each task and halts execution on errors.
  • Completion Validation: Ensures all tasks are completed and features are implemented as specified.

Quick Start

Run the speckit-implement skill to execute the implementation plan for your project.

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 plan execution for tasks defined in a markdown file?

Automate implementation plan execution by processing tasks defined in tasks.md, running pre-checks for project structure and dependencies, and validating completion. The Skill executes tasks in a defined order, respects dependencies, and halts on errors.

Do I need a spec-kit project structure to execute tasks in a defined order?

Yes, executing tasks in a defined order requires a spec-kit project structure and a .specify/ directory. Pre-implementation checks verify these dependencies before proceeding with any task execution.

What happens when task execution encounters an error during implementation plan automation?

When task execution encounters an error, progress tracking halts the implementation plan automation immediately. This prevents subsequent tasks from executing until the error is resolved and completion is validated.

How do I validate that all project tasks are completed and features are implemented as specified?

Validate task completion by running the implementation automation, which checks that all tasks in tasks.md are executed and features are implemented as specified. Completion validation ensures full project requirements compliance.

What's the best way to track progress while executing an implementation plan?

Track progress during implementation plan execution by relying on the built-in reporting mechanism, which outputs progress after each task. This provides real-time visibility into task execution and dependency resolution.