adlc-spec-implement

Execute tasks.md into a phase-based implementation plan within spec-kit projects.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/chaimt/GarminShabbatMode --skill adlc-spec-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adlc-spec-implement
Source: https://github.com/chaimt/GarminShabbatMode/tree/main/.cursor/skills/adlc-spec-implement
Command: npx skills add https://github.com/chaimt/GarminShabbatMode --skill adlc-spec-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute the implementation plan by processing and executing all tasks defined in tasks.md.

Core Features & Use Cases

  • Orchestrates phase-based execution covering Setup, Tests, Core, Integration, and Polish by interpreting tasks.md.
  • Enforces task dependencies and allows parallel execution where possible, with real-time progress reporting and error handling.
  • Integrates with spec-kit workflows, including pre/post extension hooks and automated quality gates for validation.

Quick Start

Initialize your spec-kit project and run this skill to begin processing tasks.md into an executable implementation plan.

Frequently Asked Questions about adlc-spec-implement

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

FAQPage Schema
How do I automate task execution from tasks.md in a spec-kit project?

You can automate task execution from tasks.md by orchestrating multi-phase execution that parses the file to coordinate Setup, Tests, Core, Integration, and Polish phases with dependency-driven sequencing.

What is specification-driven implementation and how does it enforce task dependencies?

Specification-driven implementation automates end-to-end execution by parsing tasks.md and plan.md to enforce task dependencies, allowing parallel execution where possible while maintaining real-time progress reporting and error handling.

Do I need a .specify directory to run automated quality gates and post-implementation hooks?

Yes, a .specify directory with associated artifacts like tasks.md and plan.md is required to guide automated work, apply validation via quality gates, and execute post-implementation extension hooks.

Can I align TDD workflows with asynchronous task delegation in spec-kit?

Spec-kit workflows support TDD alignment and asynchronous task delegation by interpreting tasks.md to sequence dependencies and coordinate multi-phase execution with real-time progress reporting.

What's the best way to coordinate phase-based execution covering Setup, Tests, Core, Integration, and Polish?

The best way to coordinate phase-based execution is to parse tasks.md to orchestrate these specific phases sequentially, enforcing dependencies while applying automated quality gates for validation between each phase.

Why does task execution fail when dependencies in tasks.md are not sequenced correctly?

Task execution fails because specification-driven implementation enforces strict dependency-driven sequencing from tasks.md, preventing out-of-order execution and halting the workflow if prerequisite tasks are incomplete.