plan-validation

Validate plans for gaps, misalignments, and codebase alignment before implementation.

4|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Hellblazer/nexus --skill plan-validation-hellblazer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-validation
Source: https://github.com/Hellblazer/nexus/tree/main/nx/skills/plan-validation
Command: npx skills add https://github.com/Hellblazer/nexus --skill plan-validation-hellblazer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate plans to identify gaps and misalignments before implementation.

Core Features & Use Cases

  • Coordinates with plan-auditor to check assumptions, dependencies, and alignment with codebase.
  • Produces a go/no-go decision and a remediation list for plan improvements.
  • Use Case: After a strategic planner creates a plan, run validation to ensure feasibility before coding.

Quick Start

Invoke plan-auditor with your plan artifacts to generate a validation report.

Frequently Asked Questions about plan-validation

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

FAQPage Schema
How do I validate a software development plan before coding?

Plan validation checks assumptions, dependencies, and codebase alignment to identify gaps before implementation. You invoke the auditor with your plan artifacts to generate a validation report for a go/no-go decision.

What is a go/no-go decision in pre-implementation plan review?

A go/no-go decision is the output of validating a plan's feasibility against the codebase. It determines whether to proceed with implementation or address identified misalignments and gaps via a remediation list first.

When should I run a plan audit during the development lifecycle?

Run plan validation during post-strategy planning, plan reviews, and prior to development. This ensures you verify assumptions and dependencies against the codebase before committing to actual implementation.

How do I check if my project plan aligns with the existing codebase?

To check codebase alignment, validate your plan by applying an auditor to your plan artifacts. This process verifies assumptions and dependencies, producing a remediation list for any identified misalignments.

Can I get actionable remediation steps if my plan validation fails?

Yes, when plan validation identifies gaps or misalignments, it produces an actionable remediation list. This list details necessary plan improvements required to achieve a go decision for implementation.

What are the limitations of automated plan validation for software engineering?

Plan validation requires complete plan artifacts to assess assumptions, dependencies, and codebase alignment effectively. Without comprehensive strategy planner inputs, the validation cannot produce an accurate go/no-go decision or remediation guidance.