speckit-checklist

Generates domain-specific checklists for validating software architecture and implementation.

Updated May 20, 2026
One-click install
npx skills add https://github.com/igmo71/Myrmex --skill speckit-checklist-igmo71
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-checklist
Source: https://github.com/igmo71/Myrmex/tree/main/.agents/skills/speckit-checklist
Command: npx skills add https://github.com/igmo71/Myrmex --skill speckit-checklist-igmo71

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-checklist automates the creation of domain-focused quality checklists derived from user requirements and project context, enabling precise, well-scoped specification validation.

Core Features & Use Cases

  • Automatically derives checklist dimensions (Completeness, Clarity, Consistency, Coverage, Measurability) from user requirements.
  • Produces domain-aligned checklist items that reflect the feature context and the spec-kit structure.
  • Supports creating new checklists or appending to existing ones while preserving prior content and organizing by domain (e.g., ux, api, security).

Quick Start

Provide feature requirements and run the speckit-checklist to generate a project-specific checklist.

Frequently Asked Questions about speckit-checklist

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

FAQPage Schema
How do I auto-generate requirement checklists for software feature QA?▼

To auto-generate requirement checklists for QA, provide feature requirements and project context. The tool analyzes the .specify directory to produce domain-focused validation items organized by quality dimensions like Completeness and Measurability.

What quality dimensions are evaluated when generating a requirements checklist?▼

Quality dimensions evaluated for requirements checklists include Completeness, Clarity, Consistency, Coverage, and Measurability. The tool derives these dimensions directly from user requirements and project context.

How do I organize checklist files by domain without overwriting existing content?▼

To organize checklist files by domain without overwriting content, the tool saves outputs under FEATURE_DIR/checklists/ with domain-based filenames like ux.md. It creates new files or appends to existing ones while preserving prior content.

Does spec-kit checklist generation require specific project context files?▼

Spec-kit checklist generation requires project context files located in the .specify directory. It specifically loads feature context from spec.md, plan.md, and tasks.md to analyze user requirements accurately.

Can I append new QA checklist items to an existing domain file?▼

Yes, you can append new QA checklist items to an existing domain file. The generation tool detects existing checklists and appends new requirement validation items while preserving all prior content.