STEP 3: Integrazione agency-archivist nelle skill

- agency-visual-generator/SKILL.md:
  - Lettura catalogo risorse prima di generare asset
  - Richiesta proattiva risorse mancanti (@agency-archivist)
  - Recupero logo e immagini da catalog.md

- agency-design-system/SKILL.md:
  - Verifica brand assets (logo, colori, font) prima di iniziare
  - Richiesta risorse mancanti con requisiti specifici
  - Integrazione resource_types.md nelle references

- agency-web-developer/SKILL.md:
  - Lettura catalogo per immagini sito (logo, hero, team, favicon)
  - Richiesta asset mancanti prima di sviluppare
  - Collegamento asset da assets/ a website/assets/
  - Integrazione resource_types.md e flusso consigliato

Pattern comune per tutte le skill:
1. Leggi clients/{client}/assets/catalog.md
2. Cerca risorse per tag/tipo
3. Se mancano: FERMATI, tagga @agency-archivist, specifica requisiti
4. Attendi sblocco dopo upload e re-scan
This commit is contained in:
AgentePotente 2026-03-10 23:31:32 +01:00
parent b1f3ba033e
commit ea5b68beb9
3 changed files with 98 additions and 27 deletions

View file

@ -1,6 +1,6 @@
--- ---
name: agency-design-system name: agency-design-system
description: "Creare design system coerente con tokens, components e page layouts. 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 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."
--- ---
# Agency Visual Designer — Design System # Agency Visual Designer — Design System
@ -29,29 +29,48 @@ Traduce la direzione creativa in un design system coerente e riutilizzabile.
## Processo ## Processo
### Fase 1: Design Tokens ### Fase 1: Risorse e Design Tokens
**Obiettivo:** Definire variabili di design di base. **Obiettivo:** Verificare brand assets e definire variabili di design.
**Azioni:** **Azioni:**
1. **Typography:** 1. **LEGGI CATALOGO RISORSE:**
- Apri `clients/{client}/assets/catalog.md`
- Cerca:
- Logo: `#logo`, `#brand` → Path per UI
- Colori: `#brand`, `#guidelines` → PDF con palette
- Font: `#brand`, `#guidelines` → Specifiche typography
2. **Se risorse mancanti:**
- **FERMATI** e segnala: "🔒 Bloccato: servono brand assets"
- Tagga: @agency-archivist
- Specifica:
```
Per creare design system, servono:
- [ ] Logo aziendale (PNG/SVG)
- [ ] Brand colors (codici HEX o documento guidelines)
- [ ] Font (nomi o file font)
```
- **Attendi** che archivist carichi e sblocchi
3. **Typography:**
- Font family (primary, secondary) - Font family (primary, secondary)
- Font sizes (H1-H6, body, caption) - Font sizes (H1-H6, body, caption)
- Font weights - Font weights
- Line heights - Line heights
2. **Spacing:** 4. **Spacing:**
- Scala modulare (es. 4/8/16/24/32/48/64) - Scala modulare (es. 4/8/16/24/32/48/64)
- Section padding (desktop/mobile) - Section padding (desktop/mobile)
3. **Colors:** 5. **Colors:**
- Primary (brand) - Primary (brand)
- Secondary (accents) - Secondary (accents)
- Neutrals (text, backgrounds) - Neutrals (text, backgrounds)
- Semantic (success, warning, error) - Semantic (success, warning, error)
4. **Breakpoints:** 6. **Breakpoints:**
- Mobile (<768px) - Mobile (<768px)
- Tablet (768-1024px) - Tablet (768-1024px)
- Desktop (>1024px) - Desktop (>1024px)
@ -230,6 +249,9 @@ Traduce la direzione creativa in un design system coerente e riutilizzabile.
- [design_patterns.md](../../references/design_patterns.md) — UI patterns - [design_patterns.md](../../references/design_patterns.md) — UI patterns
- [qa_visual.md](../../references/qa_visual.md) — QA checklist - [qa_visual.md](../../references/qa_visual.md) — QA checklist
### Resources & Assets
- [resource_types.md](../agency-archivist/references/resource_types.md) — Tipologie risorse e use case
### Technical Implementation (Handoff) ### Technical Implementation (Handoff)
**Per handoff a developer o implementazione diretta:** **Per handoff a developer o implementazione diretta:**
- [html_semantics.md](../agency-web-developer/references/html_semantics.md) — Semantic HTML structure - [html_semantics.md](../agency-web-developer/references/html_semantics.md) — Semantic HTML structure

