speckit-adlc-tdd-validate

Analyze test suites to score quality and generate improvement plans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate test quality by analyzing test files, scoring quality, and surfacing actionable recommendations to improve your TDD workflow.

Core Features & Use Cases

  • Per-project test quality scoring with actionable recommendations
  • Compatibility with spec-kit project structure that uses a .specify directory
  • Generates a concise improvement plan and guidance for teams

Quick Start

Run the speckit-adlc-tdd-validate skill on your project to generate a quality analysis and actionable recommendations.

Frequently Asked Questions about speckit-adlc-tdd-validate

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

FAQPage Schema
How do I analyze test suite quality and get a score for my spec-kit project?

Test quality analysis scores your test suite and surfaces actionable improvements by validating frontmatter and checking scripts within your spec-kit .specify directory. It generates a concise quality report and improvement guidance for your TDD workflow.

What does test quality validation check for in multi-language test files?

Test quality validation checks multi-language test files by enforcing required frontmatter, supporting optional scripts and references, validating assets, and running safety checks on any included scripts to ensure comprehensive test suite coverage.

Can I use test quality scoring with my existing .specify directory structure?

Yes, test quality scoring is specifically designed for spec-kit style projects that use a .specify directory. It validates the required frontmatter and supports optional scripts, references, and assets within that existing structure.

How do I generate an improvement plan for my TDD workflow?

To generate a TDD improvement plan, run the validation analysis on your project. It quantifies test quality, surfaces actionable recommendations, and produces concise guidance to help your team improve testing practices.

What safety checks are enforced when validating test scripts?

Safety checks are enforced on optional scripts included in test files during validation. These checks run alongside frontmatter validation and asset verification to ensure scripts within the spec-kit structure meet safety requirements before generating the quality score.

Why does test quality analysis require specific frontmatter in test files?

Test quality analysis requires specific frontmatter to validate structural consistency across multi-language test files. This frontmatter ensures the validation tool can accurately parse, score, and generate actionable recommendations for your spec-kit project.