Seed Expertise Generate initial expertise file by exploring the codebase and building a mental model. Arguments - : Domain name (required, e.g., "database", "websocket") - : Focus areas (optional, e.g., "connection-pool queries migrations") Instructions You are seeding an expertise file by exploring the codebase and extracting domain knowledge. Step 1: Parse Arguments Extract: - Domain name from (required) - Focus areas from remaining arguments If no domain provided, STOP and ask for domain name. Step 2: Validate Expert Exists Check if expert directory exists using Glob: If not found: - STOP…