speckit-checklist

Generate requirements-quality checklists for feature specifications in spec-kit projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jacobbweber/Zerto-PS-Admin-SDD --skill speckit-checklist-jacobbweber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-checklist
Source: https://github.com/jacobbweber/Zerto-PS-Admin-SDD/tree/main/.agent/skills/speckit-checklist
Command: npx skills add https://github.com/jacobbweber/Zerto-PS-Admin-SDD --skill speckit-checklist-jacobbweber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of requirements-quality checklists that validate the clarity, completeness, consistency, and measurability of feature specifications. It reduces review friction by turning vague or missing requirements into concrete checklist questions that authors and reviewers can act on.

Core Features & Use Cases

  • Generates focused "unit tests for requirements" checklists from spec and plan documents located in a spec-kit project structure.
  • Produces or appends checklist files under FEATURE_DIR/checklists/, auto-increments CHK IDs, and preserves existing content.
  • Dynamically derives up to three targeted clarifying questions from user input and spec signals to calibrate scope, depth, and audience before checklist generation.
  • Use cases: PR reviews for feature specs, pre-release requirement audits, and requirement grooming sessions.

Quick Start

Generate a requirements-quality checklist for the active feature directory using the available spec and plan documents.

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

To generate a requirements checklist for feature specifications, provide the spec and plan documents within a spec-kit project structure. The tool extracts completeness, clarity, consistency, measurability, and coverage signals to produce reviewer-oriented checklist files automatically.

What are unit tests for requirements and how do they improve specification quality?

Unit tests for requirements are concrete checklist questions that validate the clarity, completeness, consistency, and measurability of feature specifications. They reduce review friction by turning vague or missing requirements into actionable items for authors and reviewers.

How do I append new checklist items to an existing spec-kit feature directory without overwriting content?

To append checklist items without overwriting content, the tool writes to files under FEATURE_DIR/checklists/ while preserving existing items. It automatically increments CHK IDs to maintain traceability and ensure new validation questions integrate seamlessly.

Can I use this checklist generator for pre-release requirement audits and PR reviews?

Yes, you can use this checklist generator for pre-release requirement audits, PR reviews for feature specs, and requirement grooming sessions. It dynamically derives up to three targeted clarifying questions from input to calibrate scope, depth, and audience.

Does generating requirement checklists require a specific project folder structure?

Generating requirement checklists requires a spec-kit project structure using a .specify/ FEATURE_DIR. This environment allows the tool to locate available spec and plan documents to perform author validation and produce reviewer-oriented checklists.