speckit-checklist.agent

Generate structured feature requirement checklists with spec references for spec-kit projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/franciscosanchezn/easyfactu-es --skill speckit-checklist-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-checklist.agent
Source: https://github.com/franciscosanchezn/easyfactu-es/tree/main/.github/skills/speckit-checklist.agent
Command: npx skills add https://github.com/franciscosanchezn/easyfactu-es --skill speckit-checklist-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit Checklist.Agent helps teams ensure requirements are written clearly by generating structured, test-oriented checklists directly from feature requirements.

Core Features & Use Cases

  • Auto-generates unit-test-style questions about completeness, clarity, consistency, and coverage based on the provided requirements.
  • Produces domain-focused items aligned with spec sections, enabling quick PR reviews, requirement refinement, and QA validation.
  • Supports integration with the spec-kit structure (.specify directory) to fetch context and references for traceability.

Quick Start

Provide a feature requirements brief and specify the target spec-kit structure; the tool will generate a checklist tailored to those inputs.

Frequently Asked Questions about speckit-checklist.agent

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

FAQPage Schema
How do I generate a QA checklist from feature requirements?

Generate a QA checklist by providing a feature requirements brief to the tool. It auto-generates structured, test-oriented checklist items that validate completeness, clarity, and coverage using spec references.

What is requirement traceability and how does spec-kit enforce it?

Requirement traceability links feature requirements to validation checks. Spec-kit enforces it by reading the .specify directory and generating checklist items with direct spec references for QA validation.

Does speckit-checklist.agent work without a .specify directory?

No, speckit-checklist.agent requires a .specify directory. It fetches context and references from this spec-kit structure to produce domain-focused items aligned with spec sections for traceability.

How do I validate requirement clarity and consistency before a PR review?

Validate requirement clarity by generating unit-test-style questions from your requirements brief. The tool produces structured checklist items targeting completeness, consistency, and coverage for quick PR reviews.

What is the best way to auto-generate test-oriented questions from a spec?

The best way to auto-generate test-oriented questions is using a spec-kit checklist generator. It analyzes your feature requirements and outputs structured items targeting domain coverage and requirement completeness.