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
|
|
@ -20,7 +20,7 @@ Report KPI settimanali e azioni misurabili per social e YouTube.
|
|||
|
||||
| Input | Tipo | Validazione |
|
||||
|-------|------|-------------|
|
||||
| `client_path` | string | Percorso client |
|
||||
| `project_path` | string | Percorso progetto (cartella di lavoro) |
|
||||
| `kpi_definitions` | object | KPI da tracciare |
|
||||
| `dashboards_links` | array | Link a analytics (se disponibili) |
|
||||
| `week_number` | string | Numero settimana (es. "2026-W10") |
|
||||
|
|
@ -179,11 +179,11 @@ Report KPI settimanali e azioni misurabili per social e YouTube.
|
|||
|
||||
1. Usa template da `../agency-shared-references/references/weekly_report_template.md`
|
||||
2. Compila tutte le sezioni
|
||||
3. Salva in `clients/{client}/analytics/weekly_reports/{YYYY-WW}.md`
|
||||
3. Salva in `{project}/analytics/weekly_reports/{YYYY-WW}.md`
|
||||
4. Documenta azioni nel run log del progetto se richiedono follow-up
|
||||
|
||||
**Output:**
|
||||
- `clients/{client}/analytics/weekly_reports/YYYY-WW.md`
|
||||
- `{project}/analytics/weekly_reports/YYYY-WW.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -191,8 +191,8 @@ Report KPI settimanali e azioni misurabili per social e YouTube.
|
|||
|
||||
| File | Formato | Descrizione |
|
||||
|------|---------|-------------|
|
||||
| `clients/{client}/analytics/weekly_reports/YYYY-WW.md` | Markdown | Report settimanale |
|
||||
| `clients/{client}/ops/run_log.md` | Markdown | Azioni e follow-up (se necessario) |
|
||||
| `{project}/analytics/weekly_reports/YYYY-WW.md` | Markdown | Report settimanale |
|
||||
| `{project}/ops/run_log.md` | Markdown | Azioni e follow-up (se necessario) |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue