What problem does it solve?
Coordinates multi-platform validators to prevent wasted work and ensure reliable, evidence-backed validation by enforcing upstream-first execution and blocking dependent platforms when necessary. It eliminates ad-hoc parallel runs that produce incomplete or conflicting evidence and centralizes verdict synthesis so teams can act on a single source of truth.
Core Features & Use Cases
- Wave-based dependency execution: Build and execute wave plans so DB and design validators run before API, and API before Web/iOS as required.
- Exclusive evidence ownership: Each validator writes only to its e2e-evidence/{platform}/ directory to avoid contamination and ensure traceable artifacts.
- Blocking and reporting: Automatically BLOCK dependent platforms when upstream validators FAIL and write BLOCKED reports with root-cause pointers.
- Parallel spawn with orchestration: Spawn platform agents in parallel within waves, wait for completion, track states in .vf/state/wave-plan.json, and synthesize a final e2e-evidence/report.md.
- Use Case: Run pre-release fullstack validation across DB, API, Web, and iOS, capture all evidence, and produce a single actionable report for the release owner.
Quick Start
Run the forge-team skill to detect platforms, execute validators in dependency-aware waves, collect per-platform evidence into e2e-evidence/, and produce the unified report.