validating-plans

Validate implementation plans with three parallel validators and generate fix tasks.

69|7|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/jmagar/claude-homelab --skill validating-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validating-plans
Source: https://github.com/jmagar/claude-homelab/tree/main/skills/validating-plans
Command: npx skills add https://github.com/jmagar/claude-homelab --skill validating-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the pre-execution validation of plans created by the writing-plans skill, catching structural, environmental, and architectural gaps before they impact delivery.

Core Features & Use Cases

  • 3 parallel validators run simultaneously to audit plan structure, environment assumptions, and architectural soundness.
  • TodoWrite integration creates actionable plan-fix tasks directly from validation results.
  • Workflow gating ensures plans only proceed to execution when validation passes or when blockers are resolved.

Quick Start

Invoke /validate-plan on your plan to trigger parallel validation and review results.

Frequently Asked Questions about validating-plans

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

FAQPage Schema
How do I validate an implementation plan before execution?

Validating an implementation plan before execution involves running parallel validators to audit plan structure, verify dependencies, and check architectural alignment. This gates execution by producing a unified report with actionable fix tasks.

What does pre-execution plan validation check for?

Pre-execution plan validation checks for structural formatting gaps, unmet environment dependencies, and architectural misalignment. It enforces plan structure and dependency verification to ensure the plan is ready for execution.

How do I create actionable fix tasks from plan validation results?

You can create actionable fix tasks from validation results using TodoWrite integration. The validators automatically generate TodoWrite tasks directly from the structural, environmental, and architectural gaps found during the audit.

Can I gate workflow execution based on plan validation results?

Yes, you can gate workflow execution based on validation results. The process enforces workflow gating to ensure plans only proceed to execution when validation passes or when identified blockers are explicitly resolved.

How do parallel validators work during plan validation?

Parallel validators work by running three distinct checks simultaneously: static analysis of the plan, environment verification, and architecture review. This parallel execution produces a unified validation report faster than sequential checks.