speckit-checklist

Generate requirements quality checklists with CHK IDs and spec traceability.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/sdk451/claude-gdrive --skill speckit-checklist-sdk451
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-checklist
Source: https://github.com/sdk451/claude-gdrive/tree/main/.cursor/skills/speckit-checklist
Command: npx skills add https://github.com/sdk451/claude-gdrive --skill speckit-checklist-sdk451

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps ensure requirements quality by generating tailored Unit Tests for Requirements checklists based on user-provided specs.

Core Features & Use Cases

  • Generates domain-focused checklists that evaluate the quality of written requirements (completeness, clarity, consistency, coverage) rather than testing implementation.
  • Reads feature context from a spec-kit style workspace (with .specify/ directory) and related spec documents.
  • Produces a new or appends to a standardized checklist file under checklists/, assigning incremental CHK identifiers and maintaining traceability to source spec sections.

Quick Start

Generate a unit-quality requirements checklist for the current feature and save it under the checklists/ directory.

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 requirements quality checklist for feature specifications?

Generate a requirements quality checklist by reading feature context from a spec-kit workspace and producing a structured file under checklists/ that evaluates completeness, clarity, consistency, and coverage. It assigns incremental CHK identifiers and maintains traceability to source spec sections.

What is a unit-test style verification checklist for requirements?

Unit-test style verification for requirements tests written specification quality—completeness, clarity, consistency, and coverage—rather than testing software implementation code. It enforces a structured template to evaluate spec documents systematically.

Does the requirements checklist tool work with a spec-kit workflow?

Yes, the requirements checklist tool requires a spec-kit workflow with a .specify/ directory. It reads related spec documents from this workspace to generate domain-focused checklists tailored to your feature.

How do I maintain traceability references between checklists and spec sections?

Maintain traceability by assigning incremental CHK identifiers to each checklist item and linking them directly to corresponding source spec sections. The tool creates or appends to checklists/speckit-checklist.md automatically.

Can I append new quality checks to an existing checklist file?

Yes, you can append new quality checks to an existing checklist file. The tool creates or appends to checklists/speckit-checklist.md, assigning incremental CHK identifiers to maintain continuity across your requirements verification items.

What are the limitations of checklist-based requirements verification?

Checklist-based requirements verification focuses solely on evaluating written specification quality—completeness, clarity, consistency, coverage—and does not test actual software implementation. It requires a spec-kit workspace with a .specify/ directory to function.