speckit-checklist

Generate a requirements-quality checklist with traceability references for spec-kit features.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/kamalsroor1/nest-scaffolding-crud-manager --skill speckit-checklist-kamalsroor1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-checklist
Source: https://github.com/kamalsroor1/nest-scaffolding-crud-manager/tree/main/.agent/skills/speckit-checklist
Command: npx skills add https://github.com/kamalsroor1/nest-scaffolding-crud-manager --skill speckit-checklist-kamalsroor1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-checklist translates feature requirements into explicit, measurable quality criteria by generating unit-style checklists from spec-kit structured docs. It helps teams ensure requirements are complete, clear, and verifiable before implementation.

Core Features & Use Cases

  • Generates a requirements-quality checklist tailored to the current feature based on the spec-kit project structure.
  • Validates completeness, clarity, consistency, coverage, edge cases, and non-functional requirements in written requirements.
  • Supports loading feature context from spec.md, plan.md (if present), and tasks.md to inform checklist content.
  • Outputs checklist items in a standardized format with traceability references to spec sections.

Quick Start

Run the speckit-checklist against your feature spec to generate a requirements-quality checklist.

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 quality checklist from feature specification documents?

To generate a quality checklist from feature specification documents, apply a checklist generator to your .specify directory context. This translates structured requirements into explicit, measurable validation criteria with traceability references to spec sections.

What does requirements validation for a feature specification involve?

Requirements validation for a feature specification involves checking written requirements for completeness, clarity, consistency, coverage, edge cases, and non-functional requirements. This process ensures requirements are measurable and verifiable before implementation begins.

Can I use spec-kit checklists for projects without a .specify directory?

No, spec-kit checklist generation requires a .specify directory structure. The tool specifically loads feature context from spec.md, plan.md, and tasks.md files organized within this directory to inform the checklist content properly.

How do I ensure my requirements checklist has traceability to spec sections?

To ensure your requirements checklist has traceability to spec sections, generate the checklist from your spec-kit project structure. This outputs checklist items in a standardized format with explicit references linking each criterion back to spec sections.

What is the best way to validate edge cases and non-functional requirements in specs?

The best way to validate edge cases and non-functional requirements in specs is to generate a unit-style requirements-quality checklist. This systematically validates completeness and coverage by loading context from your spec.md and plan.md documents.