flutter-feature-implementation

Installation
SKILL.md

Feature Implementation Skill

Checklist

Code Structure

  • Files in data/domain/view (DTOs → data, Models → domain)
  • @JsonSerializable on DTOs, Equatable on Models
  • Repository interface in domain, implementation in data
  • Bloc (complex) or Cubit (simple) in view

Design System

  • ColorPalette (no hardcoded colors)
  • Spacing (no magic numbers)
  • Project's Design System Text Widgets (typography)
  • Project's Design System Assets (images/icons)
  • Core widgets (lib/core/widgets/)

State Management

  • Bloc for complex (multiple events), Cubit for simple
Related skills

More from desquared/agents-rules-skills

Installs
6
GitHub Stars
3
First Seen
Mar 13, 2026