analyze

Analyze cross-artifact consistency across spec, plan, tasks, and constitution.

21|4|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/JotJunior/claude-ai-tips --skill analyze-jotjunior
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze
Source: https://github.com/JotJunior/claude-ai-tips/tree/main/global/skills/analyze
Command: npx skills add https://github.com/JotJunior/claude-ai-tips --skill analyze-jotjunior

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This read-only skill analyzes consistency across SDD artifacts (spec, plan, tasks, constitution) to identify duplicates, ambiguities, gaps, and coverage issues. It is invoked when the user asks for an analysis of cross-artifact integrity (e.g., analyze, cross-check, audit artifacts) and should not modify files. If artifacts are missing (e.g., spec.md or tasks.md), the skill reports what is needed to proceed.

Core Features & Use Cases

  • Cross-artifact consistency checks across spec, plan, tasks, and constitution.
  • Duplicate and ambiguity detection with clear findings.
  • Coverage auditing to ensure every functional/non-functional requirement is mapped to tasks.

Quick Start

Provide the path to the feature directory and the skill will emit a structured, read-only report.

Frequently Asked Questions about analyze

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

FAQPage Schema
How do I audit cross-artifact consistency across spec, plan, and tasks?

To audit cross-artifact consistency, provide a feature directory path to the analyze skill. It generates a read-only structured Markdown report identifying duplicates, ambiguities, gaps, and coverage issues across your spec, plan, tasks, and constitution files without modifying them.

What happens if a required spec or tasks file is missing during an artifact audit?

If artifacts like spec.md or tasks.md are missing during artifact audit, the analysis cannot proceed fully and the report will explicitly state what files are needed. You must provide the missing artifacts to complete the cross-artifact consistency check.

Can I use this analysis to automatically fix ambiguities found in my plan?

No, you cannot use this analysis to automatically fix ambiguities because it operates strictly as a read-only tool. It detects and reports findings in a structured Markdown format, leaving all file modifications to the user.

How do I check if every functional requirement in my spec is covered by tasks?

To check requirement coverage, run the analyze skill on your feature directory. It performs a coverage audit to ensure every functional and non-functional requirement in your spec is mapped correctly to corresponding tasks.