What problem does it solve?
Plans often lack comprehensive coverage, have gaps in task mapping, or contain invalid dependencies, leading to execution failures. The GSD Plan Checker detects these issues early so teams can correct plans before they run.
Core Features & Use Cases
- Validate plan readiness by cross-referencing ROADMAP.md, REQUIREMENTS.md, and PLAN.md frontmatter.
- Identify coverage gaps where phase goals lack corresponding tasks and flag ambiguous or duplicate mappings.
- Verify task completeness across files, actions, verification steps, and acceptance criteria.
- Check dependency graphs for cycles, missing references, or future references to ensure safe parallelization.
- Ensure that artifacts are wired together (e.g., components, APIs, and data flows) rather than created in isolation.
- Enforce scope sanity by guarding plan size and complexity to stay within context budgets.
- Provide structured issue reports with actionable fixes for blockers and warnings.
Quick Start
Run the plan checker after you finish planning to verify all six dimensions before executing the plan.