speckit-checklist

Generate quality attribute checklists from feature specifications in spec-kit projects.

10|3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/raphaelfh/newsweep --skill speckit-checklist-raphaelfh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-checklist
Source: https://github.com/raphaelfh/newsweep/tree/main/.claude/skills/speckit-checklist
Command: npx skills add https://github.com/raphaelfh/newsweep --skill speckit-checklist-raphaelfh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a targeted, requirements-focused quality checklist for the current feature based on provided user needs.

Core Features & Use Cases

  • Auto-generates unit-test-like quality checks for requirements (completeness, clarity, consistency, etc.) based on the feature spec.
  • Supports loading context from a spec-kit structure (with a .specify directory) and appending to existing checklists.
  • Provides traceable, structured items aligned to spec sections for easy review and validation.

Quick Start

Run the skill with a feature description or path to the spec-kit directory to generate a new checklist.

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 requirement quality checklist from a feature spec?

A requirement quality checklist verifies feature specifications for completeness, clarity, consistency, measurability, coverage, edge cases, and non-functional requirements. It operates on spec-kit structures, loading spec.md, plan.md, and tasks.md to shape the output.

How do I append new quality checks to an existing requirements checklist?

Use the skill with your spec-kit directory to append new quality checks to an existing requirements checklist. It evaluates current feature specifications and adds traceable, structured items aligned to relevant spec sections without overwriting previous validation criteria.

Does this checklist generator work with spec-kit style project structures?

Yes, this checklist generator works directly with spec-kit style project structures. It automatically detects and loads context from a .specify directory, reading available spec.md, plan.md, and tasks.md files to shape the generated quality checks.

What quality dimensions should a requirements checklist cover?

A requirements checklist should cover completeness, clarity, consistency, measurability, coverage, edge cases, and non-functional requirements. The generated checklist provides high-density, test-like items with traceability references across these specific quality dimensions.

What is the best way to ensure traceability in software requirement validation?

The best way to ensure traceability in requirement validation is generating structured checklist items aligned to spec sections. This skill outputs test-like validation items that reference exact locations in your spec.md and plan.md files for easy review.