What problem does it solve? Setting up the BMAD Loop module requires more than copying skill files: the bmad-loop orchestrator is a Python package that must be installed from its Git repository, bootstrapped per project with CLI hooks, and kept in sync on upgrades. This Skill automates that entire install, upgrade, and preflight workflow. ## Core Features & Use Cases - Orchestrator Install & Upgrade: Installs or upgrades the bmad-loop Python package from its Git repository via uv tool install, with optional release-tag pinning and before/after version reporting. - Project Bootstrap: Runs bmad-loop init to register per-CLI hooks (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 a readiness checklist covering config, sprint-status, git, tmux, and the coding CLI. - Use Case: A developer adds BMAD Loop automation to an existing BMAD project and asks to 'install bmad-loop module' — the Skill detects a fresh install, installs the tool, registers hooks for claude and codex, and reports the preflight results. ## Quick Start Ask the assistant to install the bmad-loop module in this project and register hooks for your coding CLI of choice.