Sequence Workflows#

Use sequence workflows when temporal order and transition dynamics are central study signals.

Typical Questions#

  • How do participants move between event states?

  • Are transition structures different across conditions?

  • Do latent states explain observed trajectories?

Key API Entry Points#

Timeline View#

plot_design_process_timeline renders one session as an actor-by-time timeline. Use it when you want a fast visual audit of who acted when before fitting transition models.

Example timeline showing one design session across actors and event types.

CLI Path#

design-research-analysis run-sequence \
  --input data/events.csv \
  --summary-json artifacts/sequence.json \
  --mode markov