What problem does it solve? Setting up the bmad-loop automation module requires more than copying skill files: the Python orchestrator tool must be installed from its Git repository, per-CLI hooks must be registered, and policy configuration must be bootstrapped — none of which the BMAD installer can do on its own. ## Core Features & Use Cases - Orchestrator Install & Upgrade: Installs or upgrades the bmad-loop Python package via uv tool install from its Git repository, with optional release-tag pinning and before/after version reporting. - Project Bootstrap: Runs bmad-loop init to register hooks for selected coding CLIs (claude, codex, gemini, copilot, antigravity), lay down bundled skills, and write .bmad-loop/policy.toml plus gitignore entries. - Preflight Validation: Runs bmad-loop validate and reports results as a readiness checklist, and refreshes _bmad/bmad-loop/module-help.csv without touching installer-owned files. - Use Case: A developer wants automated dev/review loops in their BMAD project — invoke this skill to install the tool, register hooks for claude and codex, and get a validated, ready-to-run setup. ## Quick Start Ask the assistant to install the bmad-loop module and set up the orchestrator tool for the claude CLI in this project.