speckit-implement

Execute software development tasks from tasks.md with dependency management.

34|2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/DengNaichen/Stet --skill speckit-implement-dengnaichen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/DengNaichen/Stet/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/DengNaichen/Stet --skill speckit-implement-dengnaichen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of complex development tasks defined in a project's task list, ensuring consistent implementation and adherence to technical specifications.

Core Features & Use Cases

  • Task Orchestration: Automatically processes tasks from a tasks.md file, respecting dependencies and parallel execution markers.
  • Project Guardrails: Verifies project structure, manages ignore files, and enforces checklist completion before starting implementation.
  • Use Case: When working on a new feature, use this Skill to systematically execute the implementation plan, ensuring all tests, core logic, and integration steps are completed in the correct order.

Quick Start

Use the speckit-implement skill to execute the current implementation plan defined in the project tasks file.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate software development task execution from a task list?

Automate software development task execution by parsing a tasks.md file to orchestrate phase-based implementation, manage dependencies, and verify project setup before coding begins. This ensures consistent execution of structured development workflows.

What is phase-based implementation for structured coding workflows?

Phase-based implementation systematically processes development tasks in a specific order by respecting dependency markers within a task list, ensuring prerequisite logic and tests are completed before subsequent integration steps execute.

Do I need a tasks.md file to automate project implementation?

Yes, you need a tasks.md file to automate project implementation. The Skill parses this required task list to coordinate development activities, while optional specification directories provide additional technical guidelines for project guardrails.

How do I manage dependencies and parallel execution markers in a development plan?

Manage dependencies and parallel execution markers by defining them within your tasks.md file. The automation Skill reads these structural markers to orchestrate task execution, ensuring dependent tasks wait while parallel tasks proceed simultaneously.

Can I enforce checklist completion before starting core logic implementation?

Yes, you can enforce checklist completion before starting implementation. The Skill applies project guardrails that verify project structure, manage ignore files, and require checklist completion to ensure technical specifications are met before coding.

What are the limitations of automating task orchestration for software development?

Automation of task orchestration requires a structured project setup containing a tasks.md file and depends on predefined dependency markers. It is limited to coordinating development activities and cannot generate task plans or write code without explicit task definitions.