Upgrade path planning agent. Analyzes the full journey from current Angular version to the latest. Calculates steps, Node.js switches, estimated effort, and creates a complete upgrade roadmap. Triggers: "plan upgrade", "upgrade roadmap", "upgrade path", "how many steps", "what version am I on", "planner".
Pre-upgrade intelligence agent. Use BEFORE any Angular version upgrade to scan dependencies, detect breaking patterns, and report risks. This agent is READ-ONLY — it never modifies files. Triggers: "pre-upgrade", "audit deps", "check compatibility", "scout", "scan for breaking changes", "dependency check".
ON-DEMAND browser smoke testing using Playwright MCP. This agent is NOT part of the automatic upgrade pipeline. Use it manually when you want to visually verify the app works after an upgrade. Triggers: "test the ui", "browser test", "smoke test", "playwright test", "check if app works in browser", "visual check"…