What problem does it solve? Setting up a new multi-repo project under an agent-orchestrated workflow requires copying the orchestration mechanism, separating private project IP from the public template, registering repos, and wiring dev-team configuration — all repetitive and error-prone when done by hand. ## Core Features & Use Cases - CTO Home Scaffolding: Copies the template mechanism into a new private <project>-cto directory, adapts CLAUDE.md, and creates IP directories for PRDs, ADRs, and handoffs. - Greenfield or Adopt Modes: Either scaffolds brand-new dev repos with dev-team settings and hooks, or wires the CTO home to an existing fleet after a mono-repo split. - Local-Only Safety: Writes everything to disk and prints the exact gh repo create and git commands to publish — nothing is pushed or created on GitHub automatically. - Use Case: After splitting a mono-repo into multiple services, run the skill in adopt mode to stand up a private CTO home that registers the existing repos in projects.yaml. ## Quick Start Ask the agent to create a new project named acme with repos acme-core and acme-web using the new-project skill.