speckit-implement

Execute tasks.md plans with phase-based workflows and TDD-style validation.

Updated Nov 23, 2023
One-click install
npx skills add https://github.com/auleewilliams/Skillscape --skill speckit-implement-auleewilliams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/auleewilliams/Skillscape/tree/main/.claude/skills/speckit-implement
Command: npx skills add https://github.com/auleewilliams/Skillscape --skill speckit-implement-auleewilliams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to automatically translate a formal implementation plan into concrete tasks by reading and executing the defined tasks.md. It ensures that every step is considered, sequenced, and validated against the plan, reducing manual coordination and drift.

Core Features & Use Cases

  • Reads tasks.md to extract the complete task list, phases, and dependencies.
  • Performs pre-execution checks, checklist validation, and phase-based execution with a TDD-style approach.
  • Tracks progress, reports status after each phase, and handles errors with clear remediation steps.

Quick Start

Run speckit-implement to execute the tasks.md plan and apply the implementation phases in order.

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 from a markdown implementation plan?

Automating task execution from a markdown implementation plan involves parsing a tasks.md file to extract phases and dependencies, then executing them sequentially. This Skill reads your plan, applies pre-execution checks, and validates tasks using a TDD-style approach.

What is phase-based workflow automation for project planning?

Phase-based workflow automation for project planning is the process of sequencing tasks according to a formal plan structure. It parses tasks.md to determine execution phases, reads optional data-model.md and contracts, and provides progress tracking with completion reporting after each phase.

How do I execute tasks defined in a formal tasks.md plan?

To execute tasks defined in a formal tasks.md plan, run the automation Skill to parse the structure and apply implementation phases in order. It automatically handles pre-execution checks, validates dependencies, and reports progress status throughout the workflow.

Can I use TDD-style validation when automating a project workflow?

Yes, you can use TDD-style validation when automating a project workflow. This Skill integrates test-driven development validation into its phase-based execution, ensuring every task defined in your tasks.md plan is verified and sequenced correctly before moving to the next phase.

What prerequisites do I need for automated plan reading and task execution?

For automated plan reading and task execution, you need a project organized with a formal plan containing tasks.md and plan.md files. Optional inputs include data-model.md, contracts directories, and research docs, which the Skill parses to determine phases and dependencies.

How does error handling work during automated task implementation?

Error handling during automated task implementation provides clear remediation steps when execution fails. The Skill tracks progress, reports status after each phase, and identifies specific issues in your tasks.md workflow, ensuring you can resolve errors without losing your place in the plan.