spec-analysis

Analyze spec.md, plan.md, and tasks.md for inconsistencies and coverage gaps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the critical need for ensuring that project specifications, plans, and tasks are consistent, unambiguous, and complete before development begins, preventing costly rework and delays.

Core Features & Use Cases

  • Cross-Artifact Analysis: Compares spec.md, plan.md, and tasks.md for inconsistencies, duplications, and ambiguities.
  • Constitution Alignment: Verifies adherence to project constitution principles.
  • Coverage Gap Detection: Identifies requirements without tasks and tasks without requirements.
  • Use Case: Before starting a new feature, run this Skill to catch any conflicting requirements or tasks that are missing acceptance criteria, ensuring a smoother development process.

Quick Start

Run the spec-analysis skill to check the consistency of the specification documents for the current feature.

Frequently Asked Questions about spec-analysis

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

FAQPage Schema
How do I check specification consistency across project planning documents?

Run a non-destructive analysis of spec.md, plan.md, and tasks.md to detect inconsistencies, duplications, and ambiguities. This cross-artifact analysis validates requirements management before development begins.

What is the best way to identify coverage gaps between requirements and tasks?

Map task coverage to requirements to find orphaned items. This coverage gap detection highlights requirements without tasks and tasks without requirements in a structured report.

Can I verify if my feature spec aligns with the project constitution?

Verify constitution alignment by checking spec.md and plan.md against project constitution principles. This ensures your specification adheres to established project governance.

Does spec analysis modify my existing project specification files?

Spec analysis performs a non-destructive analysis of your specification files. It reads the documents and outputs a structured report with severity assignments and optional remediation suggestions.

When do I need to run a requirements consistency check for quality assurance?

Run a requirements consistency check before starting a new feature to catch conflicting requirements or tasks missing acceptance criteria. This prevents costly rework and delays.