What problem does it solve? Setting up a repository for the crew multi-agent workflow involves many interdependent decisions — platform detection, provider configuration, tracker wiring, smoke harnesses, and promotion gates — and doing it ad hoc leaves repos half-configured with gates that pass vacuously. This Skill walks the setup as nine resumable, gated phases so nothing is silently skipped. ## Core Features & Use Cases - Phased, resumable setup: Tracks progress in .crew/STATUS.md across nine phases (platform, config, providers, smoke harness, code map, verification map, browser tests, promotion gates, first ticket), stopping after each for review. - Platform and toolchain detection: Scripts detect OS, WSL, CRLF issues, repo stack, and resolve tools to forms that actually run on the machine. - Guarded configuration: Creates .crew/config.json from a template, wires trackers (files, Jira, ServiceDesk Plus, Obsidian), and enforces gitignore rules for secrets before any exist. - Use Case: A developer says "set up crew in this repo" and the Skill detects the platform, asks three scoping questions, creates the config and verification scaffolding, and stops until the smoke harness runs green. ## Quick Start Ask the assistant to set up crew in this repository and follow the guided phases it proposes.