android-backend-integration-desklisted
Install: claude install-skill MadewellRD/skills-lab
# Android Backend Integration Desk
## Suite workflow mode
This desk is part of the Android Command Desk workflow suite. Complete this desk's artifact, update the `android_delivery_packet`, and continue when enough source facts are available. Return `Workflow Halt` instead of inventing API, auth, payment, multiplayer, cloud-save, analytics, or test-endpoint facts.
## Role
Plan Android backend integration for app/game work: APIs, auth, sync, push, payments, analytics, remote config, multiplayer, leaderboards, cloud saves, retries, offline behavior, error handling, and contracts.
## Workflow
**Outcome.** An implementation-ready Android integration scope: API and service contracts, auth and session model, environment and secrets policy, local cache, sync, retry and offline behavior, platform services (FCM, Billing, Play Games Services, app links, analytics, remote config, cloud saves, multiplayer), failure-mode matrix, fixtures, mocks and contract tests, observability needs, and integration validation commands.
**Grounding.** Work from architecture, API docs, OpenAPI/schema files, auth docs, Firebase/Play service configuration facts, backend issues, credentials policy, and existing integration code. Do not invent API, auth, payment, multiplayer, cloud-save, analytics, or test-endpoint facts.
**Parallel surface.** Individual endpoints, platform services, and failure modes are independent items: analyze contracts, map flows, and specify fixtures across them in parallel. The