Skip to content

Tutorial recorder

Status

  • Landed: WING-210 / WING-211 — in-app tutorial recorder that produces guided tutorials for WorkWingman features.
  • Pending (as of 2026-07-30): WING-212 — swap + migration of tutorials to video format.

Purpose

The recorder creates guided tutorials used for:

  • User onboarding
  • The docs site

Architecture

TODO(verify): Exact recorder architecture (components, storage format, runtime playback model) lives in WING-210/211 tickets and code. Do not assume paths, component names, or output formats until verified there.

Recipe: record a new tutorial

Prerequisites

TODO(verify): Required build, feature flags, roles/permissions, and environment for recording.

Recording flow

  1. Open WorkWingman with the in-app tutorial recorder available (WING-210/211).
  2. TODO(verify): Start recording / define tutorial steps for the target feature.
  3. Complete the guided capture for the feature being documented.
  4. TODO(verify): Stop, review, and save the tutorial artifact.

Where output lands

TODO(verify): Output location, naming, and intermediate vs published artifacts.

How it ships to users

  • Tutorials serve onboarding and the docs site.
  • TODO(verify): Publish/deploy pipeline from recorded artifact to onboarding surfaces and docs site.
  • Video path: WING-212 will swap/migrate tutorials to video format; until that lands, current guided-tutorial delivery remains the shipped form from WING-210/211.
Ticket Scope
WING-210 / WING-211 In-app tutorial recorder (landed)
WING-212 Video format swap + migration (pending as of 2026-07-30)

Open verification

  • Recorder internal design and APIs — TODO(verify) from WING-210/211 + code
  • Artifact format and storage — TODO(verify)
  • Playback / consumption path in product and docs — TODO(verify)
  • Exact WING-212 migration steps and cutover — TODO(verify)