speckit-checklist

Extract domain-relevant requirements into unit-test-style checklist items.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams ensure written requirements are complete, clear, and testable by generating focused checklists from user input and project specs.

Core Features & Use Cases

  • Generates unit-test-style checklists that evaluate requirement quality (completeness, clarity, consistency, coverage, and traceability).
  • Reads project structure (specs, plans, and tasks) to tailor checklists to the current feature.
  • Creates or appends checklists under FEATURE_DIR/checklists/[domain].md to support ongoing backlog governance.

Quick Start

Specify a domain focus and run the skill to create or append a checklist in the feature's checklists folder.

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 checklist to verify requirement quality from project specs?

It creates or appends checklist items under FEATURE_DIR/checklists/[domain].md. You need to specify a domain focus and provide the existing spec.md, plan.md, and tasks.md files so the checklist can be tailored to the current feature context.

What is traceability in requirement checklists and how is it maintained?

Generated checklists are saved as CHK items in a canonical markdown template under the feature's checklists directory. This standard format ensures checklists remain consistent and appends cleanly to existing backlog governance files.

Can I use this to create testable requirement questions for an existing feature backlog?

Yes, it reads existing project tasks and plans to produce unit-test-style questions that evaluate clarity, consistency, and coverage for ongoing backlog governance. It appends these items directly to your existing domain checklists without overwriting previous validations.

Does generating requirement checklists work without external dependencies?

Generating requirement checklists works without external dependencies. The Skill operates independently using your provided project structure and user input to perform spec-analysis and extract domain-relevant requirements.