skill-spec-validator

Validate TASK.md RTM IDs against PLAN.md atomic checklists.

4|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/MatrixFounder/Agentic-development --skill skill-spec-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-spec-validator
Source: https://github.com/MatrixFounder/Agentic-development/tree/main/.agent/skills/skill-spec-validator
Command: npx skills add https://github.com/MatrixFounder/Agentic-development --skill skill-spec-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that your project's planned tasks strictly adhere to the requirements defined in your Task document, preventing scope creep and ensuring all requirements are addressed.

Core Features & Use Cases

  • Task Validation: Verifies the presence and structure of the Requirements Traceability Matrix (RTM) in TASK.md.
  • Plan Validation: Confirms that every requirement ID from TASK.md is explicitly referenced in PLAN.md's atomic checklists.
  • Use Case: Before proceeding to code development, this skill acts as a gatekeeper, guaranteeing that the development plan directly maps back to the initial product requirements, crucial for high-integrity workflows.

Quick Start

Run the skill to validate the plan document against the task document.

Frequently Asked Questions about skill-spec-validator

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

FAQPage Schema
How do I validate that my development plan matches project requirements?

To validate that your development plan matches project requirements, you can use a requirements traceability matrix (RTM) validation tool to mechanically verify that every requirement ID in TASK.md is explicitly referenced in your PLAN.md atomic checklists.

What is requirements traceability matrix conformance in high-integrity workflows?

Requirements traceability matrix conformance ensures that every planned task strictly adheres to initial product requirements, preventing scope creep by guaranteeing the development plan directly maps back to defined requirements.

Can I enforce VDD-enhanced workflows by validating TASK.md against PLAN.md?

Yes, you can enforce VDD-enhanced workflows by mechanically verifying requirements hardening. This validation acts as a gatekeeper before code development, ensuring your PLAN.md atomic checklists cover all RTM IDs from TASK.md.

What's the best way to prevent scope creep when validating atomic checklists?

The best way to prevent scope creep when validating atomic checklists is to run an automated conformance check that cross-references requirement IDs from your task document against your plan document before proceeding to code development.

Why does my RTM validation fail when some requirement IDs are missing from the plan?

Your RTM validation fails when requirement IDs are missing from the plan because the conformance check requires every RTM ID from TASK.md to be explicitly present in PLAN.md's atomic checklists to ensure full requirements coverage.