What problem does it solve? A Relay board's flow names agents, skills, and binaries, but nothing verifies those names resolve until a run fails mid-execution. This Skill audits every flow against the repo's actual capabilities and board health, reports each disagreement, and fixes them interactively with the user. ## Core Features & Use Cases - Nine alignment checks: Validates that node agents and slash commands resolve against the executor's own capability inventory, trigger fields are set, shell binaries exist on PATH, executors are fresh and current, and node read/write contracts are declared and honored. - Board health audit: Surfaces relay audit findings such as dropped review findings, verdict flips on retries, and CI parity gaps between GitHub workflows and flow gate nodes. - Interactive fixing: Reports errors first, then walks through each one asking whether to grow the repo (create the missing agent or skill) or shrink the flow (edit and push the flow document), always with explicit confirmation before any flow push. - Use Case: After renaming a .claude/agents file, run the doctor to catch every flow node that still references the old name before a run dies on it. ## Quick Start Ask the assistant to run the relay doctor to check all flows for alignment with this repo's agents, skills, and commands.