What problem does it solve? Setting up the Claude Agent framework in a new or existing project requires manually creating configuration files, workflow directories, and gitignore rules, which is error-prone and inconsistent across projects. ## Core Features & Use Cases - Interactive Setup Wizard: Walks through project identity, stack detection, testing, build commands, and code standards step by step, confirming everything before writing files. - Single-Repo and Multi-Repo Modes: Detects nested git repositories and configures either a single agent.yaml or a root config with per-repo agent-build.yaml files, including mono-repo sub-project support. - Workflow Backend Selection: Scaffolds either local markdown tracking files (BACKLOG.md, TODO.md, DONE.md, BUGS.md) or provisions a GitHub Project board via board-man scripts. - Use Case: A developer clones a Rust project and runs /agent-init; the wizard detects Cargo.toml, proposes cargo test defaults, and writes a complete agent.yaml plus .workflow/ scaffold ready for the coordinator pipeline. ## Quick Start Run /agent-init in your project root and answer the wizard's questions to generate the agent configuration and workflow files.