beo/validating
Installation
SKILL.md
Warcraft Validating
Overview
Validating is the critical gate between planning and execution. No code is written until this skill completes successfully.
Core principle: Catch plan failures before they become implementation failures.
This skill prevents:
- Executing broken plans that waste worker cycles
- Hitting unknown blockers mid-execution
- Redundant or duplicate work
- Structural graph problems (cycles, orphans, missing deps)
When to Use
- After
beo/planningcompletes (tasks exist in the bead graph) - User says "validate", "check the plan", "ready to build"
- Router detected state = ready-to-execute and
approvedlabel is absent