View file

@ -1,6 +1,6 @@
--- ---
name: agency-visual-generator name: agency-visual-generator
description: "Generare asset visuali (card, carousel, thumbnail) per social e YouTube basati su content approvato e style guide. Usare quando: (1) post social needs visual, (2) YouTube thumbnail, (3) carousel Instagram/LinkedIn. Output: Asset PNG/webp in cartella client, QA visual compilato." description: "Generare asset visuali (card, carousel, thumbnail) per social e YouTube basati su content approvato e style guide. Usare quando: (1) post social needs visual, (2) YouTube thumbnail, (3) carousel Instagram/LinkedIn. PRIMA di generare: leggi clients/{client}/assets/catalog.md per risorse disponibili. Se mancano risorse, richiedi @agency-archivist. Output: Asset PNG/webp in cartella client, QA visual compilato."
--- ---
# Agency Visual Generator — Asset Visuali # Agency Visual Generator — Asset Visuali
@ -50,22 +50,39 @@ Genera asset visuali platform-ready basati su content approvato e style guide.
--- ---
### Fase 2: Style Guide Check ### Fase 2: Risorse e Style Guide Check
**Obiettivo:** Caricare o creare style guide. **Obiettivo:** Verificare risorse disponibili e caricare style guide.
**Azioni:** **Azioni:**
1. Cerca `clients/{client}/design/style_guide.md` o `clients/{client}/assets/brand/style_guide.md` 1. **LEGGI CATALOGO RISORSE:**
- Apri `clients/{client}/assets/catalog.md`
- Cerca risorse per il task:
- Logo: `#logo`, `#brand`
- Foto prodotto: `#prodotto`, `#product`
- Immagini team: `#team`, `#people`
- Sfondi: `#stock`, `#background`
2. **Se risorse mancanti:**
- **FERMATI** e segnala: "🔒 Bloccato: servono [descrizione]"
- Tagga: @agency-archivist
- Specifica requisiti:
```
Per generare [tipo asset], servono:
- [ ] Logo aziendale (PNG trasparente, minimo 512x512px)
- [ ] Foto prodotto (sfondo bianco, minimo 1000x1000px)
```
- **Attendi** che archivist carichi e sblocchi
2. Se esiste: 3. **Carica style guide:**
- Carica colori (hex) - Cerca `clients/{client}/design/style_guide.md` o `clients/{client}/assets/brand/style_guide.md`
- Carica font (family, weights) - Se esiste: Carica colori, font, logo path
- Carica logo (se disponibile) - Se NON esiste: Crea draft e chiedi approvazione
3. Se NON esiste: 4. **Recupera logo da catalogo:**
- Crea draft style guide in `clients/{client}/assets/brand/style_guide.md` - Usa path da `catalog.md` (es. `assets/images/logo/logo_primary.png`)
- Chiedi approvazione prima di procedere - Se multiplo: Scegli quello primario o chiedi conferma
**Template Style Guide:** **Template Style Guide:**
@ -225,6 +242,7 @@ Genera asset visuali platform-ready basati su content approvato e style guide.
- [qa_visual.md](../../references/qa_visual.md) — QA checklist - [qa_visual.md](../../references/qa_visual.md) — QA checklist
- [platform_patterns.md](../../references/platform_patterns.md) — Pattern per piattaforma - [platform_patterns.md](../../references/platform_patterns.md) — Pattern per piattaforma
- [publishing_gates.md](../../references/publishing_gates.md) — Gate pre-publish - [publishing_gates.md](../../references/publishing_gates.md) — Gate pre-publish
- [resource_types.md](../agency-archivist/references/resource_types.md) — Tipologie risorse e use case
--- ---

View file

