Domain - Domain Layer Generator
Generate domain layer components from feature specifications. Creates the foundation that data and presentation layers build upon.
Philosophy
The domain layer is pure Dart with zero external dependencies:
- No Flutter
- No Freezed (that's for data layer DTOs)
- No JSON serialization
- Only language primitives
This ensures the domain is:
- Framework-agnostic
- Easily testable
- Stable (changes least frequently)
When to Use This Skill
- After `/fea
[Description truncada. Veja o README completo no GitHub.]