speckit-checklist

Generate structured quality checklists from feature requirements with SPEC-kit traceability.

1|1|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/erikalira/python-tts --skill speckit-checklist-erikalira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-checklist
Source: https://github.com/erikalira/python-tts/tree/main/.agents/skills/speckit-checklist
Command: npx skills add https://github.com/erikalira/python-tts --skill speckit-checklist-erikalira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate structured quality checklists from feature requirements to validate their clarity, completeness, and testability before implementation.

Core Features & Use Cases

  • Automatically generate unit-quality checklists from feature specs and planning documents.
  • Enforce traceability to spec sections and align items with quality dimensions (completeness, clarity, consistency, coverage, measurability).
  • Support incremental addition by appending new items while preserving existing checklist content.
  • Provide guidance for reviewers (QA, product managers, engineers) to validate requirement quality during reviews.

Quick Start

Run the speckit-checklist tool to generate a requirements-quality checklist from the current feature specification.

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 requirements?

Generate a quality checklist from feature requirements by automatically extracting acceptance criteria and validation questions from specification documents to ensure completeness, clarity, and testability before implementation begins.

What is a requirements quality checklist and what does it validate?

A requirements quality checklist validates specification completeness, clarity, consistency, coverage, measurability, edge cases, dependencies, and non-functional aspects to verify that feature requirements are properly structured and testable.

Does the checklist generation work with SPEC-kit style repositories?

Yes, checklist generation targets SPEC-kit style repositories containing .specify, plan.md, and tasks.md files to derive focused validation questions and enforce traceability back to specific spec sections.

Can I add new checklist items incrementally without losing existing content?

Yes, you can incrementally append new checklist items while preserving existing content, allowing reviewers to expand requirements validation coverage without overwriting previously generated quality checks.

What's the best way to validate requirement traceability during spec reviews?

Validate requirement traceability during spec reviews by generating structured checklists that enforce links to spec sections, providing clear guidance for QA, product managers, and engineers to assess requirement quality systematically.

Who should use a requirements quality checklist for spec validation?

QA engineers, product managers, and software engineers should use requirements quality checklists during reviews to validate that feature specifications meet quality dimensions before moving into implementation phases.