@ -1,6 +1,6 @@
--- ---
name: agency-web-developer name: agency-web-developer
description: "Sviluppare siti web statici o landing page partendo da copy e design system. Usare quando: (1) costruire sito da sitemap + copy, (2) creare landing page, (3) implementare design in HTML/CSS/JS. Output: Sito completo con HTML semantico, CSS (Bootstrap o custom), JS (jQuery + GSAP)." description: "Sviluppare siti web statici o landing page partendo da copy e design system. PRIMA di sviluppare: leggi clients/{client}/assets/catalog.md per immagini e asset. Se mancano, richiedi @agency-archivist. Usare quando: (1) costruire sito da sitemap + copy, (2) creare landing page, (3) implementare design in HTML/CSS/JS. Output: Sito completo con HTML semantico, CSS (Bootstrap o custom), JS (jQuery + GSAP)."
--- ---
# Agency Web Developer — Sviluppo Siti Web Statici # Agency Web Developer — Sviluppo Siti Web Statici
@ -31,14 +31,36 @@ Trasforma copy e design system in siti web funzionanti con HTML semantico, CSS e
## Processo ## Processo
### Fase 1: Setup Struttura Progetto ### Fase 1: Risorse e Setup Struttura Progetto
**Obiettivo:** Creare directory structure per il sito. **Obiettivo:** Verificare asset disponibili e creare directory structure.
**Azioni:** **Azioni:**
1. Crea cartella `clients/{client}/website/` 1. **LEGGI CATALOGO RISORSE:**
2. Crea sottocartelle: - Apri `clients/{client}/assets/catalog.md`
- Cerca:
- Logo: `#logo` → Per header/footer
- Immagini hero: `#hero`, `#sfondo`, `#prodotto` → Per homepage
- Immagini pagine: `#team`, `#ufficio`, `#prodotto` → Per pagine interne
- Favicon: `#icon`, `#favicon` → Per `<head>`
2. **Se risorse mancanti:**
- **FERMATI** e segnala: "🔒 Bloccato: servono immagini per il sito"
- Tagga: @agency-archivist
- Specifica:
```
Per sviluppare il sito, servono:
- [ ] Logo (PNG/SVG, per header)
- [ ] Immagine hero (1920x1080, per homepage)
- [ ] Foto team/prodotto (per pagine interne)
- [ ] Favicon (32x32 o 64x64)
```
- **Attendi** che archivist carichi e sblocchi
3. **Crea cartella `clients/{client}/website/`**
4. **Crea sottocartelle:**
- `index.html` (homepage) - `index.html` (homepage)
- `pages/` (altre pagine HTML) - `pages/` (altre pagine HTML)
- `css/` (stylesheet) - `css/` (stylesheet)
@ -47,13 +69,17 @@ Trasforma copy e design system in siti web funzionanti con HTML semantico, CSS e
- `assets/img/` - `assets/img/`
- `assets/fonts/` - `assets/fonts/`
3. Inizializza file base: 5. **Collega asset da archivio:**
- Crea symlink o copia da `clients/{client}/assets/` a `website/assets/`
- Oppure usa path relativi: `../assets/images/logo/logo.png`
6. **Inizializza file base:**
- `css/main.css` (o `css/bootstrap.min.css` + `css/custom.css`) - `css/main.css` (o `css/bootstrap.min.css` + `css/custom.css`)
- `js/main.js` - `js/main.js`
- `assets/` (vuoto, pronto per asset)
**Output:** **Output:**
- Struttura directory pronta - Struttura directory pronta
- Asset collegati o copiati
--- ---
@ -333,9 +359,14 @@ $(document).ready(function() {
- [conversion_patterns.md](../references/conversion_patterns.md) — CTA hierarchy, forms, friction reducers - [conversion_patterns.md](../references/conversion_patterns.md) — CTA hierarchy, forms, friction reducers
- [layout_systems.md](../references/layout_systems.md) — Grid, spacing, vertical rhythm - [layout_systems.md](../references/layout_systems.md) — Grid, spacing, vertical rhythm
### Resources & Assets
- [resource_types.md](../agency-archivist/references/resource_types.md) — Tipologie risorse e use case
**Flusso consigliato:** **Flusso consigliato:**
1. Leggi pattern UX da shared references (COSA fare) 1. Leggi catalogo risorse (`assets/catalog.md`)
2. Implementa con technical references (COME codificare) 2. Verifica asset disponibili o richiedi ad @agency-archivist
3. Leggi pattern UX da shared references (COSA fare)
4. Implementa con technical references (COME codificare)
--- ---