What problem does it solve? Daily automation requests (intelligence briefings, cron maintenance, system health checks) often arrive at a single entry point, and this Skill prevents logic duplication by acting as a pure routing gate that directs each request to the correct specialized skill instead of implementing automation itself. ## Core Features & Use Cases - Request Routing: Classifies incoming routine requests and redirects them to one of three whitelisted targets: research/daily-intelligence-briefing, devops/cron-system-maintenance, or devops/project-health-audit. - Boundary Enforcement: Refuses to execute automation logic inline; unmatched requests trigger a clarification prompt rather than a guessed execution. - Golden Test Suite: Ships weighted test cases (critical/high) verifying correct routing decisions and detecting REDIRECT boundary violations. - Use Case: A user asks to "generate today's arXiv/PubMed briefing"; the Skill returns a routing decision to research/daily-intelligence-briefing and loads it via skill_view without producing any execution result itself. ## Quick Start Ask the assistant to route your daily automation request, such as generating today's arXiv intelligence briefing or checking cron task health, and it will redirect you to the correct specialized skill.