What problem does it solve? Setting up the agent-flywheel multi-agent coding workflow requires many external CLI tools and services (br, bv, ntm, dcg, cass, cm, agent-mail), and manually checking, installing, registering, and verifying each one is error-prone and tedious. ## Core Features & Use Cases - Parallel pre-flight detection: Runs all install-state probes at once via detectInstallState and renders a single batched install plan with one consent prompt instead of per-tool questions. - Tiered tool installation: Handles required tools (br, bv, agent-mail), recommended tools (ntm, dcg, cass, cm), and optional tools, with an ACFS stack shortcut when three or more are missing. - Post-flight verification: Automatically runs the flywheel_doctor health sweep after setup and prints a tiered checklist plus glossary so the operator knows the environment is ready. - Use Case: After installing the agent-flywheel plugin in a fresh project, run this Skill to detect missing tools, install them with consent, register the Orchestrator agent in agent-mail, and confirm all required checks pass before starting the flywheel loop. ## Quick Start Run /agent-flywheel:flywheel-setup in my project to detect, install, and verify all flywheel prerequisite tools.