adlc-tdd-tasks

Detect language and framework, then generate hybrid TDD test tasks from spec.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parses language/framework and generates a hybrid TDD testing plan from spec-kit projects, turning complex specification into actionable tests.

Core Features & Use Cases

  • Detects language and test framework from the project structure and config.
  • Parses spec.md for user stories and Risk Register to shape test coverage.
  • Generates risk-based and increment-based tests and prepends a test plan for integration.
  • Outputs a concise summary and ready-to-append tasks.md entries to accelerate the RED→GREEN→REFACTOR workflow.

Quick Start

Run the skill on a spec-kit project to generate a language-detection plan and hybrid TDD test tasks from spec.md.

Frequently Asked Questions about adlc-tdd-tasks

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

FAQPage Schema
How do I generate TDD tests from a spec.md file?▼

To generate TDD tests from a spec.md file, you need a spec-kit project containing a .specify/ directory. This Skill parses your spec.md user stories and Risk Register to output actionable test tasks and a summary for your tasks.md file.

How does automated test generation handle language and framework detection?▼

Automated test generation detects the language and test framework directly from your project structure and configuration. It then applies this detection to shape a hybrid TDD testing plan tailored to your specific development environment.

Do I need a .specify/ directory to use automated TDD test generation?▼

Yes, a .specify/ directory is required for automated TDD test generation. The Skill specifically targets spec-kit projects that contain this directory alongside a spec.md file with user stories and a Risk Register.

What is the best way to turn a Risk Register into actionable test tasks?▼

The best way to turn a Risk Register into actionable test tasks is using risk-based TDD planning. This Skill parses risks from spec.md and generates hybrid test tasks that prepend a structured test plan directly into your tasks.md.

How do I create a hybrid TDD testing plan for user stories?▼

You create a hybrid TDD testing plan by parsing user stories from spec.md and applying increment-based and risk-based test generation. This outputs ready-to-append task entries that accelerate the RED, GREEN, REFACTOR workflow.