planning-validator

Validate AI-generated planning artifacts for traceability, consistency, and contract compliance.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gleeb/ai-registry --skill planning-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-validator
Source: https://github.com/gleeb/ai-registry/tree/main/systems/sdlc/skills/planning-validator
Command: npx skills add https://github.com/gleeb/ai-registry --skill planning-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents drift and silent planning errors by validating that each planning artifact is complete, consistent, and contract-compliant, with evidence-backed findings before downstream agents act.

Core Features & Use Cases

  • Cross-plan validation in 4 modes: phase validation, per-story validation, cross-story validation, and impact analysis to assess blast radius of changes.
  • Evidence-first, fail-default validation posture: every check defaults to NEEDS WORK and requires explicit evidence to pass.
  • Guidance packaging for re-dispatch: produces structured guidance packages with reasoned corrections and documentation fetch instructions for context7-based retrieval.
  • Coverage checks for traceability and correctness: validates traceability, consistency, completeness, conflict detection, semantic spot-checks, and terminology enforcement, including contract compliance.

Quick Start

Use the planning-validator skill to cross-check newly produced plan artifacts after each planning phase, ensuring every acceptance criterion and contract dependency is traceable, consistent, and validated with explicit evidence.

Frequently Asked Questions about planning-validator

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

FAQPage Schema
How do I validate traceability and consistency in AI-generated planning artifacts?

You validate planning artifacts by cross-checking traceability matrices, semantic accuracy, and contract compliance using an evidence-first, fail-default posture. This ensures every acceptance criterion and dependency is complete and backed by explicit evidence before downstream execution.

What is impact analysis for proposed brownfield changes and how does it work?

Impact analysis for brownfield changes assesses the blast radius of proposed modifications by cross-validating dependency graphs against existing planning artifacts. It identifies potential conflicts and traceability gaps across stories to prevent silent planning errors before proceeding.

How do I perform cross-story validation after assembling a dependency graph?

Cross-story validation executes coverage checks across multiple stories to detect conflicts, enforce terminology consistency, and verify contract compliance. It defaults every check to NEEDS WORK, requiring explicit evidence to pass and generating structured guidance packages for any failures.

Can I validate individual story artifacts automatically after completion?

Yes, per-story validation mode checks individual story artifacts for completeness, semantic accuracy, and traceability immediately after story completion. It outputs structured guidance packages with reasoned corrections and context7 documentation fetch instructions for any identified gaps.

Does planning validation modify the original plan artifacts during checks?

No, validation operates with read-only behavior and writes reports exclusively to plan/validation/* directories. It produces guidance packages for re-dispatch on failures but never modifies the original plan artifacts themselves.

What is the best way to enforce contract compliance across planning phases?

The best way to enforce contract compliance is running phase validation immediately after artifact creation, applying evidence-backed checks that default to FAIL. This prevents drift by verifying consistency, completeness, and terminology enforcement across all planning phases before downstream agents proceed.