What problem does it solve? Coordinating multiple AI agents on interdependent specs, stories, or work items often collapses into unverified parallel fan-out: agents conflict on shared files, judge their own work, and drift from the original goal. This Skill turns that chaos into a scheduled execution graph where correctness is defined before implementation and every node is verified independently. ## Core Features & Use Cases - Contract-first planning: Derives a verification contract from governing specs before any node runs, splitting assertions into static and behavioral lanes with recorded sources and revisions. - Graph cutting and scheduling: Cuts nodes at judging seams with bounded write scopes, draws typed edges (needs, informs, excludes), defaults writers to serial execution, and renders the graph as an approval-gated Mermaid diagram. - Independent verification and checkpoints: Assigns each node a fresh-context verifier, runs reference-judged assertions through budgeted gauntlet loops, integrates at checkpoints, and reports a full ledger of verdicts and evidence. - Use Case: Given three interdependent feature specs, produce an approved execution graph, dispatch workers into isolated worktrees on Claude Code workflows or Codex managed threads, verify each node independently, and integrate only what passes. ## Quick Start Use the graph-engineering skill to turn these specs into an execution graph with a verification contract, scheduled nodes, and an independent verifier per node.