Upgrade Prompt Upgrade an existing prompt to a higher level. Arguments - : Path to prompt file - : Target level (optional, defaults to current + 1) Instructions You are upgrading a prompt to add capabilities from a higher level. Step 1: Validate Inputs If no provided, STOP and ask user for prompt file path. Step 2: Read Current Prompt Read the prompt file at completely. Step 3: Analyze Current Level Identify current level based on: - Sections present - Patterns used - Complexity indicators Step 4: Determine Target Level Target = if provided, otherwise current + 1. Validate: - Target must be c…