speckit.checklist

Generate English-language requirement checklists from software feature specs.

63|13|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/compnew2006/Spec-Kit-Antigravity-Skills --skill speckit-checklist-compnew2006
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.checklist
Source: https://github.com/compnew2006/Spec-Kit-Antigravity-Skills/tree/main/skills/speckit.checklist
Command: npx skills add https://github.com/compnew2006/Spec-Kit-Antigravity-Skills --skill speckit-checklist-compnew2006

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create rigorous, English-language unit tests from feature requirements.

Core Features & Use Cases

  • Automatically generates structured checklists from feature specs to ensure requirements meet quality standards.
  • Organizes items by quality dimensions (Completeness, Clarity, Consistency, Coverage, Measurability, Edge Cases, Non-Functional) and links them to spec sections for traceability.
  • Produces a new checklist file under checklists/ with a domain-based name for easy discovery and future audits.
  • Supports consolidation and de-duplication of near-duplicate requirements, merging gaps and referencing spec sections.

Quick Start

Run the speckit.checklist workflow at the repository root to generate a new English-checklist for the current feature.

Frequently Asked Questions about speckit.checklist

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

FAQPage Schema
How do I generate unit test checklists from feature requirements?

To generate unit test checklists from feature requirements, run the workflow at your repository root. It reads spec documents and outputs a structured English checklist file under the checklists/ directory for validation.

What quality dimensions are used when validating software spec documents?

Validating software spec documents uses quality dimensions including Completeness, Clarity, Consistency, Coverage, Measurability, Edge Cases, and Non-Functional requirements to ensure rigorous standards.

How do I ensure traceability between generated checklists and spec sections?

Traceability between generated checklists and spec sections is ensured by linking every checklist item directly to its corresponding spec section references, creating an auditable trail for requirements validation.

Can I consolidate near-duplicate requirements in my spec.md and tasks.md files?

Yes, you can consolidate near-duplicate requirements in spec.md and tasks.md files. The workflow merges overlapping gaps and deduplicates items while maintaining accurate references to original spec sections.

What requirements file formats are supported for generating English-language unit tests?

Supported requirements file formats include spec.md, plan.md, and tasks.md documents. The workflow processes these feature specs to produce English-language unit tests organized by domain-based names.

Does generating requirements checklists require any external dependencies?

Generating requirements checklists requires no external dependencies. The workflow operates directly on your feature spec documents within the repository to validate completeness and coverage without additional tools.