Review Fix Violations
Use when architecture violations were found and need automated fixing by priority.
Dev Create Hook
Use when adding server state management to a module - creates React Query hook with caching and error handling.
Dev Create Island
Use when adding an interactive UI component that requires client-side JavaScript - creates a framework island with hydration strategy.
Dev Create Service
Use when adding API integration to a module - creates types, contracts, adapter, and service layer.
Review Check Architecture
Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.
Dev Generate Types
Use when integrating with an API endpoint and need TypeScript types, contracts, and adapters generated automatically.
Dev Create Component
Use when adding a new UI component to an existing module - handles templates, props, and test scaffolding.
Migration Migrate Module
Use when a complete module needs migration to the target architecture - runs 6 phases with approval gates.
Docs Onboard
Use when onboarding onto a module and need a quick summary of its structure, patterns, and key files.
Review Review
Use when code changes need review before merge - validates architecture, types, security, and test coverage.
Dev Create Test
Use when a module needs test coverage - creates tests for adapters, composables, and components.
Dev Create Module
Use when creating a new feature module with all layers - service, adapter, types, state, components, and tests.
Dev Create Injectable
Use when adding a signal-based store or utility service - creates injectable with inject() and Angular Signals.
Dev Create Composable
Use when adding server state management or shared logic - creates an auto-imported composable with useFetch/useAsyncData.
Migration Migrate Component
Use when a component needs migration to the target architecture or framework version.