Generalizzazione: sostituito clients/{client}/ con {project}/
- Sostituite 135 occorrenze di clients/{client}/ con {project}/
- Aggiornati parametri: client_path → project_path in 11 skills
- README.md aggiornato con nuova convenzione {project}/
- Struttura cartelle ora agnostica: compatibile con clients/, projects/, o qualsiasi cartella
- Maggiore flessibilità per diversi sistemi e workflow
Vantaggi:
✅ Compatibile con qualsiasi struttura cartelle
✅ Non impone convenzione 'clients/'
✅ Utile per progetti interni, campagne, o clienti
✅ Più generale e riutilizzabile
This commit is contained in:
parent
3e926f27eb
commit
a29db752af
15 changed files with 159 additions and 160 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: agency-design-system
|
||||
description: "Creare design system coerente con tokens, components e page layouts. PRIMA di iniziare: leggi clients/{client}/assets/catalog.md per logo e brand assets. Se mancano, richiedi @agency-archivist. Usare quando: (1) nuovo progetto needs UI system, (2) standardizzare design, (3) creare component library. Output: Design tokens, components library, page layouts, design system doc."
|
||||
description: "Creare design system coerente con tokens, components e page layouts. PRIMA di iniziare: leggi {project}/assets/catalog.md per logo e brand assets. Se mancano, richiedi @agency-archivist. Usare quando: (1) nuovo progetto needs UI system, (2) standardizzare design, (3) creare component library. Output: Design tokens, components library, page layouts, design system doc."
|
||||
---
|
||||
|
||||
# Agency Visual Designer — Design System
|
||||
|
|
@ -20,7 +20,7 @@ Traduce la direzione creativa in un design system coerente e riutilizzabile.
|
|||
|
||||
| Input | Tipo | Validazione |
|
||||
|-------|------|-------------|
|
||||
| `client_path` | string | Percorso client |
|
||||
| `project_path` | string | Percorso progetto (cartella di lavoro) |
|
||||
| `creative_direction` | object | Da creative director |
|
||||
| `design_principles` | array | Principi guida |
|
||||
| `brand_assets` | object | Loghi, colori brand (se esistenti) |
|
||||
|
|
@ -36,7 +36,7 @@ Traduce la direzione creativa in un design system coerente e riutilizzabile.
|
|||
**Azioni:**
|
||||
|
||||
1. **LEGGI CATALOGO RISORSE:**
|
||||
- Apri `clients/{client}/assets/catalog.md`
|
||||
- Apri `{project}/assets/catalog.md`
|
||||
- Cerca:
|
||||
- Logo: `#logo`, `#brand` → Path per UI
|
||||
- Colori: `#brand`, `#guidelines` → PDF con palette
|
||||
|
|
@ -109,7 +109,7 @@ Traduce la direzione creativa in un design system coerente e riutilizzabile.
|
|||
```
|
||||
|
||||
**Output:**
|
||||
- `clients/{client}/design/tokens.md`
|
||||
- `{project}/design/tokens.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -158,7 +158,7 @@ Traduce la direzione creativa in un design system coerente e riutilizzabile.
|
|||
```
|
||||
|
||||
**Output:**
|
||||
- `clients/{client}/design/components.md`
|
||||
- `{project}/design/components.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -205,7 +205,7 @@ Traduce la direzione creativa in un design system coerente e riutilizzabile.
|
|||
```
|
||||
|
||||
**Output:**
|
||||
- `clients/{client}/design/page_layouts.md`
|
||||
- `{project}/design/page_layouts.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -226,7 +226,7 @@ Traduce la direzione creativa in un design system coerente e riutilizzabile.
|
|||
2. Includi esempi visivi (se possibile)
|
||||
|
||||
**Output:**
|
||||
- `clients/{client}/design/design_system.md`
|
||||
- `{project}/design/design_system.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -234,10 +234,10 @@ Traduce la direzione creativa in un design system coerente e riutilizzabile.
|
|||
|
||||
| File | Formato | Descrizione |
|
||||
|------|---------|-------------|
|
||||
| `clients/{client}/design/tokens.md` | Markdown | Design tokens |
|
||||
| `clients/{client}/design/components.md` | Markdown | Component library |
|
||||
| `clients/{client}/design/page_layouts.md` | Markdown | Page layouts |
|
||||
| `clients/{client}/design/design_system.md` | Markdown | Design system completo |
|
||||
| `{project}/design/tokens.md` | Markdown | Design tokens |
|
||||
| `{project}/design/components.md` | Markdown | Component library |
|
||||
| `{project}/design/page_layouts.md` | Markdown | Page layouts |
|
||||
| `{project}/design/design_system.md` | Markdown | Design system completo |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue