What problem does it solve? When facing an unfamiliar task, users often do not know which skill, agent, or command in a large plugin library applies to their request. This meta-skill provides a discovery flowchart that routes intents like planning, TDD, code review, debugging, or security audits to the correct tool without trial and error. ## Core Features & Use Cases - Intent-to-skill mapping: A lookup table pairs common intents ("plan a feature", "review what I wrote", "find a bug") with the right agent and skill combination. - Lifecycle command overview: Documents the 7 auto-invoked Artibot commands (/plan, /implement, /code-review, /verify, /improve, /team, /daily) and their autopilot phases. - Skill cluster catalog: Groups the skill library into clusters (Planning, Implementation, Review, Cognitive, Orchestration, Memory, DDD, Marketing, Meta) with a Glob-based enumeration method for the authoritative count. - Use Case: A user asks "how do I audit my dependencies for vulnerabilities?" The flowchart routes directly to the security-reviewer agent plus the security-standards skill, skipping irrelevant options. ## Quick Start Ask the assistant what skills are available or how to accomplish a specific task, and it will use this discovery flowchart to point you to the right skill.