iikit-07-analyze

Analyzes spec.md, plan.md, tasks.md for consistency and quality issues.

1|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/asm0dey/relay --skill iikit-07-analyze-asm0dey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iikit-07-analyze
Source: https://github.com/asm0dey/relay/tree/main/.tessl/tiles/tessl-labs/intent-integrity-kit/skills/iikit-07-analyze
Command: npx skills add https://github.com/asm0dey/relay --skill iikit-07-analyze-asm0dey

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill identifies inconsistencies, ambiguities, and potential violations of project principles across your specification, planning, and task documentation, ensuring a robust and aligned development process.

Core Features & Use Cases

  • Cross-Artifact Consistency Check: Validates that your spec.md, plan.md, and tasks.md files align logically and adhere to defined project standards.
  • Quality Analysis: Detects duplication, ambiguity, underspecification, and phase separation violations.
  • Constitution Adherence: Ensures all artifacts comply with the non-negotiable principles outlined in your CONSTITUTION.md.
  • Use Case: After generating tasks for a new feature, run this Skill to confirm that the tasks accurately reflect the requirements in the spec, adhere to the architectural decisions in the plan, and don't violate any core project principles before implementation begins.

Quick Start

Run the iikit-07-analyze skill to perform a consistency check on the current feature's artifacts.

Frequently Asked Questions about iikit-07-analyze

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

FAQPage Schema
How do I check consistency between spec, plan, and tasks files?

Cross-artifact consistency analysis validates that spec.md, plan.md, and tasks.md align logically by building semantic models from artifact content to detect coverage gaps, duplication, and phase separation violations.

What is cross-artifact quality analysis in software planning?

Cross-artifact quality analysis is a non-destructive process that identifies duplication, ambiguity, underspecification, and phase separation violations across specification, planning, and task documentation.

When should I run a specification and plan consistency check?

Run a consistency check after task generation for a new feature to confirm tasks accurately reflect spec requirements and adhere to architectural decisions before implementation begins.

Do I need a constitution file to validate project specifications?

Yes, consistency analysis requires loading a CONSTITUTION.md file to validate that all spec, plan, and tasks artifacts comply with non-negotiable project principles.

What are common phase separation violations in task documentation?

Phase separation violations occur when task documentation breaks logical boundaries between specification, planning, and implementation phases, which semantic modeling detects during cross-artifact analysis.

Can I analyze task coverage gaps without modifying my documentation?

Yes, cross-artifact consistency analysis performs a non-destructive read of your files to identify coverage gaps and underspecification, ensuring your original documentation remains completely unmodified.