Design Guidelines

Wearable Device Interaction Design Guidelines

Let the wearer know whether the device is available, what it is doing, and whether the data can be trusted, and let them keep control of their own tasks and data after removing the device, charging it, disconnecting, or switching devices.

6 principles · 14 rules · MUST 0 · SHOULD 0

Contents

Let the wearer know whether the device is available, what it is doing, and whether the data can be trusted, and let them keep control of their own tasks and data after removing the device, charging it, disconnecting, or switching devices.

Companion files: Design Token · Reference Sources.

1. Scope and how to read

Applies to interaction on watches, bands, and smart rings with a screen, and on screenless body-sensing devices, including the companion apps necessary to complete tasks. Covers initial setup, daily wear, on-device operation, sensing feedback, removal and charging, connection recovery, and device removal. Ear-worn and head-worn devices MAY adopt applicable clauses, but this document does not declare coverage of their entire experience, nor does it prescribe material, structural, or medical-certification requirements.

Products MUST declare their applicable profile based on actual capability, rather than inferring functionality merely from a "watch / ring" name:

ProfileMust be made explicitNo default assumption
Screened wrist-worn deviceEach entry point (watch face / card / full app), display lifecycle, touch and physical input, font size and focusA screen does not imply support for always-on display, a crown, an independent network, or effective wear detection
Screenless band / ringAvailable feedback, control endpoint, offline capability, status query, fault and exit pathsNo visual token is mandatorily configured; when the companion endpoint is unreachable, no immediate viewing or remote stop is promised
Companion appThe device and subject it belongs to, data timestamp, whether control has been delivered, the continuation entry for an unfinished operation"Device added" does not mean currently connected or that data is currently synced

MUST denotes an acceptance obligation; MUST NOT is an equally strong prohibition; SHOULD is followed by default, with deviations requiring a recorded rationale and equivalent verification; MAY is optional. Judgment is made by independent obligation clause; applicability and boundaries qualify the scope; examples and candidate parameter values add no obligations.

Rules, contracts, and the state model are this project's design. Platform materials support only the specific parts noted. Each rule is verified separately for whether users can understand and use it, and whether the implementation provides genuine state and control.

2. Principles and rules

PrincipleObject and directionRules
WD1 Wearing is understandable and adjustableBody contact, wearing choices, and identity eligibilityWD1-1, WD1-2
WD2 Capability matches the entry pointDevice tasks and entry-point informationWD2-1, WD2-2
WD3 Input and output are controllableActivation, operation paths, and content exposureWD3-1, WD3-2, WD3-3
WD4 Sensing results are judgeableCollection purpose, measurement quality, and freshnessWD4-1, WD4-2
WD5 The lifecycle is predictableDisplay, power consumption, and ongoing tasksWD5-1, WD5-2
WD6 Connection and data ownership are recoverableDevice association, progress already formed, and removal consequencesWD6-1, WD6-2, WD6-3

3. Full rules

WD1-1Wear position and contact issues have a usable adjustment path

Applies totasks that depend on a specific wear position, orientation, body contact, or continuous wearing.

Requirement: the wear conditions the task needs MUST be stated, and an actually usable check-and-adjustment path MUST be provided. When multiple positions or orientations are supported, user choice SHOULD be preserved, and control and presentation MUST be verified to work under those conditions. When insufficient contact affects the task, the affected part MUST be expressed; requiring tighter or longer wearing MUST NOT substitute for a reasonable adjustment or removal path; comfort or contact states that cannot be observed MUST NOT be filled in as normal.

Boundaries: a device is not required to have a contact sensor it does not possess; when automatic detection is unavailable, provide manual-check instructions. A specific wear problem cannot be diagnosed merely from the absence of data.

Design applicationwhen unstable contact is detected, prompt the user to check the position; when the cause is unknown, state "no valid sample currently" and offer checking the fit and retrying later.

Verificationuser side — can understand and adjust on the left or right wrist, with the hand actually available, and under different fit conditions; implementation side — check the contact facts, that settings take effect, the control direction, and the unknown branch.

