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:
parent
b1f3ba033e
commit
ea5b68beb9
3 changed files with 98 additions and 27 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
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
|
||||
|
|
@ -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:**
|
||||
|
||||
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:
|
||||
- Carica colori (hex)
|
||||
- Carica font (family, weights)
|
||||
- Carica logo (se disponibile)
|
||||
3. **Carica style guide:**
|
||||
- Cerca `clients/{client}/design/style_guide.md` o `clients/{client}/assets/brand/style_guide.md`
|
||||
- Se esiste: Carica colori, font, logo path
|
||||
- Se NON esiste: Crea draft e chiedi approvazione
|
||||
|
||||
3. Se NON esiste:
|
||||
- Crea draft style guide in `clients/{client}/assets/brand/style_guide.md`
|
||||
- Chiedi approvazione prima di procedere
|
||||
4. **Recupera logo da catalogo:**
|
||||
- Usa path da `catalog.md` (es. `assets/images/logo/logo_primary.png`)
|
||||
- Se multiplo: Scegli quello primario o chiedi conferma
|
||||
|
||||
**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
|
||||
- [platform_patterns.md](../../references/platform_patterns.md) — Pattern per piattaforma
|
||||
- [publishing_gates.md](../../references/publishing_gates.md) — Gate pre-publish
|
||||
- [resource_types.md](../agency-archivist/references/resource_types.md) — Tipologie risorse e use case
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue