speckit-checklist

Generate custom quality checklists for validating requirements completeness and clarity.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/LISSConsulting/RalphSpec --skill speckit-checklist-lissconsulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-checklist
Source: https://github.com/LISSConsulting/RalphSpec/tree/main/.claude/skills/speckit-checklist
Command: npx skills add https://github.com/LISSConsulting/RalphSpec --skill speckit-checklist-lissconsulting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill generates custom quality checklists to ensure requirements are complete, clear, and unambiguous before implementation begins.

Core Features & Use Cases

  • Requirements Validation: Creates "unit tests for English" to rigorously check the quality of written requirements.
  • Clarity & Completeness Checks: Identifies gaps, ambiguities, and inconsistencies in specifications.
  • Use Case: Before starting development on a new feature, run this Skill to generate a checklist that verifies all necessary aspects of the user story have been clearly defined and documented.

Quick Start

Use the speckit-checklist skill to generate a checklist for the requirements in the current project.

Frequently Asked Questions about speckit-checklist

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

FAQPage Schema
How do I validate requirements completeness before development starts?

Quality checklists for requirements validation act as unit tests for English, rigorously checking written specifications for clarity, consistency, measurability, and coverage. They identify gaps and ambiguities in user stories before implementation begins.

What is the best way to check requirements clarity in a spec-kit project?

Checking requirements clarity in a spec-kit project involves generating custom quality checklists that target requirement quality dimensions like completeness, consistency, and measurability. This rigorously tests written specifications to identify gaps and ambiguities.

Does the requirements checklist generation work with PowerShell?

Yes, requirements checklist generation requires PowerShell scripts to perform prerequisite checks and dynamically generate validation questions based on user input and spec context within the .specify/ directory.

How do I generate a custom requirements checklist for my current project?

To generate a custom requirements checklist, run the skill within your spec-kit project. It dynamically generates validation questions based on user input and the spec context found in the .specify/ directory.

Can I use this requirements validation on any project structure?

No, requirements validation applies specifically to spec-kit project structures that contain a .specify/ directory. The checklist generation focuses on requirement quality dimensions within this specific context.

Why does my requirements checklist fail to generate dynamic questions?

Checklist dynamic question generation fails if prerequisite checks are not met. You must ensure PowerShell scripts are properly configured and that your project contains a valid .specify/ directory with spec context.