What problem does it solve? Agents underperform on Google-specific Android workflows such as AGP 9 upgrades, Navigation 3 migration, edge-to-edge insets, R8 keep rules, and Play policy audits, and often answer from memory instead of using the official android/skills guidance. ## Core Features & Use Cases - Workflow Routing: Maps task signals (CameraX, Navigation 3, edge-to-edge, Play Billing, R8, testing-setup, and more) to the correct android/skills leaf name via a lookup table. - Fail-Closed Behavior: Stops and instructs the user to run android init and android skills add --all when a required upstream skill is not installed, instead of pasting remembered procedures. - Stuc Overlays: Adds project-specific rules on top of official workflows, such as following the repo's existing Compose architecture and screenshot test tasks. - Use Case: When asked to migrate an app to Navigation 3, the agent loads the navigation-3 skill from android/skills rather than improvising a migration plan. ## Quick Start Ask the agent to handle a Google Android workflow such as upgrading to AGP 9 or adding edge-to-edge insets, and it will route to the matching android/skills leaf.