CounterexamplesUnder-delivery — worn but there is no data and no explanation; over-delivery — every viewing requires recalibration or continuously tightening the device.

BasisWD-S1; the adjustment path is project derivation.

WD1-2On-body state, identity, and authorization are judged separately

Applies tousing wear state, lock state, or subject information to determine content visibility and action eligibility.

Requirement: on-body, off-body, and reading validity MUST be distinguished; wearing does not constitute proof of the wearer's identity or authorization. Facts MUST be bound to the device; when access eligibility is affected, they MUST also be bound to the current subject. Off-body, lock, subject change, expiry, or a temporary reading loss MUST trigger a re-adjudication of the affected content and unexecuted actions; unknown MUST NOT expand authorization. Out-of-order stale observations MUST NOT overwrite an already-confirmed, newer fact.

Boundaries: without wear detection, use explicit identity and preview rules; do not wait for a reading that does not exist. Public content is not forced into repeated authentication because of this.

Design applicationputting the device back on does not automatically restore sensitive detail; an on-body reading from another device does not lift this device's restrictions.

Verificationuser side — understands the reason for the restriction and the path to regain access; implementation side — inject stale readings, no sensor, account switch, wear by a different person, and out-of-order events, and check that authorization is not expanded.

CounterexamplesUnder-delivery — placing it near skin unlocks the account; over-delivery — viewing public weather also requires repeated login.

BasisWD-S2 only proves the sensor type exists; identity adjudication is project derivation.

WD2-1Every task has a clearly defined execution endpoint and capability fallback

Applies toall core tasks, especially tasks that depend on a phone, network, or local storage.

Requirement: which endpoint executes the task, what capability it needs, and what can be done when that capability is missing MUST be declared. Focus SHOULD be on tasks suited to the on-device endpoint; long input or complex judgment MUST have progress that can be saved, with a continuation path that locates accurately back to the same object. A handoff MUST state the target and the received result, and MUST keep a recoverable state before receipt is confirmed; when the target is unreachable, exiting or continuing later MUST still be possible.

Boundaries: a screenless task MAY be queried and controlled via a companion endpoint, but the limits when that endpoint is absent MUST be made explicit. "Please open the phone" MUST NOT be treated as a successful handoff, and not every simple action needs to be pushed to the phone to complete.

Design applicationa ring can save samples offline while the phone handles viewing; a pause on the wrist completes directly when it can be reliably completed on-device.

Verificationuser side — knows which functions do not depend on the phone and where to continue; implementation side — separately disable Bluetooth, network, required permissions, and the receiving endpoint, and check the outcome and exit path.

CounterexamplesUnder-delivery — an entire saved record becomes uninterpretable once away from the phone; over-delivery — every editing function of the phone is moved onto the wrist.

BasisWD-S3, WD-S4.

WD2-2Each entry point provides sufficient and truthful information

Applies towatch face, card, notification, full app, indicator light / sound, and companion app.

Requirement: each entry point MUST make explicit the fields it can display, the actions it allows, the input path, the detail target, freshness, and privacy handling. A screened entry point SHOULD express the object, key state, necessary units, and next step first; key negations or consequences MUST NOT be truncated, and text MUST NOT be shrunk to defeat the user's font-size setting. Screenless feedback MUST have an unambiguous meaning; a transient prompt cannot be the sole evidence for a result that needs to be queried afterward. Necessary information MUST NOT be expressed by color, vibration, or animation alone.

Boundaries: a read-only entry point MAY have no primary action; cancel, exit, and necessary detail are not constrained by the primary-action budget. No uniform glance duration is prescribed.

Design applicationa single status indicator states that the device needs attention, with the companion app available for the specific reason; opening the watch face opens the corresponding activity rather than returning to the home screen to search again.

Verificationuser side — restate the object and state on a real device, with enlarged text, and under limited feedback; implementation side — check entry-point navigation, content semantics, update time, and the actual business facts.

CounterexamplesUnder-delivery — a single flash that cannot be reviewed declares sync complete; over-delivery — the first screen is packed with metrics, requiring the wrist to stay raised continuously.

