Hub Validate Plan banner
ccancellieri ccancellieri

Hub Validate Plan

Development community

Description

--- description: Validate a plan YAML file against the plan-executor schema. --- Call `validate_plan(plan_path="$ARGUMENTS")` via the skill-hub MCP tool. Checks performed: - Top-level required fields (`plan_id`, `goal`, non-empty `steps`). - Per-step schema: `id`, `kind` (enum), non-empty `files`, `acceptance`. - `depends_on` references point to known step ids; no cycles. - `model_hint` (if present) is one of `tier_cheap | tier_mid | tier_smart`. - `protocols_ref` / `pattern_ref` paths exist o

Installation

Installs to ~/.claude/skills/ccancellieri-mcp-skill-hub-hub-validate-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ccancellieri-mcp-skill-hub-hub-validate-plan && curl -fsSL https://raw.githubusercontent.com/ccancellieri/mcp-skill-hub/HEAD/commands/hub-validate-plan.md -o ~/.claude/skills/ccancellieri-mcp-skill-hub-hub-validate-plan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository