m-sdd-analyze

Analyze spec, plan, and task artifacts for consistency and coverage.

2|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/mituso89/Spec-Driven-Development-toolkits --skill m-sdd-analyze
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: m-sdd-analyze
Source: https://github.com/mituso89/Spec-Driven-Development-toolkits/tree/main/m-sdd-analyze
Command: npx skills add https://github.com/mituso89/Spec-Driven-Development-toolkits --skill m-sdd-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sdd-lib.sh, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for a thorough consistency and coverage check of spec, plan, and tasks before implementation, ensuring a robust foundation for the development process.

Core Features & Use Cases

  • Consistency Check: Cross-checks constitution, spec, plan, and tasks for consistency.
  • Coverage Analysis: Verifies that every spec requirement maps to at least one task.
  • Test Coverage: Ensures that every user story and success criterion has a verifying test task.
  • Design Coverage: Checks if the design maps to user stories and the plan covers all screens.
  • Scope Verification: Ensures that the scope is a single implementable unit.
  • Use Case: Before implementing a feature, run this Skill to confirm that all aspects are aligned and ready for development.

Quick Start

Execute the 'm-sdd-analyze' command to initiate the consistency and coverage check.

Frequently Asked Questions about m-sdd-analyze

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

FAQPage Schema
How do I check software development documentation for consistency before implementation?▼

To check software development documentation for consistency, cross-reference your constitution, spec, plan, and task artifacts. This ensures all documents align correctly and establishes a robust foundation before the actual development workflow begins.

How do I verify spec coverage and map requirements to development tasks?▼

Spec coverage analysis verifies that every spec requirement maps to at least one task. It also ensures that every user story and success criterion has a verifying test task, confirming comprehensive design and test coverage.

What is a consistency check for spec, plan, and task artifacts?▼

A consistency check for spec, plan, and task artifacts is a comprehensive analysis that verifies alignment with the constitution and design. It checks if the design maps to user stories and if the plan covers all required screens.

Do I need sdd-lib.sh to analyze spec and plan files?▼

Yes, you need sdd-lib.sh to perform the documentation analysis. The Skill requires this dependency alongside access to your spec, plan, and task files to execute the consistency and coverage checks successfully.

When should I run a coverage analysis on my spec and plan documents?▼

You should run a coverage analysis before implementing a feature to confirm all aspects are aligned and ready for development. It also verifies that your project scope is a single implementable unit.