BasisWD-S3, WD-S5, WD-S6.

WD3-1Wake and activation match the user's current intent

Applies totouch, physical keys, device gestures, sleeve interference, wet hands, and touch lock.

Requirement: whether the input that wakes the device also activates controls MUST be stated per platform, to avoid a wake intent incidentally executing an unconfirmed old action. Ordinary single-finger operation MUST have a mechanism to avoid mistouch, cancel, or undo appropriate to the task; an irreversible action MUST NOT execute on touch-down, and protection proportionate to the consequence MUST exist before execution. Device-motion triggering MUST be able to be turned off and have an alternative path; touch lock MUST have an actually usable unlock / end method.

Boundaries: it is not prescribed that every platform's first tap only lights the screen. An essentially necessary touch-down response MUST record the function, the reason, and the mitigation; the exception does not apply to an irreversible submission. How an already-sent business operation is checked is covered in WD6-2.

Design applicationafter locking touch, release it with a platform-supported physical input; a sleeve brushing against it will not delete a record.

Verificationuser side — distinguishes wake, confirmation, cancellation, and lock; implementation side — test touch-then-move-away, wake boundaries, sleeve brushing, and exiting while locked.

CounterexamplesUnder-delivery — a mistouch while raising the wrist submits directly; over-delivery — every reversible action gets a long press plus double confirmation.

BasisWD-S7 supports cancellation and action alternatives; the platform activation policy needs device-by-device verification.

WD3-2Declared supported inputs can complete the corresponding tasks

Applies totouch, crown, buttons, gestures, and assistive-technology paths on both screened and screenless devices.

Requirement: the primary action, exit, stop, and recovery entries MUST be reachable under the declared wear and input conditions. The actual hit area MUST meet the applicable platform requirements and MUST NOT compete with adjacent targets; round-screen cropping and system regions MUST NOT block controls. Platform access MUST record the product form, distribution requirements, source version, and actual unit: when distributed against Google Play's Wear OS app-quality requirements, the WO-V2 48 × 48 dp target requirement is accepted per that scope and MUST NOT be substituted with other cases from general design guidance; watchOS, screenless devices, and companion endpoints each declare their own basis. Non-essential fine dragging or multi-finger operations MUST have an alternative. Focus MUST correspond to the actual object and restore to a meaningful position after returning; the target MUST NOT move while the touch point is held down.

Boundaries: hardware that does not exist is not required; wearing it on one hand does not prove the other hand is available. System-reserved keys MUST NOT be arbitrarily occupied by the product.

Design applicationthe crown and screen reader can reach the start and end of a list, pause, and return; a screenless device makes explicit which controls the on-device endpoint can execute.

Verificationuser side — completes the task and exits using the actual assistive technology; implementation side — check the hit box, focus order, name / role / state, and the independent activation path.

CounterexamplesUnder-delivery — stop is visible but assistive technology cannot activate it; over-delivery — a duplicate set of buttons is stacked for every input type.

BasisWD-S6, WD-S7, WD-S11.

WD3-3Sensitive display and deliberate viewing are controlled separately

Applies towrist raise, lock, off-body, always-on, notifications, snapshots, screen reader, and audio output.

Requirement: sensitive content MUST have a preview level and a legitimate path to deliberately expand it; text, images, accessibility semantics, app-controllable snapshots, and automatic audio MUST enforce the same eligibility adjudication. After eligibility is lost, converge promptly, not waiting for a layout change; headphone disconnection MUST NOT automatically route sensitive content to the speaker. An authorized user MUST still be able to view it deliberately through assistive technology. Output limits the platform cannot control MUST be stated truthfully.

Boundaries: wearing the device does not prove no one is nearby; a screen reader's deliberate access is not the same as unrequested speaker output. Absolute protection against bystanders or screenshots cannot be promised.

Design applicationa public summary is readable; after deliberately unlocking, the detail is both viewable and audible, and it converges again after removal.

Verificationuser side — can legitimately expand and exit; implementation side — check off-body, subject change, lock screen, snapshot, and audio-routing changes.

