What problem does it solve? When a project offers many skills, users often do not know which ones to combine, in what order, or which to skip. This Skill acts as a read-only routing advisor that maps a user's goal to the right skill mix and execution sequence, preventing wasted context from running the full suite or skipping prerequisite steps. ## Core Features & Use Cases - Three-Layer Routing Framework: Narrows decisions from project lifecycle phase to task type to specific skills and order, avoiding a search across all skills at once. - Five Standard Workflows: Covers Greenfield initialization, daily feature development, code quality fixes, harness extension, and prompt optimization, each with defined skill sequences and omission rules. - Cross-Workflow Handoff Management: Defines upstream-output-to-downstream-consumer handoff tables so multi-workflow goals execute with verified prerequisites. - Use Case: A user says "fix this bug and make sure it never happens again" — the Skill decomposes it into Workflow 2 (fix) followed by Workflow 3 (encode the pattern as a golden principle), with an explicit handoff point between them. ## Quick Start Ask the orchestrator which skills to use and in what order for your current goal, for example "I just entered this project, what should I run first?"