Architecture Exploration Reason deeply about a system, generate real architectural options, and help the user choose the best direction before any migration begins. This skill is intentionally pre-commit . Its job is to help pick the right architecture, not to execute the migration. Once a direction is chosen, hand the work off to . Why This Exists Large engineering efforts fail long before code is written: 1. Premature commitment — a promising idea becomes the default architecture before alternatives are seriously examined. 2. Local reasoning — the agent optimizes one subsystem without under…