CounterexamplesUnder-delivery — the screen hides a balance but it is spoken aloud automatically; over-delivery — an authorized screen-reader user still cannot view it.

BasisWD-S3, WD-S8 support the privacy direction; output adjudication is project derivation.

WD4-1Collection has a purpose, boundaries, and stop conditions

Applies tocollecting body, location, activity, or other sensor data.

Requirement: the purpose, trigger timing, permission, storage location, retention period, and stop method MUST be made explicit. The request SHOULD appear when the related task needs it; after refusal or revocation, the corresponding subsequent collection that the on-device endpoint can control MUST stop, without blocking unrelated functions. Removing the device, turning off wireless, stopping collection, unbinding, and deleting data MUST each state their consequence separately. A temporary observation MUST NOT be solidified into a long-term preference without being chosen.

Boundaries: stopping collection does not automatically delete historical data; turning off Bluetooth cannot be described as having stopped the device's local collection. When an offline device's stop-collection request has not been delivered, this MUST be shown as not yet in effect; independent collection MUST have a pre-defined local authorization boundary and an enforceable stop condition, and MUST NOT wait indefinitely for reconnection. Merely displaying device status does not constitute new collection authorization.

Design applicationstopping recording states that the local record is retained; when wireless disconnects, the user knows whether an already-authorized recording continues.

Verificationuser side — understands the permitted collection and stop scope; implementation side — check the listening, saving, uploading, and actual stopped collection after revocation, not merely checking a toggle.

CounterexamplesUnder-delivery — collection and upload continue after the user disables recording; over-delivery — a public status query also demands every sensing permission.

BasisWD-S3, WD-S4; permission and storage requirements are project derivation.

WD4-2Validity, quality, and estimated nature are not conflated

Applies todisplaying or using measurement, statistical, estimated, and continuous sensing results.

Requirement: whether a reading is currently valid, whether the quality meets the intended use, and whether the result is a measurement or an estimate MUST be judged separately. Data MUST be bound to the source device, the object, the sample range, the unit, and the observation time. A missing measurement MUST NOT be filled in as zero, normal, or no anomaly; insufficient quality MUST NOT be silently treated as a reliable input. A historical value MUST retain its historical meaning; an estimate or interpolation MUST be labeled and MUST NOT be disguised as an actual measurement. When a quality condition fails, state the affected conclusions and the available next step.

Boundaries: the device being on-body does not imply good contact, still less a valid measurement; when the cause cannot be determined, express it as unknown. Users are not required to read raw sensor logs, and no universal physiological threshold is prescribed.

Design applicationthe chart shows the missing interval and the last valid sample, offering a path to check the fit / wait for a sample.

Verificationuser side — distinguishes no data from a normal result; implementation side — inject poor contact, stale samples, disturbed quality, mixed estimates, and data from the wrong device, and check the chart and the dependent conclusions.

CounterexamplesUnder-delivery — a blank period is drawn as a continuous, normal curve; over-delivery — every measurement requires the user to review the underlying sampling.

BasisWD-S1; the quality model is project derivation.

WD5-1Display lifecycle does not change business facts

Applies toa screened device entering always-on, becoming invisible, or returning to the foreground.

Requirement: display state MUST be kept separate from collection, saving, and sync. Always-on MUST, per field, choose to keep the value, show it as historical, placeholder it, or hide it; a dynamic field whose updates are constrained and would be misread as live MUST be placeholdered or removed. Sensitive fields remain subject to privacy adjudication. After recovery, the state MUST be checked before actions that depend on a new value are enabled; public static information and exit MAY be shown first.

Boundaries: system refresh and watch-face-return timing MUST NOT be written by the product as a live guarantee; a valid "recording" state also needs ongoing evidence. This rule does not apply to screenless devices, but they MUST still correctly express business state.

Design applicationa reliable task state is retained, with a transient pace switched to a placeholder; after returning to the foreground, the real update and any interruption are shown.

Verificationuser side — does not read a frozen value as live; implementation side — replay always-on, background, recovery, and mixed-privacy fields, and check that facts do not change with the theme.

CounterexamplesUnder-delivery — a frozen number is still labeled live; over-delivery — dimming restarts recording or clears all content.

BasisWD-S8.

WD5-2Removal, charging, and resource constraints have explicit consequences

Applies totasks that continuously record or are affected by low battery, storage, or system background limits.

Requirement: the capability and state of collection, persistent storage, and sync MUST be defined separately, and the behavior at removal, charging, turning off wireless, low battery, insufficient storage, and putting the device back on MUST each be made explicit. When a promise changes, the affected part and the gap MUST be stated, retainable results MUST be preserved, and a stop or continue entry MUST be provided. A stop confirmation MUST correspond to the actual scope in effect; without remote-control capability, immediate cessation of collection MUST NOT be promised.

Sampling, batching, and upload SHOULD be controlled according to purpose, avoiding useless sensor listening and always-on display. Power saving MUST NOT silently degrade data quality that a task depends on, and remaining recording time MUST NOT be promised without a reliable basis.

Boundaries: an upload in progress does not prove collection is complete; charging does not imply support for wearing while charging. A reminder MUST NOT force the user to forgo necessary removal and rest.

Design application"Device has saved; will sync once connected"; an interruption interval retains an identifiable gap.

Verificationuser side — can distinguish collection, saving, and sync; implementation side — test removal while charging, insufficient resources, disconnection, and process termination, checking the sampling range, persistence, stop confirmation, and device power consumption.

CounterexamplesUnder-delivery — collection stops in the background but the interface keeps showing recording; over-delivery — the screen and all sensors stay lit continuously just to preserve one status prompt.

BasisWD-S3, WD-S4, WD-S8.

WD6-1Association, connection, and sync are each independently verifiable

Applies topairing, account binding, disconnection, reconnection, and multi-device use.

Requirement: discovery, user selection, device association, account eligibility, the current link, and data sync MUST be distinguished; discovering a same-named device MUST NOT directly substitute for the user's selection. Every control and its confirmation MUST be bound to the device, the subject, and the task object. After a connection recovers, the current eligibility and pending state MUST be checked; a task MUST NOT be declared available or synced merely because it is associated.

Boundaries: when there is no connection, the last known state MAY be retained, but its timestamp MUST be expressed. Re-pairing is not required after every brief disconnection.

Design applicationshow "Device added, not yet connected; last synced …" with a genuine reconnection path.

Verificationuser side — can distinguish not-yet-discovered, not-connected, and not-synced; implementation side — test same-named devices, account switching, link disconnection, and late confirmations, verifying no cross-device mix-up.

CounterexamplesUnder-delivery — a successful association displays all data as synced; over-delivery — every disconnection makes the user unbind and re-pair.

BasisWD-S9; binding objects to confirmations is project derivation.

WD6-2Recovery preserves progress; a submitted consequence is not repeated

Applies totasks that promise to continue across screen-off, process termination, disconnection, or a switch of control endpoint, or operations that produce actual consequences.

Requirement: the save scope, timestamp, location, retention period, and recovery entry MUST be defined. Recovery MUST check the subject, device, object, permission, and valid intent; an unconfirmed draft MUST NOT execute automatically. Authorized-and-pending, sent/accepted, succeeded, failed, and unknown MUST be distinguished. Re-submitting the same business intent MUST use the same operation identifier, guarding against duplication from concurrency and the executed-but-unrecorded-result window; independent, separate operations MUST NOT be swallowed.

An unknown result is checked first; automatic retry is used only when idempotency can be proven and bounded-retry conditions hold. When verification is impossible, a query or later-handling path MUST still be retained. After canceling a pending send, reconnection MUST NOT re-send it; reversing an already-occurred consequence MUST be handled separately according to real capability.

Boundaries: save failure and expiry MUST be stated; not every temporary state is promised to be retained permanently. An acceptance confirmation does not mean the task is complete.

Design applicationwhen the phone's stop-recording request loses its confirmation, reconnection first queries the same task rather than blindly toggling it once to "correct" it.

