speckit-checklist

Generate unit-test style checklists validating feature requirements from spec-kit artifacts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ --skill speckit-checklist-clockwork-temptation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-checklist
Source: https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ/tree/main/.agents/skills/speckit-checklist
Command: npx skills add https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ --skill speckit-checklist-clockwork-temptation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a structured, English-language unit-test style checklist to validate the quality of feature requirements described in specs, ensuring completeness, clarity, consistency, coverage, and traceability.

Core Features & Use Cases

  • Converts feature requirements into a set of checkable quality criteria (Completeness, Clarity, Consistency, Coverage, Measurability) expressed as checklist items.
  • Derives up to three clarifying questions when user input is ambiguous to focus the checklist content.
  • Reads feature context from spec.md, plan.md, and tasks.md inside the .specify/ directory and generates domain-based checklists under checklists/.
  • Follows a canonical template with CHK IDs and traceability references, ensuring each item references spec sections and includes evaluation criteria.

Quick Start

Consider the user input and, if present, derive clarifying questions before generating the checklist.

Frequently Asked Questions about speckit-checklist

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

FAQPage Schema
How do I generate a test-ready checklist from feature requirements?

To generate a test-ready checklist, the skill parses feature context from spec.md, plan.md, and tasks.md files, producing categorized checklist items with traceability references. It converts feature requirements into structured quality criteria for validation.

What is a spec-kit checklist and how does it validate requirements?

A spec-kit checklist is a structured set of unit-test style criteria that validates requirements completeness, clarity, consistency, coverage, and measurability. It applies canonical templates with traceability references to ensure each item maps back to spec sections.

How do I create quality validation checklists for the .specify directory structure?

You create quality validation checklists by reading feature context from spec.md, plan.md, and tasks.md within the .specify directory structure. The generated checklists are stored under checklists/ organized by domain.

Can I use this checklist generator with ambiguous feature requirements?

Yes, you can use this checklist generator with ambiguous feature requirements. It derives up to three clarifying questions from user input to focus the checklist content before generating the quality validation items.

What quality dimensions are covered when validating feature specs?

The quality dimensions covered when validating feature specs include Completeness, Clarity, Consistency, Coverage, and Measurability. Each generated checklist item evaluates requirements against these specific criteria.

How are generated checklists organized and tracked within the project?

Generated checklists are organized under the checklists/ directory by domain and tracked using canonical CHK IDs. Each checklist item includes traceability references that link back to the relevant spec sections and evaluation criteria.