Mission

This is a human-factors subsystem, not an animation library. Every guided screen should answer three questions within two seconds: where am I, what do I do, and how do I do it?

If the user must read a paragraph to act correctly, the screen should be simplified.

Operating Principle

Gesture And Target

The language separates two ideas:

Gesture assets should stay generic. Target drawings should resemble Android only enough for recognition.

Instruction Layout

Text Standard

Visual Standard

Motion Standard

Technical Decision

The current PPSM implementation uses local animated SVG assets rendered by the touchscreen UI. SVG remains preferred for the foundation because PPSM operates offline, the first primitives are simple, and no player dependency is required. Lottie remains acceptable later if the library becomes complex enough to justify bundling a local player.

Current Implementation