Verificationuser side — understands the recovery point and the cancellable scope; implementation side — test concurrent re-submission, killing the process after remote completion, a late confirmation, offline cancellation, and two independent operations.

CounterexamplesUnder-delivery — recovery replays an operation that already happened; over-delivery — every screen-off discards the draft and demands starting over.

Basisproject derivation; for connection-limit background see WD-S3.

WD6-3Removing a device accounts for control authority and data disposition

Applies tosigning out of an account, unbinding, switching devices, returning a device, factory reset, or deleting records.

Requirement: before the operation, the affected device, subject, local unsynced data, and cloud records MUST be stated, distinguishing revoking association, stopping collection, erasing the device, and deleting cloud content. Irreversible loss MUST have protection beforehand; a completion confirmation MUST be based on actual evidence for each item. When the device is offline, cannot be erased, or the result is unknown, this MUST be expressed as unverified, with a genuine follow-up path provided; it MUST NOT be claimed that all data has been deleted.

Boundaries: retained data MUST still follow the user's choice; collection the user has already revoked MUST NOT be forcibly restored for the sake of sync. Switching devices does not automatically grant the new device every permission.

Design application"Account association removed; device not yet connected, on-device erasure unconfirmed," with an actionable follow-up.

Verificationuser side — knows which results have occurred and which are unfinished; implementation side — verify offline unbinding, unsynced data, subject change, and partial-erasure confirmations.

CounterexamplesUnder-delivery — deleting only the phone's list declares both device and cloud cleared; over-delivery — unbinding indiscriminately erases the entire history.

BasisWD-S9 supports the boundary of association cleanup; data disposition is project derivation.

4. States and events

EventIndependent facts that must be checkedUser-comprehensible result
Initial additionUser-selected device, association result, account eligibility, linkAdded / pending connection, must not be conflated with synced
Wearing or adjusting positionOn-body, contact, sample quality, subject eligibilityCan start / needs adjustment / no valid sample
Wake and entering detailPlatform activation semantics, object, permission, freshnessCurrent summary or pending update; does not execute an old intent
Entering always-onPer-field validity and privacy, real business stateStatic state, placeholder, or hidden
Removal / charging / low batteryWhether collection, saving, and sync can each continueSaved scope, missing interval, and continuation entry
Recovery after disconnectionSource ordering, subject, device, pending operations, and confirmationContinues the original task or verifies the result; does not replay
Unbinding or erasureControl eligibility, local data, and cloud data each have their own resultCompleted and unfinished items expressed separately

5. Acceptance and delivery

A task design record MUST give: user outcomes, applicable devices and entry points, the normal path, necessary facts and capabilities, alternatives/recovery, the adopted configuration and its rationale, and user-observation and mechanism evidence. Before verification, state the pass conditions and uncovered scope explicitly, and record pass, fail, or the reason for inapplicability per rule.

Required test combination (applicable per declared capability)User-side evidenceImplementation-side evidence
Screenless × no phone × wireless offKnows when viewing / stopping becomes availableCollection, saving, and control delivery are each correct
On-body × poor contact × fresh sampleNot mistaken for a valid, normal measurementQuality and freshness adjudicated independently
Left/right wrist × enlarged text × crown / screen readerPrimary task, first/last item, and exit reachableHit box, focus, and activated object are correct
Wet hands / sleeve × wake / touch lockCan cancel, unlock, or endA mistouch does not cause an unconfirmed consequence
Sensitive expansion × off-body × audio switchA legitimate re-access path remains after convergenceEach output's eligibility is handled in sync
Low battery × disconnection × always-on / removal while chargingDistinguishes collection, saving, sync, and gapsPersistence, power consumption, and actual sampling range have evidence
Remote success × lost confirmation × killed processUnderstands verification and the recovery pointThe same intent yields only one consequence; a stale confirmation does not cross to another object
Offline unbinding × local unsynced dataUnderstands the difference between removed and not-yet-erasedThe actual result of erasure in each scope is verifiable
Ordinary stationary useA simple task is not slowed by excessive confirmationNormal-task and abnormal-recovery business semantics are consistent

