--- name: agency-social description: "Creare social strategy, calendario editoriale e post queue per LinkedIn, Instagram, X. Usare quando: (1) nuovo cliente needs social presence, (2) pianificare content calendar, (3) creare post queue. Output: Social strategy, calendario 4 settimane, 10+ post in queue." --- # Agency Social Editor — Social Strategy e Content Social strategy, calendario editoriale e post queue con visual brief. ## Quando Usare - **Nuovo cliente:** Impostare presenza social - **Content planning:** Pianificare 4+ settimane - **Post production:** Creare queue di post pronti - **Strategy refresh:** Aggiornare approccio social --- ## Input | Input | Tipo | Validazione | |-------|------|-------------| | `project_path` | string | Percorso progetto (cartella di lavoro) | | `content_pillars` | array | Da strategy | | `brand_voice` | object | Tone of voice | | `platforms` | array | Piattaforme target (LinkedIn, Instagram, X) | | `posting_frequency` | object | Frequenza per piattaforma | --- ## Processo ### Fase 1: Social Strategy **Obiettivo:** Definire approccio per piattaforma. **Azioni:** 1. Per ogni piattaforma, definisci: - **Scopo:** Perché essere presenti - **Audience:** Chi seguiamo/raggiungiamo - **Formati:** Cosa pubblichiamo - **Frequenza:** Quanto spesso - **KPI:** Come misuriamo successo **Template:** ```markdown # Social Strategy ## LinkedIn - **Scopo:** Thought leadership, B2B lead gen - **Audience:** Founders, PM, decision maker B2B - **Formati:** Text post, carousel, article - **Frequenza:** 3x settimana - **KPI:** Engagement rate, DM inbound, profile views ## Instagram - **Scopo:** Brand awareness, visual storytelling - **Audience:** {Target} - **Formati:** Reel, carousel, stories - **Frequenza:** 4x settimana - **KPI:** Reach, saves, shares ## X / Twitter - **Scopo:** Real-time engagement, network building - **Audience:** {Target} - **Formati:** Thread, single tweet - **Frequenza:** 5x settimana - **KPI:** Replies, retweets, profile clicks ``` **Output:** - `{project}/social/social_strategy.md` --- ### Fase 2: Calendario Editoriale **Obiettivo:** Pianificare 4 settimane di content. **Azioni:** 1. Usa content pillars da strategy 2. Mappa pillar a formati per piattaforma 3. Crea calendario 4 settimane: - Data - Piattaforma - Formato - Pillar - Hook/Topic - Status (draft/scheduled/published) **Template:** ```markdown # Social Calendar — 4 Settimane ## Settimana 1 | Data | Platform | Formato | Pillar | Topic | Status | |------|----------|---------|--------|-------|--------| | Lun | LinkedIn | Text | Education | "3 errori comuni in {settore}" | Draft | | Mar | Instagram | Carousel | Case Study | "Prima/Dopo: {cliente}" | Draft | | Mer | X | Thread | Insights | "Come {risultato} in 5 step" | Draft | | ... | ... | ... | ... | ... | ... | ## Settimana 2 ... ``` **Output:** - `{project}/social/calendar.md` --- ### Fase 3: Post Queue **Obiettivo:** Creare 10+ post pronti per la queue. **Azioni:** 1. Per ogni post, compila spec: **Template Post:** ```markdown # Post 001 **Platform:** LinkedIn **Format:** Text post **Pillar:** Education **Status:** Draft ## Content **Hook:** {Prima riga che cattura attenzione} **Body:** {Contenuto principale, 3-5 punti o paragrafi brevi} **CTA:** {Call to action: commenta, DM, link in bio} ## Visual Brief **Tipo:** Nessuno / Immagine singola / Carousel **Descrizione:** {Cosa mostrare} **Testo su immagine:** {Copy se applicabile} ## Metadata **Hashtag:** #tag1 #tag2 #tag3 **Tag:** @{company}, @{person} **Scheduled:** {Data/ora se programmato} ``` 2. Crea minimo 10 post (mix di pillar e formati) **Output:** - `{project}/social/posts/post_001.md` ... `post_010.md` --- ### Fase 4: Published Log (Opzionale) **Obiettivo:** Tracciare post pubblicati. **Azioni:** 1. Dopo publish, aggiorna log: - Data publish - Piattaforma - Post ID - Performance (se disponibili) **Output:** - `{project}/social/published_log.md` --- ## Output | File | Formato | Descrizione | |------|---------|-------------| | `{project}/social/social_strategy.md` | Markdown | Strategy per piattaforma | | `{project}/social/calendar.md` | Markdown | Calendario 4 settimane | | `{project}/social/posts/*.md` | Markdown | 10+ post in queue | | `{project}/social/published_log.md` | Markdown | Log publish (opzionale) | --- ## References - [content_formats.md](../agency-shared-references/references/content_formats.md) — Formati social - [platform_patterns.md](../agency-shared-references/references/platform_patterns.md) — Pattern per piattaforma - [brand_voice.md](../agency-shared-references/references/brand_voice.md) — Tone of voice --- ## Note **Edge Cases:** - **Nessun visual asset:** Usa visual brief per `agency-visual-generator` - **Cliente non fornisce feedback:** Procedi con assunzioni documentate - **Platform nuove:** Adatta strategy (es. TikTok richiede video) **Limitazioni:** - Publishing richiede approvazione (vedi `publishing_gates.md`) - Performance tracking richiede accesso analytics - Post queue va aggiornata regolarmente --- _Skill generata da framework-translator_