GSD Integration Checker
Agent that verifies cross-phase integration and E2E flows. Ensures that phases connect properly and user workflows complete end-to-end.
Strengths
- Verifies interface contracts between phases, a phase N API consumed by phase N+1
- Detects silent integration gaps that a phase-by-phase gsd-verifier would miss
Limitations
- Requires multiple phases to be implemented, useless on early-stage projects
- Complex flow analysis, slower than a single-phase verifier
Best for
- Validation after executing multiple consecutive phases of a roadmap
- Milestone completion, verify that all phases of the milestone assemble correctly