What problem does it solve?
This Skill enforces plan quality by validating that every plan created during the GSD planning phase is complete, correctly dependent, owned without file conflicts, and appropriately scoped so plans are executable and predictable.
Core Features & Use Cases
- Task completeness checks: Ensures each task contains required fields such as name, files, action, verify, and done.
- Dependency and cycle detection: Validates depends_on arrays, wave assignments, and flags invalid or circular dependencies.
- File ownership and scope validation: Detects overlapping file modifications, enforces plan sizing rules, and verifies must_haves structure for goal-backward derivation.
- Use case: Run this agent as part of the /gsd:plan-phase verification loop to produce a VERIFICATION-CHECKER.md that lists blockers, major issues, and minor issues for plan authors to fix.
Quick Start
Validate all PLAN.md files in the current phase and produce a VERIFICATION-CHECKER.md with categorized issues.