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 @@ Progetta la struttura del sito e scrive copy chiaro e conversion-oriented.
|
|||
|
||||
| Input | Tipo | Validazione |
|
||||
|-------|------|-------------|
|
||||
| `client_path` | string | Percorso client |
|
||||
| `project_path` | string | Percorso progetto (cartella di lavoro) |
|
||||
| `strategy_docs` | array | Positioning, messaging, content pillars |
|
||||
| `design_layouts` | array | Page layouts (da design system) |
|
||||
| `seo_keywords` | array | Keyword seed (se disponibili) |
|
||||
|
|
@ -73,7 +73,7 @@ Progetta la struttura del sito e scrive copy chiaro e conversion-oriented.
|
|||
```
|
||||
|
||||
**Output:**
|
||||
- `clients/{client}/website/sitemap.md`
|
||||
- `{project}/website/sitemap.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -121,7 +121,7 @@ Progetta la struttura del sito e scrive copy chiaro e conversion-oriented.
|
|||
```
|
||||
|
||||
**Output:**
|
||||
- `clients/{client}/website/pages/{page_name}.md`
|
||||
- `{project}/website/pages/{page_name}.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -158,7 +158,7 @@ Progetta la struttura del sito e scrive copy chiaro e conversion-oriented.
|
|||
- Proof ovunque possibile
|
||||
|
||||
**Output:**
|
||||
- Copy completo in `clients/{client}/website/pages/*.md`
|
||||
- Copy completo in `{project}/website/pages/*.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -188,7 +188,7 @@ Progetta la struttura del sito e scrive copy chiaro e conversion-oriented.
|
|||
```
|
||||
|
||||
**Output:**
|
||||
- `clients/{client}/website/seo/meta.md`
|
||||
- `{project}/website/seo/meta.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -209,7 +209,7 @@ Progetta la struttura del sito e scrive copy chiaro e conversion-oriented.
|
|||
3. Compila QA checklist
|
||||
|
||||
**Output:**
|
||||
- `clients/{client}/website/qa/qa_website.md`
|
||||
- `{project}/website/qa/qa_website.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -217,10 +217,10 @@ Progetta la struttura del sito e scrive copy chiaro e conversion-oriented.
|
|||
|
||||
| File | Formato | Descrizione |
|
||||
|------|---------|-------------|
|
||||
| `clients/{client}/website/sitemap.md` | Markdown | Architettura sito |
|
||||
| `clients/{client}/website/pages/*.md` | Markdown | Copy pagine |
|
||||
| `clients/{client}/website/seo/meta.md` | Markdown | SEO metadata |
|
||||
| `clients/{client}/website/qa/qa_website.md` | Markdown | QA checklist |
|
||||
| `{project}/website/sitemap.md` | Markdown | Architettura sito |
|
||||
| `{project}/website/pages/*.md` | Markdown | Copy pagine |
|
||||
| `{project}/website/seo/meta.md` | Markdown | SEO metadata |
|
||||
| `{project}/website/qa/qa_website.md` | Markdown | QA checklist |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue