adapt
01Command
Add iOS Cupertino variant for a Material widget/screen. Creates platform-adaptive wrapper.
Command
Add iOS Cupertino variant for a Material widget/screen. Creates platform-adaptive wrapper.
Command
Add tasteful motion — Hero transitions, AnimatedSwitcher, implicit animations, duration tokens. Respects reduced-motion.
Command
Scan Flutter code for anti-patterns across visual, layout, platform, and code-quality categories. Read-only.
Command
Amplify conservative or boring designs — stronger color contrast, bolder typography, more prominent CTAs, richer visual hierarchy.
Command
Accessibility audit — Semantics labels, contrast ratios, touch target sizes, screen reader flow. Read-only.
Command
Audit platform adaptation. Mobile apps must feel native on both iOS and Android — this command finds the gaps.
Command
Improve unclear UX copy — button labels, error messages, onboarding text, tooltips, and empty states. Makes text actionable and human.
Command
Apply ColorScheme.fromSeed + semantic tokens throughout. Generates matching dark theme.
Command
Guided shape-then-build flow — design the screen's purpose, layout, and hierarchy before writing widgets. Full creation workflow with visual iteration.
Command
Subjective UX and visual hierarchy review of a screen widget. Comments on affordance, spacing, copy, and layout balance. Read-only.
Command
Add micro-interactions — haptics, subtle motion, skeleton loaders, pull-to-refresh polish.
Command
Reduce widget nesting and extract repeated trees into named widgets. Flattens Container/Padding/Container chains.
Command
Generate empty/error/loading state widgets for a screen.
Command
Pull reusable components, tokens, and patterns out of screens into the design system. Creates shared widgets, theme extensions, and const token files.
Command
Build a validated form with TextFormField, error states, focus flow, and correct keyboard types.
Command
Add loading/error/empty states, mounted guards, disposal, null safety tightening. Makes screens production-ready.
Command
Swap default Material icons for a coherent set; wire fluttersvg or font icons consistently.
Command
Fix layout, spacing, and visual rhythm — responsive breakpoints, SafeArea, LayoutBuilder, overflow guards.
Command
Wire flutterlocalizations + intl, extract hardcoded strings to ARB files.
Command
Pull hardcoded values (colors, spacing, text styles) into theme tokens. Replaces magic numbers with semantic references.
Command
Performance pass — const, RepaintBoundary, ListView.builder, image caching, minimize rebuilds.
Command
Add technically extraordinary visual effects — custom painters, shaders, particle systems, complex gesture animations, parallax, morphing transitions.
Command
Final pre-ship refinement. Adds const, fixes key hygiene, removes dead code, tightens copy. Safe edits only.
Command
Tone down overly aggressive designs — softer colors, lighter weights, more whitespace, reduced visual noise.