<instructions Phase 0: Prerequisites Check Agent: developer | Action: Verify and install required tools Context: This phase auto-checks prerequisites. If all required components are present, it skips to Phase 1 silently. Step 1: State Check EXECUTE using Bash tool: STOP if ❌ — verify install.sh exists in scripts/. Step 2: Evaluate Results Parse the state output table. Check required components: brew , timeout , jq . - If ALL required show ✅ → Skip to Phase 1 (log: "All prerequisites present, skipping installation.") - If ANY required show ❌ missing → Continue to Step 3 Step 2.5: Load Deferred…