iikit-07-analyze

Analyze spec.md, plan.md, and tasks.md for cross-artifact inconsistencies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams ensure cross-artifact alignment by detecting inconsistencies between specification (spec.md), planning (plan.md), and task-generation (tasks.md). It prevents drift that undermines governance and implementation fidelity.

Core Features & Use Cases

  • Cross-artifact consistency analysis: compares spec.md, plan.md, and tasks.md to surface duplicates, ambiguities, and gaps.
  • Constitution alignment checks: verifies MUST/SHOULD statements against planned work to catch governance violations.
  • Read-only reporting: generates a structured report with actionable remediation suggestions (optional) without modifying any artifacts.
  • Use Case: after generating tasks, run this Skill to validate alignment before implementation.

Quick Start

Run this skill against your feature directory to produce a validation report. For example: analyze /features/my-feature

Frequently Asked Questions about iikit-07-analyze

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

FAQPage Schema
How do I detect inconsistencies across spec, plan, and task documents?

Cross-artifact consistency analysis compares your spec.md, plan.md, and tasks.md to surface duplicates, ambiguities, and gaps. Run the Skill against your feature directory after task generation to validate alignment before implementation begins.

What types of inconsistencies does artifact analysis catch?

The analysis detects duplicates, ambiguities, underspecifications, and constitution violations—including MUST/SHOULD governance statements that conflict with planned work or task definitions across your three artifacts.

Can I use this to validate governance compliance in my specs and tasks?

Yes. Constitution alignment checks verify that MUST and SHOULD statements in your spec are honored in plan.md and tasks.md, catching governance violations before work begins.

Does the analysis modify my specification or task documents?

No. The Skill generates a read-only analysis report with actionable remediation suggestions but never changes any of your artifacts, preserving your source documents intact.

When should I run cross-artifact analysis in my workflow?

Run this Skill immediately after generating tasks to validate that specs, plans, and tasks remain aligned and that no governance or specification drift has occurred before implementation.