What problem does it solve? When working in a CodeStable-enabled repository, users often don't know which of the many cs-* workflow skills to invoke, or they phrase requests too vaguely to pick one. This Skill acts as the single entry point that interprets open-ended input and points to the correct sub-skill. ## Core Features & Use Cases - Intent Routing: Matches user requests against a scenario routing table covering features, bugs, refactors, documentation, planning, and knowledge capture, then recommends exactly one cs-* sub-skill with a one-line justification. - Repository Scanning: Checks whether the codestable/ directory exists and surveys in-progress features, issues, and roadmap items before responding, so recommendations account for ongoing work. - System Overview Mode: When users only want to understand CodeStable, it presents a concise summary of the 6 entities and 3 workflows without doing any actual work. - Use Case: A user types just "cs" or says "I want to add permission checks" — the Skill scans the repo, recognizes this as a new capability request, and recommends triggering cs-feat with a brief explanation. ## Quick Start Type "cs" or describe any development request in loose terms and ask which CodeStable skill should handle it.