speckit.checklist

Generate structured unit-test style checklists from feature requirements.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate rigorous, human-readable quality checklists from feature requirements to validate that they are complete, clear, and testable.

Core Features & Use Cases

  • Creates modular checklists focused on requirement quality (completeness, clarity, consistency, coverage, and traceability).
  • Maps checklist items to spec sections and acceptance criteria for easy traceability.
  • Produces domain-specific checklist files in checklists/ without overwriting existing ones, enabling multiple flavors (ux, api, security) over time.

Quick Start

Invoke the speckit.checklist skill on your feature directory to generate a new, domain-specific checklist under checklists/.

Frequently Asked Questions about speckit.checklist

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

FAQPage Schema
How do I generate testable checklists from feature requirements?

Generating quality checklists from feature requirements involves parsing specifications to validate completeness, clarity, and traceability. The skill produces modular, domain-specific checklist files mapped directly to spec sections and acceptance criteria.

What is a requirements readiness gate and how does it work?

A requirements readiness gate validates that feature specifications are complete and testable before development begins. It works by generating structured checklists that enforce traceability to acceptance criteria, ensuring requirements are clear and covered across product and engineering teams.

Can I create multiple domain-specific checklists for the same feature?

Yes, you can create multiple domain-specific checklists for the same feature. The skill generates new checklist files under the checklists/ directory without overwriting existing ones, allowing you to build different flavors like UX, API, and security validation over time.

How do I validate requirement quality and traceability for a spec review?

You validate requirement quality by generating structured checklists that check for completeness, clarity, consistency, and traceability. The skill maps checklist items directly to spec sections and acceptance criteria to support rigorous spec reviews.

Does generating QA checklists from specs require any specific dependencies?

Generating QA checklists from specs requires no specific external dependencies. The skill operates directly on your feature specifications to identify quality requirements and produce structured validation files without needing additional frameworks or components.