speckit-implement

Execute implementation tasks from tasks.md with dependency and TDD handling.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/smile95137a/kuji-admin-web --skill speckit-implement-smile95137a
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/smile95137a/kuji-admin-web/tree/main/.agents/skills/speckit-implement
Command: npx skills add https://github.com/smile95137a/kuji-admin-web --skill speckit-implement-smile95137a

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-implement provides an automated framework to execute a predefined implementation plan by processing all tasks defined in tasks.md, ensuring a structured, auditable, and repeatable rollout.

Core Features & Use Cases

  • Orchestrates task execution according to a plan, handling dependencies, sequential and parallel tasks, and TDD order.
  • Validates prerequisites, manages extension hooks, and tracks progress with clear error reporting and completion checks.
  • Useful for teams needing consistent, repeatable implementation workflows with detailed checkpoints and compliance with a task-driven approach.

Quick Start

Run the speckit-tasks workflow to generate the task list and execute the plan from setup to completion.

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 project management plan?▼

You can automate task execution by processing a predefined plan in tasks.md, which handles sequential and parallel task orchestration, dependency management, and test-driven development workflows automatically.

What is test-driven task orchestration for automated implementation?▼

Test-driven task orchestration is executing implementation tasks by enforcing a tests-before-code workflow, managing dependencies, and tracking progress with lifecycle checks and comprehensive reporting for structured project rollouts.

How do I execute tasks sequentially and in parallel based on a markdown plan?▼

You can execute tasks sequentially and in parallel by running an orchestration workflow that reads the defined dependencies in tasks.md and applies lifecycle checks to ensure structured, repeatable implementation.

Do I need a predefined tasks.md file to orchestrate an implementation plan?▼

Yes, you need a predefined tasks.md file containing the implementation plan. The orchestration workflow validates prerequisites and processes all defined tasks to ensure a structured, auditable rollout from setup to completion.

What's the best way to manage dependencies in a test-driven development workflow?▼

The best way to manage dependencies is using an automated orchestration framework that processes tasks.md, validating prerequisites and handling sequential, parallel, and TDD task ordering for comprehensive progress reporting.