Systematic code review against project rules. Use after implementing a feature, before committing. Checks VIPER compliance, SwiftUI patterns, Swift 6 concurrency, code style, and manager lifecycle.
Plans feature architecture before implementation. Use when designing new screens, managers, modules, or multi-step features. Explores the codebase, understands existing patterns, and outputs a structured implementation spec.
Multi-file scaffolding in isolated context. Use when creating screens, managers, components, models, tests, modules, paywalls, AB tests, view modifiers, extensions, or deep links. Keeps main session context clean.