Enforces Transport Exchange Group (TEG) mobile architectural standards across Flutter, iOS, and Android platforms.
The TEG Mobile Architecture skill is designed to ensure strict adherence to the Transport Exchange Group's mobile design principles, centered on the core principle of one-way dependency flow. It guides developers through the systematic implementation of architectural layers—including Business Types, Use Cases, Repositories, and Data Sources—to maintain consistency and reduce technical debt. Whether you are bootstrapping a new feature, restructuring a project, or performing code reviews, this skill provides the necessary policies, structure guides, and platform-specific patterns to ensure enterprise-grade mobile development.
主要功能
010 GitHub stars
02Enforces strict one-way dependency flow (UI to Data Source)
03Provides standardized project folder and module structures
04Offers platform-specific templates for Flutter, iOS, and Android
05Validates architectural compliance during pull request reviews
06Defines clear boundaries between Business Intentions and Data Implementations
使用场景
01Designing new mobile features following the TEG layered architecture
02Restructuring existing project folders to align with organizational standards
03Reviewing code for architectural compliance across multi-platform teams