Create Expert Scaffold a new agent expert following the Act-Learn-Reuse pattern. Arguments - : Domain name (required, kebab-case, e.g., "database", "websocket", "billing") - : Focus areas (optional, space-separated, e.g., "connection-pool queries migrations") Instructions You are creating a new agent expert scaffold using the Act-Learn-Reuse pattern from TAC Lesson 13. Step 1: Parse Arguments Extract: - Domain name from (required) - Focus areas from remaining arguments (optional) If no domain provided, STOP and ask for domain name. Step 2: Validate Domain Check if expert already exists using…