iikit-04-checklist

Generate domain-specific requirement quality checklists from spec.md, plan.md, and tasks.md.

47|4|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/intent-integrity-chain/kit --skill iikit-04-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iikit-04-checklist
Source: https://github.com/intent-integrity-chain/kit/tree/main/.claude/skills/iikit-04-checklist
Command: npx skills add https://github.com/intent-integrity-chain/kit --skill iikit-04-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of domain-specific quality checklists to validate requirements written in feature specifications. It ensures requirements are complete, clear, consistent, and testable before implementation.

Core Features & Use Cases

  • Generate checklists that assess requirement quality across dimensions such as completeness, clarity, consistency, and coverage directly from spec.md, plan.md, and tasks.md.
  • Organize items by quality category and provide traceability references to source sections for auditability.
  • Support interactive gap resolution by guiding the user through missing requirements and updating the feature spec accordingly.

Quick Start

Run the checklist generator to produce a domain quality checklist for the current feature. The tool reads iikit feature context and outputs a Markdown checklist at FEATURE_DIR/checklists/[domain].md, ready for review and completion.

Frequently Asked Questions about iikit-04-checklist

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

FAQPage Schema
How do I generate a requirement quality checklist from my feature specification?

Generate a requirement quality checklist by running the checklist generator on your feature context. It analyzes spec.md, plan.md, and tasks.md to produce a domain-specific checklist evaluating completeness, clarity, consistency, and coverage, saved to FEATURE_DIR/checklists/[domain].md.

What dimensions does a requirement checklist assess?

Requirement checklists assess four key dimensions: completeness (all requirements captured), clarity (requirements are unambiguous), consistency (requirements align across documents), and coverage (requirements are testable and traceable to source sections).

Can I use this checklist to find and fix gaps in my requirements?

Yes. The checklist supports interactive gap resolution by guiding you through missing or incomplete requirements and enabling you to update your feature specification accordingly, with traceability references for auditability.

What file formats do I need to prepare before generating a checklist?

Prepare three Markdown files within your feature directory: spec.md (feature specification), plan.md (implementation plan), and tasks.md (task breakdown). The checklist generator reads these to assess requirement quality.

When should I run a requirement checklist in my workflow?

Run a requirement checklist before implementation begins to validate that requirements are complete, clear, consistent, and testable. This prevents rework and ensures stakeholders align on scope before development starts.

Does the checklist output provide traceability back to my original documents?

Yes. Checklist items include traceability references to their source sections in spec.md, plan.md, and tasks.md, enabling you to audit which documents support each quality assessment and navigate directly to gaps.