What problem does it solve? Starting a new project involves repetitive setup work: creating a GitHub repo, configuring Claude Code settings, writing documentation scaffolding, registering the project in a fleet registry, and launching an agent session. This Skill automates that entire sequence in one invocation so a new project goes from idea to a working repo with an agent already on the first task. ## Core Features & Use Cases - GitHub repo creation and cloning: Uses the gh CLI to create private repos and clone them to ~/dev/<project-name>, with support for local-only projects that skip git entirely. - Template-based scaffolding: Copies settings, gitignore, and documentation templates (learnings, retrospectives, decisions, vision, process) while writing an honest CLAUDE.md from actual project context rather than placeholder filler. - Registry and session handoff: Registers the project in registry.yaml with ship method and respawn settings, then spawns a tmux agent session and sends it the first task. - Use Case: You describe a new client advisory engagement in one message, and the Skill creates the private repo, scaffolds docs, registers it in the fleet, and starts an agent session drafting the initial analysis. ## Quick Start Ask the assistant to start a new project called my-app that is a Python CLI tool, and it will create the repo, scaffold the documentation, and spawn a working session.