Sensitive leaks, repeated consequences, false success, loss of promised-to-be-saved content, and unreachable necessary control MUST NOT be offset by an average score. Readability, mistouch rate, completion rate, recovery success rate, wrist-raise burden, and power consumption are given targets by the product; record the denominator, the failure/interruption counting method, and the sample and device conditions, not only average time spent. Record the gap between comfort and actual capability; simulator screenshots MUST NOT substitute for wear and assistive-technology testing.

Documentation completeness, mechanism validity, and users actually being able to use it MUST each be demonstrated separately. This document provides design and acceptance requirements; it has not carried out device experiments, user experiments, or domain certification.


Implementation acceptance scenarios

The scenarios below turn existing clauses into reviewable acceptance inputs and set no universal performance thresholds. Select by the product's applicable capabilities and supply real devices, users, input sequences, and evidence; record the reason when inapplicable — unexecuted MUST NOT be recorded as passed.

ClauseTest input and anomalyExpected behavior and failure criteria
WD3-2A Wear OS entry point uses smaller controls while the system font size is enlarged.Check the hit area and text against the actual release scope; do not pass by exception using another form factor.
WD1-2The device is worn by a different person while the old subject's identity is still cached.Wearing a reading does not lift identity restrictions; sensitive detail is handled per current eligibility.
WD6-3The device is removed from the companion app while offline, and erasure is requested.Association removal, device erasure, and cloud-record deletion each give a genuine result.

For each scenario, check separately the effective values of the configuration, execution records, and user-comprehensible results. Retain versions, goals, event timing, failure scope, and recovery outcomes; externally unknown outcomes are filled in as neither success nor failure.

References

For checking the evidence base of the Design Guidelines and Design Token. Platform documentation supports specific platform behavior, and vendor explanations support specific device cases; this document's rule numbering, contracts, state model, combinatorial tests, and candidate parameters are this project's design and are not claimed to be prescribed verbatim by the sources.

1. Body wear and sensing

WD-S1 · Oura: heart-rate recording gaps

Official explanation: Troubleshooting Gaps in Heart Rate Graphs

  • Evidence read: the explanation of recording gaps, wear and contact, motion, and other contributing factors.
  • Adopted: on-body does not mean continuously getting a valid measurement; a specific, actionable wear-check path should be provided. Maps to WD1-1, WD4-2.
  • Boundaries: this is troubleshooting evidence for a specific device; it does not prove all rings have a contact-quality sensor, does not diagnose body state from missing measurements, and provides no universal wear-tightness parameter.

WD-S2 · Android: off-body detection sensor

Sensor: TYPE_LOW_LATENCY_OFFBODY_DETECT

  • Evidence read: the semantics and capability description of this sensor type.
  • Adopted: off-body detection is one specific observation capability, used where applicable for on-body/off-body events. Maps to WD1-2.
  • Boundaries: a device does not necessarily provide this sensor; an on-body observation does not prove identity, permission, comfort, or sample quality. Modeling these facts separately is this project's design decision.

2. Entry points, input, and device lifecycle

WD-S3 · Google: Wear OS design principles

Wear OS principles

  • Evidence read: the focus, quick comprehension, and usage context of on-wrist tasks.
  • Adopted: trade off information and actions around the on-wrist task, reducing unnecessary interaction burden. Maps to WD2, WD3.
  • Boundaries: screened on-wrist design is not treated directly as a screenless-device solution, and no uniform step count, touch size, or sustained-screen-gaze duration is derived from the principles.

WD-S4 · Oura: Airplane mode

Official explanation: Airplane Mode

  • Evidence read: the explanation of collection and saving, reconnection, and sync after wireless is turned off.
  • Adopted: this specific device can keep recording without communicating with the phone, so connection, collection, saving, and sync cannot be treated as one and the same fact. Maps to WD2-1, WD5-2, WD6-1.
  • Boundaries: offline duration, storage capacity, exit method, or remote-control capability of other hardware is not extrapolated from this. An application guide's time-limited recording scheme needs actual support from this product's device; it is not a restatement of Oura's feature.

WD-S5 · Apple: watchOS design entry points

