What problem does it solve? When working with the AOPS ecosystem, users often do not know which dedicated skill handles their request. This Skill acts as an interactive router that asks the operator what they want and loads the smallest matching AOPS skill, avoiding duplicated logic across skills. ## Core Features & Use Cases - Skill Routing: Directs requests to the right AOPS skill, such as aops-loop-interactive for loop orchestration, aops-cli-discuss for decisions, aops-cli-chat for coordination, aops-cli-projectman for boards and sprints, aops-cli-tasker for tasker operation, and aops-cli-docman for documents. - Global Assets Lifecycle: Runs the aops assets commands (status, install, update, rollback) to manage global AOPS CLI, setup, and TUI assets, including version-pinned updates via tags. - Use Case: An operator says they want to plan a sprint. The router gathers minimal inputs and loads aops-cli-projectman instead of reimplementing sprint mechanics inline. ## Quick Start Ask the agent to use the aops-interactive skill to figure out which AOPS skill matches your task, such as planning a sprint or updating global AOPS assets.