requirement-checklist

Generate markdown requirement checklists categorized by domain from feature directories.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/B4san/Calix-Pass --skill requirement-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requirement-checklist
Source: https://github.com/B4san/Calix-Pass/tree/main/.gemini/skills/requirement-checklist
Command: npx skills add https://github.com/B4san/Calix-Pass --skill requirement-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill acts as a quality assurance layer for your requirements documentation, ensuring clarity, completeness, and consistency before development begins.

Core Features & Use Cases

  • Requirements Unit Testing: Generates checklists to rigorously test the quality of your specifications.
  • Clarity & Completeness Checks: Identifies ambiguities, missing information, and inconsistencies in requirements.
  • Use Case: Before starting a new feature development, use this Skill to generate a checklist that verifies if all user stories are measurable, if edge cases are considered, and if non-functional requirements are adequately defined.

Quick Start

Use the requirement-checklist skill to generate a checklist for the attached file 'feature-spec.md'.

Frequently Asked Questions about requirement-checklist

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

FAQPage Schema
How do I validate requirements quality before starting feature development?

To validate requirements quality before development, generate a checklist to critically examine specifications for clarity, completeness, and consistency. This process identifies ambiguities, missing information, and unmeasurable user stories in your feature docs.

What is requirements unit testing and how does it work for specifications?

Requirements unit testing generates comprehensive checklists to rigorously test the quality of your specifications. It parses feature directories and available docs to derive contextual clarifying questions, verifying if edge cases and non-functional requirements are adequately defined.

How do I generate a checklist for a feature specification file?

To generate a checklist for a feature specification, attach your spec file and trigger the validation process. The system parses the feature directory, derives contextual clarifying questions, and creates categorized markdown files like ux.md and api.md.

Can I automatically check my feature docs for missing edge cases and ambiguities?

Yes, you can automatically check feature docs for missing edge cases and ambiguities by running a validation checklist. It critically examines your specifications to identify inconsistencies and missing information before implementation begins.

Does the requirement validation checklist output integrate with my existing feature directory?

Yes, the validation checklist integrates directly with your feature directory. It parses existing documentation and creates new checklist files in markdown format within the same directory, categorizing them by domain such as ux.md and api.md.

When should I not use automated specification checklists for quality assurance?

Automated specification checklists are not suited for validating syntax or code execution, as they focus exclusively on requirements documentation quality. They should not be used as a replacement for technical code testing or runtime quality assurance processes.