# Web Experience Orchestrator

> Use as a convenience entry point for web experience and interaction-design requests; it immediately defers to the motif root orchestrator.

- Skill: `suraj787/web-experience-orchestrator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add suraj787/web-experience-orchestrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/suraj787/web-experience-orchestrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Suraj787 (https://skillmd.com/u/suraj787)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/suraj787/web-experience-orchestrator

---


# Web Experience Orchestrator (alias)

**Responsibility:** Thin alias / entry point. It holds no logic of its own; it routes to
the root `motif` skill.

## When to invoke

- When a request arrives phrased as "web experience", "interaction design", or
  "motion/effect" work and you want a familiar entry point.

## What it does

1. Defers to the root `motif` orchestrator.
2. Runs the same 16-step workflow and Hard rules.
3. Loads the same specialist skills and `python -m motif` CLI.

## How it connects

- Adds nothing to `registry/` or `intelligence/`; it only forwards.

## Notes

Do not duplicate orchestration logic here. If behaviour needs to change, change the root
skill. This file exists only so multiple natural entry phrases reach the same governance.

