speckit-checklist

Generates a requirements-quality checklist for a Spec Kit project.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/nalthoff/spec-kit-prep-specify --skill speckit-checklist-nalthoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-checklist
Source: https://github.com/nalthoff/spec-kit-prep-specify/tree/main/.cursor/skills/speckit-checklist
Command: npx skills add https://github.com/nalthoff/spec-kit-prep-specify --skill speckit-checklist-nalthoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a structured, ready-to-use checklist that evaluates the quality of user requirements for a feature, ensuring clarity, completeness, and testability.

Core Features & Use Cases

  • Generates a canonical "Unit Tests for English" checklist to verify completeness, clarity, consistency, acceptance criteria, coverage, and edge cases.
  • Supports incremental authoring by appending new items to existing checklists in FEATURE_DIR/checklists/ without duplicating content.
  • Provides traceability references to Spec sections and standard quality dimensions to guide reviewers and engineers.

Quick Start

Invoke speckit.checklist to generate a requirements-quality checklist tailored to 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 a requirements quality checklist from a feature specification?

Yes, you can append new checklist items incrementally. The tool appends new items to existing checklists in your project's FEATURE_DIR/checklists/ directory without duplicating content, supporting incremental authoring as your feature requirements evolve.

What is a requirements quality checklist used for in software engineering?

A requirements quality checklist is used to evaluate the clarity, completeness, and testability of user requirements. It serves as canonical Unit Tests for English, helping authors and reviewers verify consistency, acceptance criteria, coverage, and edge cases before development begins.

How do I ensure traceability between my checklist items and my feature spec sections?

No external dependencies are required to use this checklist generator. It operates within the Spec Kit project context, requiring only your existing feature requirements, spec, plan, and tasks to produce a tailored, test-ready quality checklist.

What is the best way to verify the completeness and testability of project requirements?

The best way to verify completeness and testability is to generate a structured requirements-quality checklist. This produces a canonical checklist that evaluates consistency, coverage, and edge cases, ensuring your requirements are clear and ready for testing.