speckit-checklist

Generate unit-test style prompts to validate requirements quality and export markdown checklists.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/igoorstraviinsky-dev/produtos --skill speckit-checklist-igoorstraviinsky-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-checklist
Source: https://github.com/igoorstraviinsky-dev/produtos/tree/main/.agents/skills/speckit-checklist
Command: npx skills add https://github.com/igoorstraviinsky-dev/produtos --skill speckit-checklist-igoorstraviinsky-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit Checklist helps teams ensure requirements are written clearly and completely by generating unit-test style prompts that assess quality, not implementation.

Core Features & Use Cases

  • Generates structured, English-language check items focused on completeness, clarity, consistency, coverage, and non-functional aspects.
  • Supports traceability references to spec sections and a canonical checklist template.
  • Useful for authors, reviewers, and QA to validate requirements before implementation.

Quick Start

From the repository root, run the speckit-checklist workflow to generate a requirements-quality checklist for your feature.

Frequently Asked Questions about speckit-checklist

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

FAQPage Schema
How do I generate unit tests to validate requirements quality?

To generate unit tests for requirements quality, provide your feature specification to the checklist workflow, which produces English-language checklist items assessing completeness, clarity, and consistency. The output is a markdown checklist with traceability references to spec sections.

What is requirements quality assessment using unit-test style prompts?

Requirements quality assessment using unit-test style prompts is a validation method that generates structured English check items to evaluate completeness, clarity, consistency, and non-functional aspects of a specification before implementation begins.

Can I use speckit-checklist to export markdown checklists for cross-project reuse?

Yes, you can use speckit-checklist to export markdown checklists. The workflow generates checklist items aligned with a canonical template that can be appended to requirements documents or reused across multiple projects.

Does speckit-checklist support traceability references to spec sections?

Yes, speckit-checklist supports traceability references to spec sections. It enforces mapping generated checklist items back to specific sections of your feature specs to maintain clear validation context.

What's the best way to review feature specs for completeness and consistency?

The best way to review feature specs for completeness and consistency is to run them through an automated checklist workflow that generates unit-test style prompts, targeting specification authors and QA reviewers to validate requirements before implementation.

When should I not use automated checklist generation for requirements?

You should not use automated checklist generation for requirements when you need to test software implementation rather than specification quality, as this workflow focuses exclusively on validating the completeness and clarity of the requirements document itself.