What problem does it solve? Coordinating a bug fix across investigation, implementation, verification, and landing often requires manual handoffs and tracking. This Skill automates that pipeline as a dependency graph of scheduled agent sessions, where each node fires only when its prerequisites complete. ## Core Features & Use Cases - Dependency-Driven Nodes: Four nodes (investigate, implement, verify, land) linked by relies_on prerequisites, so each stage starts only after the previous one completes. - Failure Suspension and Re-arming: A repeatedly failing node suspends its own lane until re-approved, and revoking a node halts that lane while downstream nodes stay blocked. - Independent Verification: The verify node re-runs the test battery and live checks independently, completing only on proof. - Use Case: A team describes a bug in the workflow hub; an agent investigates the root cause, another implements the fix and runs tests, a verification agent independently confirms it, and the change is landed via the project's pull request and merge queue process. ## Quick Start Start the fix-task workflow for this bug and let the investigate, implement, verify, and land nodes run as their prerequisites complete.