@trading-game/design-intelligence-layer 0.8.5 → 0.8.8
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.
- package/AGENTS.md +11 -11
- package/README.md +83 -14
- package/dist/index.cjs +48 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -3
- package/dist/index.d.ts +7 -3
- package/dist/index.js +48 -29
- package/dist/index.js.map +1 -1
- package/{docs → guides}/design-principles/trading-game-design-principles.md +6 -5
- package/guides/design-system-guide/trading-game-ds-guide.md +642 -0
- package/{docs → guides}/rules/design-system-consuming-project.mdc +1 -1
- package/package.json +2 -2
- package/src/styles.css +86 -42
- package/docs/design-system-guide/trading-game-ds-guide.md +0 -2193
- /package/{docs → guides}/accessibility-standards/trading-game-accessibility-standards.md +0 -0
- /package/{docs → guides}/personas/trading-game-player-field-guide.md +0 -0
- /package/{docs → guides}/tone-of-voice/trading-game-tone-of-voice-and-campaign-brief.md +0 -0
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
*High-level product design guidance for designers and AI agents*
|
|
4
4
|
|
|
5
|
-
Version 1.
|
|
5
|
+
Version 1.1 · April 2026 · *Updated to align with Product Vision & Strategy*
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
trading.game makes trading feel
|
|
9
|
+
trading.game makes trading feel intuitive, fun, and exciting — without losing the confidence and seriousness that financial products require. These principles define the design personality of the product and guide how AI agents apply components, layouts, motion, copy, and brand assets. These principles are rooted in the [trading.game Product Vision & Strategy](trading-game-product-vision.md) and should be read alongside it. This is not a style guide. It is a decision framework — giving AI enough direction to design with the right taste, energy, and priorities without over-constraining creativity.
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
|
@@ -28,11 +28,11 @@ Every screen should make trading feel central. Game mechanics, rewards, and visu
|
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
|
31
|
-
### 2.
|
|
31
|
+
### 2. Intuitive by default
|
|
32
32
|
|
|
33
|
-
Complexity must be absorbed by the interface, not pushed onto the user. The product should feel
|
|
33
|
+
Complexity must be absorbed by the interface, not pushed onto the user. The product should feel natural to navigate, quick to scan, and obvious to act on. Trading is never simple when real money is at stake — but the experience of trading can be intuitive.
|
|
34
34
|
|
|
35
|
-
*Agent guidance:* Reduce visible choices, sequence decisions clearly, and reveal more only when needed. Make the next step obvious.
|
|
35
|
+
*Agent guidance:* Reduce visible choices, sequence decisions clearly, and reveal more only when needed. Make the next step obvious. Never hide complexity — make it make sense.
|
|
36
36
|
|
|
37
37
|
---
|
|
38
38
|
|
|
@@ -94,4 +94,5 @@ Run this before completing any screen or feature.
|
|
|
94
94
|
- [ ] Energy comes from the experience, not decoration
|
|
95
95
|
- [ ] Serious information is treated seriously
|
|
96
96
|
- [ ] A first-time user would understand this without instructions
|
|
97
|
+
- [ ] The platform layer feels trustworthy enough to deposit real money
|
|
97
98
|
- [ ] One pattern was reused before a new one was invented
|