What problem does it solve? When working on multi-session agent projects with an agent/ directory, it is hard to know which workflow skill fits the current situation: grilling, ticketing, dispatch, research, or handoff. This Skill acts as a router over the entire mx workflow so you pick the right flow before starting nontrivial work. ## Core Features & Use Cases - Workflow Routing: Maps your current situation to the right mx skill, from grilling an intent through dispatching tickets to landing a review. - Artefact Guide: Explains the lifecycle and location of every artefact (specs, tickets, ADRs, research, prototypes) so work lands in the right place. - Phase Boundary Decisions: Provides an ordered decision tree (Continue, /clear, subagent, handoff) for managing context between phases of a session. - Use Case: You return to a project with an agent/ directory and a half-finished feature. Invoke the orient skill to determine whether to resume grilling, dispatch open tickets, or hand off to a fresh session. ## Quick Start Ask the agent to orient you on which mx skill or flow fits the current state of your project before starting the next piece of work.