Platform Device Compatibility Matrix
Overview
Provide an evidence-first contract for platform, device, OS, CPU, GPU, memory, resolution, input, network, storefront, certification, and support evidence.
When to use
Use only for the trigger conditions in the description and when the requested artifact needs explicit owners, evidence, limitations, and verification.
When NOT to use
Do not use only to prepare store screenshots, metadata, or submission forms.
Required inputs and context discovery
Collect exact project and build identity, requested scope, owners, dependencies, constraints, existing evidence, commands, artifact paths, risks, approvals, rollback or recovery, and unavailable information.
Safety and risk level
Risk level is read-only. Read-only review never authorizes mutation. Any load, rollout, publication, service, database, credential, or external-system action requires explicit human approval and bounded stop conditions.
Workflow
- Define supported platforms, minimum and recommended tiers, regions, and support policy.
Completion criterion: evidence is recorded and unresolved items are explicit.
- Enumerate representative devices, OS versions, hardware, display, input, and network conditions.
Completion criterion: evidence is recorded and unresolved items are explicit.
- Bind each matrix cell to build identity, scenario, command, artifact, and freshness.
Completion criterion: evidence is recorded and unresolved items are explicit.
- Record certification, storefront, accessibility, peripheral, and degradation risks.
Completion criterion: evidence is recorded and unresolved items are explicit.
- Return supported, unsupported, conditional, or BLOCKED verdicts without extrapolation.
Completion criterion: evidence is recorded and unresolved items are explicit.
Evidence and output contract
Produce compatibility-matrix.json with scope, snapshot, findings, owners, commands and exit codes, artifacts, acceptance criteria, Verified facts, Snapshot assumptions, Unverified hypotheses, BLOCKED items, and next actions.
Handoff contract
Record repository and path, goal, owned scope, do-not-touch scope, decisions, files changed, commands, exit codes, artifacts, restore information, blockers, next owner, and reactivation prompt.
Pitfalls and anti-rationalization
- Missing evidence is
BLOCKED, never PASS.
- A plan or review does not authorize production execution.
- Compile success, screenshots, or anecdotes do not prove broader coverage.
- Preserve unrelated work and generated-source ownership.
Verification checklist
References and scripts
No bundled runtime helper is required. Use project-owned plans, evidence, runbooks, schemas, and validation commands; repository governance tools remain full-clone-only.
1---2name: platform-device-compatibility-matrix3description: Use when a game needs a platform and device compatibility matrix across OS, hardware, GPU, memory, resolution, input, network, storefront, certification, test evidence, and support policy; not for store metadata preparation.4license: MIT5---6# Platform Device Compatibility Matrix78## Overview9Provide an evidence-first contract for platform, device, OS, CPU, GPU, memory, resolution, input, network, storefront, certification, and support evidence.1011## When to use12Use only for the trigger conditions in the description and when the requested artifact needs explicit owners, evidence, limitations, and verification.1314## When NOT to use15Do not use only to prepare store screenshots, metadata, or submission forms.1617## Required inputs and context discovery18Collect exact project and build identity, requested scope, owners, dependencies, constraints, existing evidence, commands, artifact paths, risks, approvals, rollback or recovery, and unavailable information.1920## Safety and risk level21Risk level is `read-only`. Read-only review never authorizes mutation. Any load, rollout, publication, service, database, credential, or external-system action requires explicit human approval and bounded stop conditions.2223## Workflow241. Define supported platforms, minimum and recommended tiers, regions, and support policy.25 Completion criterion: evidence is recorded and unresolved items are explicit.262. Enumerate representative devices, OS versions, hardware, display, input, and network conditions.27 Completion criterion: evidence is recorded and unresolved items are explicit.283. Bind each matrix cell to build identity, scenario, command, artifact, and freshness.29 Completion criterion: evidence is recorded and unresolved items are explicit.304. Record certification, storefront, accessibility, peripheral, and degradation risks.31 Completion criterion: evidence is recorded and unresolved items are explicit.325. Return supported, unsupported, conditional, or BLOCKED verdicts without extrapolation.33 Completion criterion: evidence is recorded and unresolved items are explicit.3435## Evidence and output contract36Produce `compatibility-matrix.json` with scope, snapshot, findings, owners, commands and exit codes, artifacts, acceptance criteria, Verified facts, Snapshot assumptions, Unverified hypotheses, BLOCKED items, and next actions.3738## Handoff contract39Record repository and path, goal, owned scope, do-not-touch scope, decisions, files changed, commands, exit codes, artifacts, restore information, blockers, next owner, and reactivation prompt.4041## Pitfalls and anti-rationalization42- Missing evidence is `BLOCKED`, never PASS.43- A plan or review does not authorize production execution.44- Compile success, screenshots, or anecdotes do not prove broader coverage.45- Preserve unrelated work and generated-source ownership.4647## Verification checklist48- [ ] Scope, identity, owners, and exclusions are explicit.49- [ ] Every verdict cites observed evidence or is labeled Unverified/BLOCKED.50- [ ] Risks have mitigations, triggers, owners, and dates.51- [ ] No unauthorized mutation, publication, deployment, or destructive action occurred.52- [ ] Handoff names the next bounded action.5354## References and scripts55No bundled runtime helper is required. Use project-owned plans, evidence, runbooks, schemas, and validation commands; repository governance tools remain full-clone-only.