siesa-agents 2.1.89 → 2.1.91
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/claude/skills/sa-init-devops/SKILL.md +35 -36
- package/claude/skills/sa-wds-visual-proposals/SKILL.md +6 -0
- package/package.json +1 -1
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/data/component-mapping.csv +47 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-01-init.md +148 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-01b-continue.md +79 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-02-bridge.md +114 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-02b-kit-warmup.md +96 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-03-scenarios.md +102 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-04-specs.md +97 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-05-prototype.md +102 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-06-handoff.md +96 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/product-brief-bridge.md +68 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/proposal-index.md +46 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/trigger-map-bridge.md +54 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/workflow.md +82 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/workflow_ext.md +195 -0
- package/siesa-agents/sa/sa-init-devops/scripts/sa-init-devops.js +46 -50
- package/siesa-agents/wds/config.yaml +20 -0
- package/siesa-agents/wds/data/agent-contracts.md +72 -0
- package/siesa-agents/wds/data/agent-guides/freya/agentic-development.md +223 -0
- package/siesa-agents/wds/data/agent-guides/freya/content-creation.md +270 -0
- package/siesa-agents/wds/data/agent-guides/freya/design-system.md +333 -0
- package/siesa-agents/wds/data/agent-guides/freya/meta-content-guide.md +495 -0
- package/siesa-agents/wds/data/agent-guides/freya/specification-quality.md +262 -0
- package/siesa-agents/wds/data/agent-guides/freya/strategic-design.md +116 -0
- package/siesa-agents/wds/data/agent-guides/saga/content-structure-principles.md +190 -0
- package/siesa-agents/wds/data/agent-guides/saga/conversational-followups.md +372 -0
- package/siesa-agents/wds/data/agent-guides/saga/discovery-conversation.md +265 -0
- package/siesa-agents/wds/data/agent-guides/saga/dream-up-approach.md +1034 -0
- package/siesa-agents/wds/data/agent-guides/saga/inspiration-analysis.md +215 -0
- package/siesa-agents/wds/data/agent-guides/saga/resources/project-brief.template.md +187 -0
- package/siesa-agents/wds/data/agent-guides/saga/seo-strategy-guide.md +391 -0
- package/siesa-agents/wds/data/agent-guides/saga/strategic-documentation.md +454 -0
- package/siesa-agents/wds/data/agent-guides/saga/trigger-mapping.md +653 -0
- package/siesa-agents/wds/data/agent-guides/saga/working-with-existing-materials.md +172 -0
- package/siesa-agents/wds/data/design-system/component-boundaries.md +318 -0
- package/siesa-agents/wds/data/design-system/figma-component-structure.md +697 -0
- package/siesa-agents/wds/data/design-system/naming-conventions.md +200 -0
- package/siesa-agents/wds/data/design-system/state-management.md +93 -0
- package/siesa-agents/wds/data/design-system/token-architecture.md +474 -0
- package/siesa-agents/wds/data/design-system/validation-patterns.md +74 -0
- package/siesa-agents/wds/data/presentations/freya-how-i-help.md +63 -0
- package/siesa-agents/wds/data/presentations/freya-intro.md +269 -0
- package/siesa-agents/wds/data/presentations/freya-presentation.md +77 -0
- package/siesa-agents/wds/data/presentations/freya-workflows-guide.md +51 -0
- package/siesa-agents/wds/data/presentations/mimir-agents-overview.md +66 -0
- package/siesa-agents/wds/data/presentations/mimir-tone-setting.md +48 -0
- package/siesa-agents/wds/data/presentations/saga-how-i-help.md +62 -0
- package/siesa-agents/wds/data/presentations/saga-intro.md +285 -0
- package/siesa-agents/wds/data/presentations/saga-presentation.md +74 -0
- package/siesa-agents/wds/data/presentations/saga-workflows-guide.md +48 -0
- package/siesa-agents/wds/data/shared-activation.md +49 -0
- package/siesa-agents/wds/data/wds-glossary.md +98 -0
- package/siesa-agents/wds/module-help.csv +19 -0
- package/siesa-agents/wds/scripts/README.md +155 -0
- package/siesa-agents/wds/scripts/wds-add-object.js +207 -0
- package/siesa-agents/wds/scripts/wds-add-spacing.js +158 -0
- package/siesa-agents/wds/scripts/wds-init-page.js +234 -0
- package/siesa-agents/wds/scripts/wds-init-scenario.js +125 -0
- package/siesa-agents/wds/scripts/wds-nav.js +206 -0
- package/siesa-agents/wds/scripts/wds-validate.js +306 -0
- package/siesa-agents/wds/skills/freya.activation.md +204 -0
- package/siesa-agents/wds/skills/handoff.md +91 -0
- package/siesa-agents/wds/skills/saga.activation.md +169 -0
- package/siesa-agents/wds/skills/shared/git.md +55 -0
- package/siesa-agents/wds/skills/start.md +99 -0
- package/siesa-agents/wds/skills/wrap.md +198 -0
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
# Design System Naming Conventions
|
|
2
|
+
|
|
3
|
+
**Purpose:** Consistent naming across design system components and tokens.
|
|
4
|
+
|
|
5
|
+
**Referenced by:** Component-type instructions, design system operations
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Component IDs
|
|
10
|
+
|
|
11
|
+
**Format:** `[type-prefix]-[number]`
|
|
12
|
+
|
|
13
|
+
**Prefixes:**
|
|
14
|
+
|
|
15
|
+
- btn = Button
|
|
16
|
+
- inp = Input Field
|
|
17
|
+
- chk = Checkbox
|
|
18
|
+
- rad = Radio
|
|
19
|
+
- tgl = Toggle
|
|
20
|
+
- drp = Dropdown
|
|
21
|
+
- mdl = Modal
|
|
22
|
+
- crd = Card
|
|
23
|
+
- alt = Alert
|
|
24
|
+
- bdg = Badge
|
|
25
|
+
- tab = Tab
|
|
26
|
+
- acc = Accordion
|
|
27
|
+
|
|
28
|
+
**Examples:**
|
|
29
|
+
|
|
30
|
+
- `btn-001` = First button component
|
|
31
|
+
- `inp-002` = Second input field component
|
|
32
|
+
- `mdl-001` = First modal component
|
|
33
|
+
|
|
34
|
+
**Rules:**
|
|
35
|
+
|
|
36
|
+
- Always lowercase
|
|
37
|
+
- Always hyphenated
|
|
38
|
+
- Always zero-padded (001, not 1)
|
|
39
|
+
- Sequential within type
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## Component Names
|
|
44
|
+
|
|
45
|
+
**Format:** `[Type] [Descriptor]` or just `[Type]`
|
|
46
|
+
|
|
47
|
+
**Examples:**
|
|
48
|
+
|
|
49
|
+
- `Button` (generic)
|
|
50
|
+
- `Navigation Button` (specific)
|
|
51
|
+
- `Primary Button` (variant-focused)
|
|
52
|
+
- `Icon Button` (visual-focused)
|
|
53
|
+
|
|
54
|
+
**Rules:**
|
|
55
|
+
|
|
56
|
+
- Title case
|
|
57
|
+
- Descriptive but concise
|
|
58
|
+
- Avoid redundancy (not "Button Button")
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Variant Names
|
|
63
|
+
|
|
64
|
+
**Format:** Lowercase, hyphenated
|
|
65
|
+
|
|
66
|
+
**Purpose-Based:**
|
|
67
|
+
|
|
68
|
+
- `primary` - Main action
|
|
69
|
+
- `secondary` - Secondary action
|
|
70
|
+
- `destructive` - Delete/remove
|
|
71
|
+
- `success` - Positive confirmation
|
|
72
|
+
- `warning` - Caution
|
|
73
|
+
- `navigation` - Navigation action
|
|
74
|
+
|
|
75
|
+
**Visual-Based:**
|
|
76
|
+
|
|
77
|
+
- `outlined` - Border, no fill
|
|
78
|
+
- `ghost` - Transparent background
|
|
79
|
+
- `solid` - Filled background
|
|
80
|
+
|
|
81
|
+
**Size-Based:**
|
|
82
|
+
|
|
83
|
+
- `small` - Compact
|
|
84
|
+
- `medium` - Default
|
|
85
|
+
- `large` - Prominent
|
|
86
|
+
|
|
87
|
+
**Rules:**
|
|
88
|
+
|
|
89
|
+
- Lowercase
|
|
90
|
+
- Hyphenated for multi-word
|
|
91
|
+
- Semantic over visual when possible
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## State Names
|
|
96
|
+
|
|
97
|
+
**Standard States:**
|
|
98
|
+
|
|
99
|
+
- `default` - Normal state
|
|
100
|
+
- `hover` - Mouse over
|
|
101
|
+
- `active` - Being clicked/pressed
|
|
102
|
+
- `focus` - Keyboard focus
|
|
103
|
+
- `disabled` - Cannot interact
|
|
104
|
+
- `loading` - Processing
|
|
105
|
+
- `error` - Error state
|
|
106
|
+
- `success` - Success state
|
|
107
|
+
- `warning` - Warning state
|
|
108
|
+
|
|
109
|
+
**Rules:**
|
|
110
|
+
|
|
111
|
+
- Lowercase
|
|
112
|
+
- Single word preferred
|
|
113
|
+
- Use standard names when possible
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Design Token Names
|
|
118
|
+
|
|
119
|
+
**Format:** `--{category}-{property}-{variant}`
|
|
120
|
+
|
|
121
|
+
**Color Tokens:**
|
|
122
|
+
|
|
123
|
+
```
|
|
124
|
+
--color-primary-500
|
|
125
|
+
--color-gray-900
|
|
126
|
+
--color-success-600
|
|
127
|
+
--color-error-500
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
**Typography Tokens:**
|
|
131
|
+
|
|
132
|
+
```
|
|
133
|
+
--text-xs
|
|
134
|
+
--text-base
|
|
135
|
+
--text-4xl
|
|
136
|
+
--font-normal
|
|
137
|
+
--font-bold
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
**Spacing Tokens:**
|
|
141
|
+
|
|
142
|
+
```
|
|
143
|
+
--spacing-1
|
|
144
|
+
--spacing-4
|
|
145
|
+
--spacing-8
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
**Component Tokens:**
|
|
149
|
+
|
|
150
|
+
```
|
|
151
|
+
--button-padding-x
|
|
152
|
+
--input-border-color
|
|
153
|
+
--card-shadow
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
**Rules:**
|
|
157
|
+
|
|
158
|
+
- Kebab-case
|
|
159
|
+
- Hierarchical (general → specific)
|
|
160
|
+
- Semantic names preferred
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## File Names
|
|
165
|
+
|
|
166
|
+
**Component Files:**
|
|
167
|
+
|
|
168
|
+
```
|
|
169
|
+
button.md
|
|
170
|
+
navigation-button.md
|
|
171
|
+
input-field.md
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
**Rules:**
|
|
175
|
+
|
|
176
|
+
- Lowercase
|
|
177
|
+
- Hyphenated
|
|
178
|
+
- Match component name (simplified)
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
## Folder Names
|
|
183
|
+
|
|
184
|
+
```
|
|
185
|
+
components/
|
|
186
|
+
design-tokens/
|
|
187
|
+
operations/
|
|
188
|
+
assessment/
|
|
189
|
+
templates/
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
**Rules:**
|
|
193
|
+
|
|
194
|
+
- Lowercase
|
|
195
|
+
- Hyphenated
|
|
196
|
+
- Plural for collections
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
|
|
200
|
+
**Consistency in naming makes the design system easier to navigate and maintain.**
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
# Component State Management
|
|
2
|
+
|
|
3
|
+
**Purpose:** Guidelines for defining and managing component states.
|
|
4
|
+
|
|
5
|
+
**Referenced by:** Component-type instructions (Button, Input, etc.)
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Standard States
|
|
10
|
+
|
|
11
|
+
### Interactive Components (Buttons, Links)
|
|
12
|
+
|
|
13
|
+
**Required:**
|
|
14
|
+
|
|
15
|
+
- `default` - Normal, ready for interaction
|
|
16
|
+
- `hover` - Mouse over component
|
|
17
|
+
- `active` - Being clicked/pressed
|
|
18
|
+
- `disabled` - Cannot interact
|
|
19
|
+
|
|
20
|
+
**Optional:**
|
|
21
|
+
|
|
22
|
+
- `loading` - Processing action
|
|
23
|
+
- `focus` - Keyboard focus
|
|
24
|
+
|
|
25
|
+
### Form Components (Inputs, Selects)
|
|
26
|
+
|
|
27
|
+
**Required:**
|
|
28
|
+
|
|
29
|
+
- `default` - Empty, ready for input
|
|
30
|
+
- `focus` - Active input
|
|
31
|
+
- `filled` - Has content
|
|
32
|
+
- `disabled` - Cannot edit
|
|
33
|
+
|
|
34
|
+
**Optional:**
|
|
35
|
+
|
|
36
|
+
- `error` - Validation failed
|
|
37
|
+
- `success` - Validation passed
|
|
38
|
+
- `loading` - Fetching data
|
|
39
|
+
|
|
40
|
+
### Feedback Components (Alerts, Toasts)
|
|
41
|
+
|
|
42
|
+
**Required:**
|
|
43
|
+
|
|
44
|
+
- `default` - Neutral information
|
|
45
|
+
- `success` - Positive feedback
|
|
46
|
+
- `error` - Error feedback
|
|
47
|
+
- `warning` - Caution feedback
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## State Naming
|
|
52
|
+
|
|
53
|
+
**Use standard names:**
|
|
54
|
+
|
|
55
|
+
- ✅ `hover` not `mouseover`
|
|
56
|
+
- ✅ `disabled` not `inactive`
|
|
57
|
+
- ✅ `loading` not `processing`
|
|
58
|
+
|
|
59
|
+
**Be consistent across components.**
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## State Transitions
|
|
64
|
+
|
|
65
|
+
**Define how states change:**
|
|
66
|
+
|
|
67
|
+
```yaml
|
|
68
|
+
Button States: default → hover (mouse enters)
|
|
69
|
+
hover → active (mouse down)
|
|
70
|
+
active → hover (mouse up)
|
|
71
|
+
hover → default (mouse leaves)
|
|
72
|
+
any → disabled (programmatically)
|
|
73
|
+
any → loading (action triggered)
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## Visual Indicators
|
|
79
|
+
|
|
80
|
+
**Each state should be visually distinct:**
|
|
81
|
+
|
|
82
|
+
```yaml
|
|
83
|
+
Button:
|
|
84
|
+
default: blue background
|
|
85
|
+
hover: darker blue + scale 1.02
|
|
86
|
+
active: darkest blue + scale 0.98
|
|
87
|
+
disabled: gray + opacity 0.6
|
|
88
|
+
loading: disabled + spinner
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
**Reference this when specifying component states.**
|