analysis-phase

Validate spec, plan, and task consistency and detect breaking changes.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/DYAI2025/MOD_shark-engine --skill analysis-phase-dyai2025
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analysis-phase
Source: https://github.com/DYAI2025/MOD_shark-engine/tree/main/sharkengine/.claude/skills/analysis-phase
Command: npx skills add https://github.com/DYAI2025/MOD_shark-engine --skill analysis-phase-dyai2025

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Validates cross-artifact consistency and detects breaking changes during feature analysis to prevent deployment issues.

Core Features & Use Cases

  • Cross-artifact validation across spec.md, plan.md, and tasks.md
  • Breaking-change detection with risk assessment
  • Dependency and consistency checks to ensure no orphaned artifacts

Quick Start

Execute the analysis workflow to generate an analysis-report and update the state accordingly.

Frequently Asked Questions about analysis-phase

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

FAQPage Schema
How do I validate cross-artifact consistency between specs, plans, and tasks?

Cross-artifact consistency validation analyzes spec.md, plan.md, and tasks.md to identify gaps and orphaned artifacts. It enforces dependency validation and constitution-based risk checks to catch inconsistencies before deployment.

What is cross-artifact breaking-change detection during feature analysis?

Breaking-change detection identifies risky modifications across spec, plan, and task artifacts during feature analysis. It applies constitution-based risk checks and generates an analysis-report.md to prevent deployment issues.

How do I detect spec-plan-task gaps and orphaned artifacts before deployment?

Automated cross-artifact validation detects spec-plan-task gaps and orphaned artifacts by enforcing dependency and consistency checks. It outputs an analysis-report.md with a state update to ensure deployment readiness.

Does automated consistency validation work without external dependencies?

Yes, cross-artifact validation runs without external dependencies. It performs constitution-based risk checks and breaking-change detection across specs, plans, and tasks to generate an analysis-report.md independently.

What's the best way to generate an analysis report for deployment readiness?

Execute an analysis workflow to validate cross-artifact consistency, detect breaking changes, and check dependencies. This generates an analysis-report.md with an updated state to confirm deployment readiness.

Why does cross-artifact validation fail to catch inconsistencies in my feature analysis?

Validation may miss inconsistencies if spec.md, plan.md, or tasks.md contain orphaned artifacts or unresolved dependency conflicts. Enforcing constitution-based risk checks ensures breaking-change detection identifies gaps before deployment.