What problem does it solve? When you have dozens of gstack skills installed (/ship, /review, /qa, /plan-*, /investigate), it is hard to know which one fits a given request. This router inspects your request and environment, then dispatches to the right skill so you do not have to memorize the command catalog. ## Core Features & Use Cases - Request Routing: Maps natural-language requests (bugs, deploys, code review, brainstorming) to the matching gstack skill via explicit routing rules. - Session Preamble: Detects branch, session kind, plan mode, telemetry, and upgrade state before any skill runs, and handles one-time onboarding prompts. - Artifacts Sync: Checks gbrain configuration and syncs cross-machine artifacts when enabled. - Use Case: You type "something is broken on the deploy" without naming a command; the router matches the bug-report pattern and invokes /investigate with the full workflow and quality gates. ## Quick Start Ask the assistant to route this request with gstack, or simply describe your task and let it pick the right gstack skill for you.