Applies the Google Stitch design system "Circuit & Syntax" and Jude Michael portfolio conventions when styling UI, theme tokens, or Stitch-linked work. Use when editing Flutter presentation, `lib/app/theme`, portfolio layout, or when the user mentions Stitch, Circuit & Syntax, or the Digital Blueprint aesthetic.
displayName on the project design-system asset).assets/549a4f0a381046a4b7f454dd05efafd015785731210514207986 (use without projects/ prefix in MCP args that expect projectId).list_design_systems with projectId above; screens: list_screens with the same id.lib/app/theme/color_tokens.dart — comments already tie each color to Stitch namedColors; extend or change UI colors here, not ad hoc literals.lib/app/theme/app_theme.dart (Material 3 dark, no-line-friendly divider theme, chips, inputs).lib/app/theme/text_styles.dart — Space Grotesk (display) + Inter (body) per the system.lib/app/theme/spacing.dart, lib/app/theme/radii.dart — align section gaps with the spec (large vertical rhythm between major sections).#00E676 seed / #3FFF8B primary in tokens), cyber blue secondary; dark nocturnal base #0E0E0E.surface and surface-container-low (and related surfaces) instead of heavy dividers; avoid solid 1px borders for sectioning.surface → surface-container-low (sections) → surface-container (cards) → surface-container-highest (elevated / floating).surface-variant with ~60% opacity and ~24px backdrop blur when implementing glass surfaces.primary to primaryContainer (AppColorTokens.primaryGradient).surfaceContainerLowest; border outlineVariant at ~20% opacity; syntax emphasis colors align with secondary, tertiary, error family — not random palette colors.surfaceContainer, generous padding; interactive hover/focus: shift toward surfaceContainerHigh and subtle scale (~1.02).outlineVariant at ~15% opacity.Shell + tabs (lib/app/router/app_router.dart): Home (/), Projects (/projects), Experience (/experience), Skills (/skills), Contact (/contact). Unknown paths redirect to /.
When using Bloc, prefer BlocSelector for granular rebuilds on specific state fields (per project rules).
For the complete written design system (all sections) and extended color/token reference, read reference.md.