Design and build apps for watchOS

  • Evidence read: the design overview for on-wrist apps and key-content presentation.
  • Adopted: put necessary content and the on-wrist task first, and design by platform entry point. Maps to WD2-2, WD3-1.
  • Boundaries: an overview cannot substitute for specific controls, input routing, or on-device testing; a uniform rule that "the first touch only wakes" does not follow from this. This document does not claim to have fully read every linked HIG page.

WD-S6 · Google: Accessibility on Wear OS

Accessibility on Wear OS

  • Evidence read: design recommendations for text, targets, semantics, and assistive-technology support.
  • Adopted: limited on-wrist space still needs to guarantee readable, operable, and accessible paths. Maps to WD2-2, WD3-2.
  • Boundaries: sizes, units, and platform applicability conditions MUST be checked against the actual component; this is not a universal threshold for every wear position, input device, or screenless product.

WD-S7 · W3C WAI: input intent and operation alternatives

Pointer Cancellation · Motion Actuation · Dragging Movements

  • Evidence read: the explanations and exceptions for pointer cancellation, device-motion input alternatives, and dragging alternatives.
  • Adopted: protect deliberate activation, avoiding binding task completion to a single fine-motor action. Maps to WD3-1, WD3-2.
  • Boundaries: the above are explanatory pages; for the normative text see WCAG. A native device should verify against its actual input semantics; adopting similar principles alone cannot declare conformance to all Web success criteria.

WD-S8 · Google: always-on and ambient display

Keep your app visible with always-on

  • Evidence read: interactive versus ambient display states, update, and power-consumption constraints.
  • Adopted: ambient display differs from continuous interactive display; update capability and lifecycle need dedicated handling. Maps to WD5-1.
  • Boundaries: a uniform refresh rate for all devices is not derived from one platform's behavior. This document's per-field definition of keep, timestamped-static, placeholder, or hidden is this project's presentation strategy.

3. Association and configuration expression

WD-S9 · Android: companion device association

Companion device pairing

  • Evidence read: the responsibilities of companion-device association and connection.
  • Adopted: the association operation itself does not establish an ongoing connection; being associated cannot substitute for being connected or synced. Maps to WD6-1.
  • Boundaries: unbinding, account ownership, device erasure, and cloud deletion still need to be checked against the actual system. WD6-3's requirement to verify each separately is project derivation; that all data has been cleared cannot be inferred from removing the association.

WD-S10 · Design Tokens Community Group: the format

Design Tokens Format

  • Evidence read: the expression of types, values, groups, aliases, and dimension, color, and typography.
  • Adopted: visual tokens MAY use explicit types and resolvable aliases; dimension's format unit is px or rem, and color follows the corresponding structure.
  • Boundaries: this is a Community Group format and is not called a W3C Recommendation; native device units, policy references, and runtime facts do not become standard token types because of it. This dictionary is not a full DTCG file; the example is a task design configuration.

WD-S11 · Google: Wear OS app quality requirements

Wear OS app quality

  • Verification date and evidence read: 2026-09-19, Visual Experience's WO-V1, WO-V2, and the page's stated app-quality applicability scope.
  • Adopted: apps within the corresponding scope respect the system font size; WO-V2 requires touch targets of at least 48 × 48 dp. Used as the release-acceptance basis for WD2-2, WD3-2, and platform profiles.
  • Boundaries: platform distribution-quality requirements and general design recommendations are recorded separately; not extrapolated into a uniform size for watchOS, the Web, screenless devices, or every wearable form factor. Re-check the applicable entries at the time before the target app's release.

4. Evidence discipline

  • Rule strength is determined by user outcomes and failure consequences; external materials support only the facts and design principles they actually address.
  • A vendor example cannot prove the target hardware's capability, and platform documentation cannot substitute for acceptance testing with a real device and assistive input.
  • Candidate values such as primaryActionBudget and previewFields need project verification and are not treated as constants of human capability.
  • Documentation, link, and configuration checks can prove only expression consistency; wear comfort, measurement quality, power consumption, offline control, and deletion results still require actual evidence.