Rimozione agency-publisher: skill inutilizzabile senza integrazioni webhook/API esterne

- Eliminata cartella agency-publisher/
- Aggiornato README: 14 skills (da 15), workflow publish manuale
- Aggiornato agency-orchestrator: publish gate gestiti manualmente
- Rimosso riferimenti da qa_visual.md e resource_types.md
- Aggiunto report analisi in PUBLISHER_REMOVAL_REPORT.md

Publish ora gestito manualmente con:
- APPROVED: YES nel frontmatter
- PUBLISH_APPROVED.md
- publish_log.md per tracciabilità
This commit is contained in:
AgentePotente 2026-03-11 01:19:04 +01:00
parent 4cf13b3e8e
commit 5ef7b67e40
7 changed files with 209 additions and 241 deletions

View file

@ -4,7 +4,7 @@ Suite completa di AgentSkills per agenzie digitali e content producer — un sis
## Panoramica
- **Skills:** 15 (14 specialistiche + 1 shared references)
- **Skills:** 14 (13 specialistiche + 1 shared references)
- **References:** 22 (tutte centralizzate in agency-shared-references)
- **Lingua:** Italiano/English
- **Dominio:** Digital Agency / Content Production / Multi-Agent System
@ -17,7 +17,7 @@ Posiziona l'intera cartella `agency-skills-suite` nella directory delle skills d
- **Chiedi all'agente:** Fornisci l'archivio completo e chiedi l'installazione nella cartella skills del tuo software agentico
- **Copia diretta:** Trasferisci manualmente la cartella `agency-skills-suite` nella directory delle skills
**Verifica:** Assicurati che tutte le 15 cartelle siano presenti e che `agency-shared-references/references/` contenga i 22 file reference.
**Verifica:** Assicurati che tutte le 14 cartelle siano presenti e che `agency-shared-references/references/` contenga i 22 file reference.
## Skills Incluse
@ -35,9 +35,8 @@ Posiziona l'intera cartella `agency-skills-suite` nella directory delle skills d
| 10 | **agency-visual-generator** | Asset visuali (card, carousel, thumbnail) | Media |
| 11 | **agency-web-developer** | Siti web statici (HTML/CSS/JS) | Media |
| 12 | **agency-analytics** | Report KPI settimanali, actions | Bassa |
| 13 | **agency-publisher** | Publish gate-based (social/YouTube) | Bassa |
| 14 | **agency-archivist** | Gestione risorse (immagini, video, documenti) | Media |
| 15 | **agency-shared-references** | References condivise (tutte le skills) | — |
| 13 | **agency-archivist** | Gestione risorse (immagini, video, documenti) | Media |
| 14 | **agency-shared-references** | References condivise (tutte le skills) | — |
## References Incluse (in agency-shared-references)
@ -78,6 +77,8 @@ Tutte le references sono centralizzate in un'unica cartella condivisa:
### Resources & Assets
22. `resource_types.md` — Tipologie risorse e use case (immagini, video, documenti)
**Totale:** 22 references
## Workflow Disponibili
La suite supporta 5 workflow principali, attivabili tramite `agency-orchestrator`:
@ -101,7 +102,7 @@ La suite supporta 5 workflow principali, attivabili tramite `agency-orchestrator
7. **Sito Web:** `agency-ux-copy` → sitemap, copy → `agency-web-developer` → sito HTML/CSS/JS (usa immagini da archivist) → `agency-seo` → metadata
8. **Content:** `agency-social` + `agency-youtube` → calendar, script
9. **Visual:** `agency-visual-generator` → asset (usa risorse da archivist)
10. **Publish:** `agency-publisher` → publish (post-approvazione)
10. **Publish:** Manuale o script custom (vedi sezione "Publishing Gates")
11. **Analytics:** `agency-analytics` → report settimanali
## Struttura
@ -148,12 +149,13 @@ agency-skills-suite/
│ └── SKILL.md
├── agency-analytics/
│ └── SKILL.md
├── agency-publisher/
│ └── SKILL.md
└── agency-archivist/
└── SKILL.md
```
**Skills totali:** 14 (13 specialistiche + 1 shared references)
```
**Nota:**
- Nessun symlink necessario. Ogni SKILL.md contiene percorsi diretti verso `../agency-shared-references/references/`.
- Struttura cartelle: le skills usano `{project}/` come path di lavoro (es. `demo_co_srl/`, `campagna_x/`, o qualsiasi cartella progetto).
@ -170,19 +172,26 @@ Invocare agency-orchestrator per iniziare un workflow
## Publishing Gates
**Importante:** Le skills `agency-publisher` e tutte le skills che producono content pubblicabile seguono gate rigorosi:
**Importante:** Il publish è gestito manualmente o con script custom. Tutte le skills che producono content pubblicabile seguono gate rigorosi:
- Mai publish senza `APPROVED: YES` nel frontmatter
- Mai publish senza `PUBLISH_APPROVED.md` = YES
- QA obbligatorio prima di publish
L'approvazione è gestita direttamente nelle skills tramite verifica del frontmatter e file `PUBLISH_APPROVED.md`.
**Workflow manuale:**
1. Content approvato (`APPROVED: YES` nel frontmatter)
2. QA compilato e passato
3. Crea `PUBLISH_APPROVED.md` con `YES`
4. Pubblica manualmente (LinkedIn, Instagram, YouTube, etc.)
5. Aggiorna `{project}/ops/publish_log.md` con URL e data
**Nota:** Non è inclusa una skill di publish automatizzato per evitare dipendenze da webhook/API esterne. Utenti avanzati possono creare script custom se necessario.
## Note
- **Lingua:** Skills in inglese, alcune references bilingue (IT/EN)
- **Dominio:** Agency digitali, content production, multi-agent coordination
- **Complexity:** MEDIUM-HIGH (15 skills, 23 references, workflow coordinati)
- **Complexity:** MEDIUM-HIGH (14 skills, 22 references, workflow coordinati)
- **Architecture:** References centralizzate in agency-shared-references, percorsi diretti da tutte le skills
- **Project Structure:** `{project}/` come cartella di lavoro (agnostico, compatibile con qualsiasi sistema)