What problem does it solve? Setting up a multi-repo agent workflow by hand means manually checking prerequisites, deciding how the clone operates, and wiring up a project registry — steps that are easy to skip or get wrong. This Skill automates first-time onboarding for a freshly cloned agent-workflow-template so the environment is verified and repos are registered consistently. ## Core Features & Use Cases - Prerequisite Verification: Checks git identity, gh CLI auth, python3, review-engine environment variables (OPENROUTER_API_KEY, ANTHROPIC_API_KEY), and reports each as ready, warning, or blocking. - Repo Discovery and Registration: Scans for sibling git repositories next to the clone and offers to register them in .cto/projects.yaml, inferring language from files like pyproject.toml or package.json. - Mechanism Deployment: Optionally pushes the template's dev-team mechanism (CLAUDE.md, hooks, scripts, personas) into selected repos via push-to-repos.sh without committing. - Use Case: After cloning the template, say "set up my environment" — the Skill checks prerequisites, asks whether to operate in place or spawn a private <project>-cto home, registers your existing repos, settles the review engine, and marks setup complete. ## Quick Start Ask the agent to set up my environment and answer its questions about operating mode and which sibling repos to register.