Dev Create Hook
Use when adding server state management to a module - creates React Query hook with caching and error handling.
Dev Create Service
Use when adding API integration to a module - creates types, contracts, adapter, and service layer.
Migration Migrate Module
Use when a complete module needs migration to the target architecture - runs 6 phases with approval gates.
Dev Create Module
Use when creating a new feature module with all layers - service, adapter, types, state, components, and tests.
Review Fix Violations
Use when architecture violations were found and need automated fixing by priority.
Migration Migrate Component
Use when a component needs migration to the target architecture or framework version.
Dev Generate Types
Use when integrating with an API endpoint and need TypeScript types, contracts, and adapters generated automatically.
Review Check Architecture
Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.
Dev Create Test
Use when a module needs test coverage - creates tests for adapters, composables, and components.
Dev Create Component
Use when adding a new UI component to an existing module - handles templates, props, and test scaffolding.
Review Review
Use when code changes need review before merge - validates architecture, types, security, and test coverage.
Docs Onboard
Use when onboarding onto a module and need a quick summary of its structure, patterns, and key files.