What problem does it solve? Wiring a repository to a Relay board for the first time leaves the repo's .claude/ agents and the board's flows out of sync, and fixing them node-by-node is guesswork. This Skill turns onboarding into a reconcile loop: diagnose with /relay-doctor, pick a seed/adopt/hybrid path, apply confirmed changes, and repeat until the doctor reports zero errors. ## Core Features & Use Cases - Doctor-driven reconcile loop: Runs /relay-doctor, applies one confirmed change at a time, and re-checks until zero errors, stopping on stalls instead of retrying blindly. - Three onboarding paths: Seed the shipped default factory, adopt the repo's existing agents and skills, or a hybrid — always an explicit human choice, never inferred. - Safe, idempotent mutations: Confirms every file diff and node-level flow change before applying, touches only .claude/, relay.md, .relay/executor.json, and flow documents, and resumes cleanly after interruption. - Use Case: After running bin/relay init on a new project, use this Skill to map the default Code flow's eight agent nodes onto your repo's two existing agents, replace the default verify command, and enable the flow only once the doctor is green. ## Quick Start Ask the assistant to onboard this repository to my Relay board and keep fixing things until relay-doctor reports zero errors.