@tera-system/core 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/LICENSE.md +13 -0
  2. package/MANIFEST.json +24 -0
  3. package/README.md +67 -0
  4. package/RELEASES.md +28 -0
  5. package/WELCOME.md +35 -0
  6. package/agents/application-blueprint.md +407 -0
  7. package/agents/auditor.md +665 -0
  8. package/agents/design-reviewer.md +392 -0
  9. package/agents/domain-expert-agent.md +510 -0
  10. package/agents/domain-research-agent.md +360 -0
  11. package/agents/engineering-agent-dotnet.md +218 -0
  12. package/agents/engineering-agent-phaser.md +275 -0
  13. package/agents/engineering-agent-typescript.md +300 -0
  14. package/agents/engineering-agent.md +143 -0
  15. package/agents/monitor.md +395 -0
  16. package/agents/production-erp-expert.md +506 -0
  17. package/agents/project-knowledge-agent.md +271 -0
  18. package/agents/qa-agent.md +498 -0
  19. package/agents/tera-business-transformation-consultant.md +290 -0
  20. package/agents/tera-client-engagement.md +891 -0
  21. package/agents/tera-software-designer.md +237 -0
  22. package/agents/tera-strategic-advisor.md +325 -0
  23. package/agents/tera-system-evolution.md +759 -0
  24. package/agents/tera.md +520 -0
  25. package/agents/ui-designer.md +426 -0
  26. package/commands/tera-approve.md +34 -0
  27. package/commands/tera-diagnose.md +47 -0
  28. package/commands/tera-gate.md +40 -0
  29. package/commands/tera-help.md +41 -0
  30. package/commands/tera-new-project.md +35 -0
  31. package/commands/tera-plan.md +34 -0
  32. package/commands/tera-request-build.md +45 -0
  33. package/commands/tera-resume.md +34 -0
  34. package/commands/tera-review.md +52 -0
  35. package/commands/tera-status.md +38 -0
  36. package/commands/tera-update.md +48 -0
  37. package/core/project-control/templates/TASK_TEMPLATE.md +146 -0
  38. package/core/tera-system/AGENT_ACTIVATION_MATRIX.md +285 -0
  39. package/core/tera-system/AGENT_DEPENDENCY_MAP.md +117 -0
  40. package/core/tera-system/AGENT_GENERATION_TEMPLATE.md +312 -0
  41. package/core/tera-system/AGENT_PERMISSION_MODEL.md +343 -0
  42. package/core/tera-system/AIS_PROTOCOL.md +191 -0
  43. package/core/tera-system/TERA_AGENT_CONDUCT.md +102 -0
  44. package/core/tera-system/TERA_CONTINUOUS_IMPROVEMENT_POLICY.md +111 -0
  45. package/core/tera-system/TERA_DISTRIBUTION_POLICY.md +291 -0
  46. package/core/tera-system/TERA_PROJECT_DECISION.md +281 -0
  47. package/core/tera-system/TERA_USER_GUIDE.md +462 -0
  48. package/core/tera-system/TOOLING_AND_MCP_POLICY.md +285 -0
  49. package/core/tera-system/TeraApplicationQuestionBank.md +362 -0
  50. package/core/tera-system/TeraArchitectureMap.md +91 -0
  51. package/core/tera-system/TeraClientPolicy.md +366 -0
  52. package/core/tera-system/TeraHelperAgents.md +970 -0
  53. package/core/tera-system/TeraPolicyMap.md +131 -0
  54. package/core/tera-system/TeraPreExecutionGate.md +818 -0
  55. package/core/tera-system/TeraPreparationDocumentationGovernance.md +370 -0
  56. package/core/tera-system/TeraPricingPolicy.md +674 -0
  57. package/core/tera-system/TeraProjectIntakePolicy.md +164 -0
  58. package/core/tera-system/TeraScenarioStressTests.md +168 -0
  59. package/core/tera-system/TeraSubAgents.md +854 -0
  60. package/core/tera-system/TeraSystemMaintenanceChecklist.md +80 -0
  61. package/core/tera-system/TeraTokenPolicy.md +362 -0
  62. package/core/tera-system/Tera_Project_Preparation_Files.md +1045 -0
  63. package/core/tera-system/agent-helpers/application-blueprint-details.md +177 -0
  64. package/core/tera-system/client-helpers/tera-client-engagement-discovery-domains.md +99 -0
  65. package/core/tera-system/client-helpers/tera-client-engagement-gates.md +258 -0
  66. package/core/tera-system/client-helpers/tera-client-engagement-pricing.md +341 -0
  67. package/core/tera-system/client-helpers/tera-client-engagement-protocols.md +692 -0
  68. package/core/tera-system/consulting-helpers/BTCA_METHODOLOGY_FRAMEWORK.md +195 -0
  69. package/core/tera-system/consulting-helpers/BTCA_REPORT_TEMPLATES.md +266 -0
  70. package/core/tera-system/design-system/ACCESSIBILITY_RULES.md +31 -0
  71. package/core/tera-system/design-system/COMPONENT_LIBRARY_SCHEMA.md +46 -0
  72. package/core/tera-system/design-system/DESIGN_MD_INTEGRATION.md +59 -0
  73. package/core/tera-system/design-system/DESIGN_REVIEW_STANDARDS.md +241 -0
  74. package/core/tera-system/design-system/DESIGN_SOURCE_PROTOCOL.md +61 -0
  75. package/core/tera-system/design-system/DESIGN_SYSTEM_OVERVIEW.md +66 -0
  76. package/core/tera-system/design-system/DESIGN_TOKENS_SCHEMA.md +66 -0
  77. package/core/tera-system/design-system/EXTERNAL_REFERENCE_ANALYSIS.md +52 -0
  78. package/core/tera-system/design-system/FIGMA_INTEGRATION.md +138 -0
  79. package/core/tera-system/design-system/INTERNAL_KITS_INDEX.md +26 -0
  80. package/core/tera-system/design-system/LAYOUT_PATTERNS.md +52 -0
  81. package/core/tera-system/design-system/MOBILE_UI_UX_STANDARDS.md +342 -0
  82. package/core/tera-system/design-system/RTL_LTR_RULES.md +39 -0
  83. package/core/tera-system/design-system/UI_ACCEPTANCE_GATE.md +80 -0
  84. package/core/tera-system/design-system/kits/KIT_ADMIN_DASHBOARD.md +102 -0
  85. package/core/tera-system/engineering-governance/ENGINEERING_AGENT_RESPONSIBILITIES.md +210 -0
  86. package/core/tera-system/engineering-governance/ENGINEERING_BEST_PRACTICES.md +468 -0
  87. package/core/tera-system/engineering-governance/ENGINEERING_GOVERNANCE_GATE.md +131 -0
  88. package/core/tera-system/engineering-governance/ENGINEERING_REVIEW_CHECKLIST.md +129 -0
  89. package/core/tera-system/engineering-governance/QUALITY_GATE_THRESHOLDS.md +159 -0
  90. package/core/tera-system/engineering-helpers/engineering-agent-core.md +171 -0
  91. package/core/tera-system/knowledge-base/OPENHANDS_ARCHITECTURE_REFERENCE.md +243 -0
  92. package/core/tera-system/knowledge-base/manufacturing/00_INDEX.md +32 -0
  93. package/core/tera-system/knowledge-base/manufacturing/01_MANUFACTURING_ERP_CORE_CONCEPTS.md +7 -0
  94. package/core/tera-system/knowledge-base/manufacturing/02_SAP_MANUFACTURING_RESEARCH.md +7 -0
  95. package/core/tera-system/knowledge-base/manufacturing/03_DYNAMICS_365_MANUFACTURING_RESEARCH.md +7 -0
  96. package/core/tera-system/knowledge-base/manufacturing/04_ORACLE_MANUFACTURING_RESEARCH.md +7 -0
  97. package/core/tera-system/knowledge-base/manufacturing/05_ODOO_MANUFACTURING_RESEARCH.md +7 -0
  98. package/core/tera-system/knowledge-base/manufacturing/06_ERPNEXT_MANUFACTURING_RESEARCH.md +7 -0
  99. package/core/tera-system/knowledge-base/manufacturing/07_MANUFACTURING_COSTING_GUIDE.md +7 -0
  100. package/core/tera-system/knowledge-base/manufacturing/08_PRODUCTION_DISCOVERY_QUESTIONS.md +7 -0
  101. package/core/tera-system/knowledge-base/manufacturing/09_MANUFACTURING_BLUEPRINT_CHECKLIST.md +7 -0
  102. package/core/tera-system/knowledge-base/manufacturing/10_PRODUCTION_TEST_SCENARIOS.md +7 -0
  103. package/core/tera-system/knowledge-base/manufacturing/11_QUALITY_REWORK_AND_SCRAP_GUIDE.md +7 -0
  104. package/core/tera-system/knowledge-base/manufacturing/12_MRP_AND_PLANNING_GUIDE.md +7 -0
  105. package/core/tera-system/knowledge-base/manufacturing/13_LOCAL_AND_REGIONAL_MANUFACTURING_CONTEXT.md +7 -0
  106. package/core/tera-system/knowledge-base/manufacturing/14_VENDOR_COMPARISON_MATRIX.md +7 -0
  107. package/core/tera-system/product-standards/maintenance-apps/BEST_PRACTICES_DOMAIN.md +325 -0
  108. package/core/tera-system/product-standards/maintenance-apps/STANDARD_DEFINITION.md +142 -0
  109. package/core/tera-system/profiles/PROFILES_INDEX.md +57 -0
  110. package/core/tera-system/profiles/TEMPLATE.md +47 -0
  111. package/core/tera-system/profiles/dotnet-blazor-ef.md +76 -0
  112. package/core/tera-system/profiles/dotnet-razorpages-adonet.md +137 -0
  113. package/core/tera-system/profiles/dotnet-wpf-sqlite.md +159 -0
  114. package/core/tera-system/profiles/effect-bun-opencode.md +109 -0
  115. package/core/tera-system/profiles/flutter-mobile.md +369 -0
  116. package/core/tera-system/profiles/nextjs-prisma.md +110 -0
  117. package/core/tera-system/profiles/phaser-react-node.md +302 -0
  118. package/core/tera-system/profiles/react-pwa.md +97 -0
  119. package/core/tera-system/runtime/CLIENT_DISCOVERY_PROTOCOL.md +145 -0
  120. package/core/tera-system/runtime/DOMAIN_INTELLIGENCE_PROTOCOL.md +124 -0
  121. package/core/tera-system/runtime/MVP_DEFINITION_PROTOCOL.md +176 -0
  122. package/core/tera-system/runtime/TERA_RUNTIME_CHECKLISTS.md +646 -0
  123. package/core/tera-system/runtime/TERA_RUNTIME_PROTOCOLS.md +50 -0
  124. package/core/tera-system/runtime/TERA_RUNTIME_PROTOCOLS_CLIENT.md +355 -0
  125. package/core/tera-system/runtime/TERA_RUNTIME_PROTOCOLS_CORE.md +799 -0
  126. package/core/tera-system/runtime/TERA_RUNTIME_TEMPLATES.md +908 -0
  127. package/core/tera-system/runtime/TERA_RUNTIME_TEMPLATES_DELIVERY.md +584 -0
  128. package/core/tera-system/runtime/TERA_RUNTIME_TEMPLATES_PREPARATION.md +376 -0
  129. package/core/tera-system/runtime/TERA_SOLUTION_PREPARATION_PROTOCOL.md +335 -0
  130. package/core/tera-system/runtime/TERA_SOLUTION_PREPARATION_TEMPLATES.md +397 -0
  131. package/core/tera-system/runtime/VERSION_LIFECYCLE_PROTOCOL.md +296 -0
  132. package/core/tera-system/semgrep-rules/README.md +32 -0
  133. package/core/tera-system/semgrep-rules/tera-security.yml +66 -0
  134. package/core/tera-system/semgrep-rules/tera-standards.yml +49 -0
  135. package/core/tera-system/teranoo-ui/README.md +48 -0
  136. package/core/tera-system/teranoo-ui/components/button.tsx +51 -0
  137. package/core/tera-system/teranoo-ui/components/card.tsx +49 -0
  138. package/core/tera-system/teranoo-ui/components/dashboard-layout.tsx +36 -0
  139. package/core/tera-system/teranoo-ui/components/data-table.tsx +146 -0
  140. package/core/tera-system/teranoo-ui/components/empty-state.tsx +31 -0
  141. package/core/tera-system/teranoo-ui/components/kpi-card.tsx +42 -0
  142. package/core/tera-system/teranoo-ui/components/page-header.tsx +25 -0
  143. package/core/tera-system/teranoo-ui/components/search-input.tsx +40 -0
  144. package/core/tera-system/teranoo-ui/components/sidebar.tsx +66 -0
  145. package/core/tera-system/teranoo-ui/components/stats-card.tsx +37 -0
  146. package/core/tera-system/teranoo-ui/registry.json +77 -0
  147. package/core/tera-system/teranoo-ui/styles/teranoo-theme.css +61 -0
  148. package/opencode.tera.example.json +30 -0
  149. package/package.json +37 -0
  150. package/scripts/build.mjs +110 -0
  151. package/scripts/install.js +244 -0
  152. package/scripts/lib/license.mjs +90 -0
  153. package/scripts/lib/public-key.pem +3 -0
  154. package/scripts/tera-license.mjs +63 -0
  155. package/tools/tera-clean.ps1 +97 -0
  156. package/tools/tera-fetch.ps1 +165 -0
  157. package/tools/tera-release.ps1 +96 -0
  158. package/tools/tera-schedule.ps1 +59 -0
  159. package/tools/tera-update.ps1 +472 -0
  160. package/tools/tera-watch.ps1 +154 -0
  161. package/tools/update-client-repositories.ps1 +92 -0
