Angular version upgrade automation using AI Agent Teams. Use when upgrading Angular applications across ANY major version (v2 through v21+), running ng update, fixing breaking changes, or automating the full upgrade pipeline. Triggers: "angular upgrade", "ng update", "upgrade to angular", "migrate angular", "breaking…
Use when profiling or optimizing this Angular 21 habits app for faster initial load, smaller bundles, smoother rendering, or reduced change-detection work. Covers route-level code splitting, @defer, signals/computed state, template hot paths, and validation of performance changes.
Use when changing the habits data model, repository, service, persistence, or route behavior. Captures the localStorage-backed CRUD flow and daily completion rules used by this project.
Use when creating or editing standalone habit pages in src/app/features/habits/pages/. Covers the Angular template style, Tailwind utility patterns, reactive forms, and local page state used by this project.