speckit-checklist

Generate unit-test style checklists for requirements quality validation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/leonardomoraisf/commonplace-pinboard-extension --skill speckit-checklist-leonardomoraisf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-checklist
Source: https://github.com/leonardomoraisf/commonplace-pinboard-extension/tree/main/.agents/skills/speckit-checklist
Command: npx skills add https://github.com/leonardomoraisf/commonplace-pinboard-extension --skill speckit-checklist-leonardomoraisf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit Checklist Skill creates unit-test style checklists to validate the quality of requirements writing, helping teams catch ambiguity and gaps before implementation.

Core Features & Use Cases

  • Generates checklists focused on requirements quality (completeness, clarity, consistency, measurability, coverage)
  • Supports integration with feature specs, plans, and tasks by loading context and tailoring items
  • Appends new checklist items to existing files or creates new domain-specific files in speckit.checklist, preserving history

Quick Start

Provide your requirements via the ARGUMENTS input and run the Speckit Checklist to generate a unit-test style checklist for requirements quality.

Frequently Asked Questions about speckit-checklist

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

FAQPage Schema
How do I create unit-test style checklists to validate requirements quality?

You create unit-test style checklists to validate requirements quality by running the Speckit Checklist against your feature specs, planning notes, or implementation tasks. It generates categorized, QA-oriented checklist items aligned to spec sections to catch ambiguity and gaps before implementation begins.

What is a unit-test checklist for requirements validation?

A unit-test checklist for requirements validation is a QA-oriented list of categorized items that evaluate requirements writing quality across completeness, clarity, consistency, measurability, and coverage. It helps authors and reviewers catch specification gaps during specification work.

How do I generate QA checklists from feature specs and planning notes?

To generate QA checklists from feature specs and planning notes, provide your requirements via the ARGUMENTS input. The tool loads context from your specifications and tailors categorized checklist items specifically to those spec sections and implementation tasks.

Can I append new checklist items to existing files without losing history?

Yes, you can append new checklist items to existing files without losing history. The tool writes to speckit.checklist files organized by domain with incremental IDs, preserving your previous checklist entries while adding new validation items.

Does requirements validation work with vector-embedding-friendly requests?

Yes, requirements validation works with vector-embedding-friendly requests. The tool specifically supports three-sentence requests designed for vector embedding compatibility, generating categorized checklist items that align directly with your specification sections.

What are the limitations of automated requirements quality checklists?

Automated requirements quality checklists are limited to evaluating completeness, clarity, consistency, measurability, and coverage of written specifications. They generate QA-oriented validation items but do not execute actual code tests or verify technical implementation behavior.