@@ -0,0 +1,176 @@
1
+ # MVP Definition & Phased Roadmap Protocol
2
+
3
+ ## 1. Purpose
4
+
5
+ This protocol defines how Tera classifies application features after discovery and before MVP scope definition.
6
+
7
+ It prevents feature-bloat in MVP by enforcing a mandatory classification step between Intake Collection and Project Preparation.
8
+
9
+ ---
10
+
11
+ ## 2. The Golden Rule
12
+
13
+ ```text
14
+ Discovery collects possibilities.
15
+ MVP includes only what is required for the smallest useful approved version.
16
+ Everything else must be classified into Extended MVP / Phase 2 / Phase 3 / Later / Out of Scope.
17
+ ```
18
+
19
+ **User-selected features during discovery are not automatically MVP.**
20
+ Tera must classify each feature by necessity, dependency, risk, cost, and implementation size before placing it in MVP.
21
+
22
+ ---
23
+
24
+ ## 3. Classification Tiers
25
+
26
+ | Tier | Label | Definition |
27
+ |---|---|---|
28
+ | **Core MVP** | Phase 1A | The smallest version that delivers the primary workflow end-to-end. Without this feature, the app cannot function for its core purpose. |
29
+ | **Extended MVP** | Phase 1B | Important additions that significantly improve usability but can be added after Core MVP is stable. Users can start using Core MVP without them. |
30
+ | **Phase 2** | — | Meaningful improvements that depend on Core MVP data and workflows being operational first. |
31
+ | **Phase 3** | — | Advanced capabilities, integrations, or automations. Higher complexity, lower urgency. |
32
+ | **Later / Enterprise** | — | Expensive, complex, or enterprise-specific features. Deferred unless explicitly required for the target deployment. |
33
+ | **Out of Scope** | — | Not part of the project vision. Documented to prevent future scope creep. |
34
+
35
+ ---
36
+
37
+ ## 4. Mandatory Classification Criteria
38
+
39
+ For every feature collected during discovery, Tera must ask these questions in order:
40
+
41
+ | # | Question | If Yes → | If No → |
42
+ |---|---|---|---|
43
+ | 1 | Is this feature essential for the primary workflow to function? | **Core MVP** candidate | Ask #2 |
44
+ | 2 | Does the app still deliver its core value without this feature? | Ask #3 | **Core MVP** |
45
+ | 3 | Can this feature be added safely in weeks without rework? | **Extended MVP** candidate | Ask #4 |
46
+ | 4 | Does this feature depend on Core MVP data/workflows being stable? | **Phase 2** candidate | Ask #5 |
47
+ | 5 | Is this feature high complexity but low urgency? | **Phase 3** candidate | Ask #6 |
48
+ | 6 | Is this feature enterprise-only, expensive, or rarely used? | **Later / Enterprise** | **Out of Scope** |
49
+
50
+ ### Additional weighting factors:
51
+ - **Necessity**: Does the primary actor need this to complete their goal?
52
+ - **Dependency**: Does this feature depend on another feature that is not yet built?
53
+ - **Risk**: Would deferring this cause technical debt or rework?
54
+ - **Cost**: How many screens, tables, and workflows does this feature require?
55
+ - **Implementation Size**: Can this be built in days or weeks?
56
+
57
+ ---
58
+
59
+ ## 5. Classification Process
60
+
61
+ This process runs AFTER enough discovery information is collected, BEFORE the MVP scope is finalized in `project-inputs/01_APPLICATION_IDEA.md`.
62
+
63
+ ```text
64
+ 1. Collect all candidate features from discovery.
65
+ 2. For each feature, run the 6-question classification (Section 4).
66
+ 3. Assign each feature to one of the 6 tiers.
67
+ 4. Review the Core MVP list:
68
+ - Is it the smallest version that delivers the core workflow?
69
+ - Can a user complete their primary goal without leaving the app?
70
+ - Can the Core MVP be built and delivered in a reasonable timeframe?
71
+ - If Core MVP is still too large, reclassify borderline features downward.
72
+ 5. Document the classified list in project-inputs/01_APPLICATION_IDEA.md
73
+ under the appropriate sub-sections (Core MVP, Extended MVP, etc.).
74
+ 6. Present the classified list to the user in the Application Understanding Summary.
75
+ 7. The user reviews and approves/reclassifies before Tera proceeds to phased roadmap.
76
+ ```
77
+
78
+ **The user may override classifications, but Tera must not default to putting features in Core MVP because the user mentioned them first.**
79
+
80
+ ---
81
+
82
+ ## 6. Relationship with Phased Roadmap
83
+
84
+ The classified features feed directly into the Phased Application Roadmap:
85
+
86
+ | Classification | Maps to Roadmap Section |
87
+ |---|---|
88
+ | Core MVP (Phase 1A) | Phase 1 / MVP |
89
+ | Extended MVP (Phase 1B) | Phase 1 / MVP (with note: "Extended — can follow Core") |
90
+ | Phase 2 | Phase 2 |
91
+ | Phase 3 | Phase 3 |
92
+ | Later / Enterprise | Later / Enterprise |
93
+ | Out of Scope | Out of scope |
94
+
95
+ ---
96
+
97
+ ## 7. Example: MRMS Feature Classification
98
+
99
+ This example shows how the protocol applies to the Material Request Management System.
100
+
101
+ | Feature | Classification | Rationale |
102
+ |---|---|---|
103
+ | Login + Roles (Employee, Manager, Admin) | **Core MVP** | Required for any workflow |
104
+ | Departments + Users basic management | **Core MVP** | Required to assign managers and route approvals |
105
+ | Material Catalog (add/list basic items) | **Core MVP** | Employee must select materials to request |
106
+ | Create material request (from catalog + manual) | **Core MVP** | The primary workflow |
107
+ | Manager approval (accept/reject) | **Core MVP** | The secondary workflow — without it no request is fulfilled |
108
+ | Senior management approval | **Core MVP** | Required by user as mandatory approval step |
109
+ | Request status tracking (Pending/Approved/Rejected) | **Core MVP** | User must know request outcome |
110
+ | Responsive Web (desktop + mobile browser) | **Core MVP** | The only delivery platform for Phase 1 |
111
+ | Arabic + English (RTL/LTR) | **Core MVP** | Required for both user groups |
112
+ | File attachments on requests | **Extended MVP** | Important but requests can be created and approved without files |
113
+ | In-app notifications (bell icon, notification list) | **Extended MVP** | Users can check request status manually; notifications improve UX |
114
+ | Dashboard with basic stats | **Extended MVP** | Useful but not blocking; users can use request list directly |
115
+ | Inventory management (quantities, stock tracking) | **Phase 2** | Depends on Core MVP being stable; adds warehouse workflow |
116
+ | Email notifications | **Phase 2** | Requires email service setup; in-app is sufficient initially |
117
+ | Low stock alerts | **Phase 2** | Depends on inventory management being active |
118
+ | Export to Excel/PDF | **Phase 2** | Useful but not core; manual reporting works initially |
119
+ | PWA + Push Notifications | **Phase 3** | Requires PWA service worker; adds complexity |
120
+ | Approval routing by request value | **Phase 3** | Advanced workflow rule; additional configuration |
121
+ | Advanced analytics dashboard | **Phase 3** | Depends on accumulated data from Core MVP |
122
+ | Audit log (detailed) | **Phase 3** | Phase 2 simple logging is sufficient |
123
+ | Native mobile app | **Later** | Expensive; PWA covers mobile needs initially (web app example) |
124
+ | Native mobile app (mobile-first product) | **Depending on product** | If the product IS mobile-first (delivery app, social app, field-service app), mobile is Core MVP, not Later. Do NOT auto-defer mobile when the product's primary value requires native capabilities (camera, GPS background, offline-first, push notifications, hardware access). |
125
+ | ERP integration | **Later** | Enterprise-only; not in current scope |
126
+ | Enforced budget limits per department | **Later** | Enterprise/complex; reporting-only is sufficient initially |
127
+ | External procurement/purchase orders | **Out of Scope** | Not part of this system's vision |
128
+
129
+ ---
130
+
131
+ ## 8. Protocol Enforcement
132
+
133
+ - This protocol activates **automatically** whenever Tera enters Intake Collection Mode and collects candidate features.
134
+ - Tera **must not** write a finalized `MVP Scope` in `01_APPLICATION_IDEA.md` without first running the classification process.
135
+ - Tera **must** reference this protocol in the Application Discovery section of `.opencode/agents/tera.md`.
136
+ - The classification **must** be visible to the user in the Application Understanding Summary.
137
+ - The user may reclassify, but the default is Tera's analysis-based classification, not automatic MVP inclusion.
138
+
139
+ ---
140
+
141
+ ## 8.1 Mobile Classification Rule
142
+
143
+ When the application type is **Mobile** (Flutter / native):
144
+
145
+ - Mobile-first products **must not** be auto-deferred to `Later` simply because they are mobile.
146
+ - Apply the same classification criteria (necessity, dependency, risk, cost, size) without platform bias.
147
+ - If the product's core value depends on mobile-native capabilities (camera, GPS, offline-first, push notifications, hardware sensors), those capabilities are Core MVP candidates, not automatically Phase 2+.
148
+ - If the product can be delivered as PWA/Responsive Web with the same value, mobile-native can be deferred.
149
+
150
+ ### Classification examples for mobile products
151
+
152
+ | Feature | Classification | Rationale |
153
+ |---|---|---|
154
+ | Camera capture (field-service app) | **Core MVP** | Primary workflow requires photo evidence |
155
+ | GPS tracking (delivery app) | **Core MVP** | Core feature — cannot be replaced by PWA |
156
+ | Push notifications (social app) | **Core MVP** | Primary engagement mechanism |
157
+ | Offline support (field app) | **Core MVP** | Required where network coverage is unreliable |
158
+ | Fingerprint/Face login | **Extended MVP** | Nice-to-have; email+password works initially |
159
+ | Dark mode | **Extended MVP** | Usability improvement, not blocking |
160
+ | Wear OS / watch app | **Phase 2** | Expands beyond phone; not MVP |
161
+ | Tablet-adaptive layout | **Phase 2** | Phone layout works initially; tablet optimization is Phase 2 |
162
+ | AR/VR features | **Phase 3 / Later** | Advanced capability, high complexity |
163
+
164
+ For mobile product classification, also load `tera-system/profiles/flutter-mobile.md` and `tera-system/design-system/MOBILE_UI_UX_STANDARDS.md` during Discovery.
165
+
166
+ ---
167
+
168
+ ## 9. References
169
+
170
+ - `.opencode/agents/tera.md` — Section 13: Application Discovery & Intake Dialogue
171
+ - `project-inputs/01_APPLICATION_IDEA.md` — Section 7: MVP Scope (classified)
172
+ - `tera-system/runtime/TERA_RUNTIME_PROTOCOLS_CORE.md` Section 6: Application Discovery Protocol
173
+ - `tera-system/runtime/TERA_RUNTIME_CHECKLISTS.md` — Section: MVP Definition Classification Checklist
174
+ - `tera-system/runtime/TERA_RUNTIME_TEMPLATES.md` — Template: Application Understanding Summary, Phased Application Roadmap
175
+ - `tera-system/profiles/flutter-mobile.md` — Flutter mobile technology profile
176
+ - `tera-system/design-system/MOBILE_UI_UX_STANDARDS.md` — Mobile design standards