speckit-checklist

Convert feature requirements into evidence-based quality checklists with traceability references.

Updated Nov 23, 2023
One-click install
npx skills add https://github.com/auleewilliams/Skillscape --skill speckit-checklist-auleewilliams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-checklist
Source: https://github.com/auleewilliams/Skillscape/tree/main/.claude/skills/speckit-checklist
Command: npx skills add https://github.com/auleewilliams/Skillscape --skill speckit-checklist-auleewilliams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically convert feature requirements into rigorous, evidence-based checklists to validate their quality.

Core Features & Use Cases

  • Generates unit-test-style checks for requirements quality (completeness, clarity, consistency, coverage, traceability).
  • Guides dynamic clarifying questions to tailor checklists to the current feature and team context.
  • Loads feature context (spec.md, plan.md, tasks.md) and produces concise, actionable checklist items.
  • Produces checklists in the canonical template, with unique, incremental IDs, and preserves existing content when appending.
  • Exposes a single, descriptive filename per checklist type for easy organization.

Quick Start

Invoke the speckit-checklist command with your FEATURE_DIR to generate a new requirements quality checklist for the current feature.

Frequently Asked Questions about speckit-checklist

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

FAQPage Schema
How do I convert feature requirements into a validation checklist?

You can convert feature requirements into a validation checklist by loading feature context like spec.md and tasks.md to automatically generate domain-specific checks for completeness, clarity, consistency, and coverage.

What is requirements quality validation for feature specs?

Requirements quality validation is the process of generating unit-test-style checks for feature specs to rigorously evaluate their completeness, clarity, consistency, coverage, and traceability before development proceeds.

How do I generate traceable acceptance criteria from spec.md files?

You generate traceable acceptance criteria by loading spec.md, plan.md, and tasks.md context to produce checklist items conforming to a canonical template, featuring unique incremental IDs and evidence-based traceability references.

Does the requirements checklist generation preserve existing content when appending?

Yes, the checklist generation preserves existing content when appending new items, assigning unique incremental IDs and exposing a single descriptive filename per checklist type for easy organization.

Can I tailor checklist items to my team's current feature context?

Yes, you can tailor checklist items to your feature context through dynamic clarifying questions that adjust the generated quality checks to the specific requirements and team environment.

What is the best way to automate QA checklist creation for software features?

The best way to automate QA checklist creation is invoking a command with your feature directory to automatically parse feature docs and output rigorous, evidence-based quality checks in a canonical template.