@antoneeo/agentic-sdlc-skill 1.6.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/README.md +82 -81
- package/gemini-extension.json +2 -2
- package/package.json +3 -4
- package/scripts/init.js +125 -176
- package/scripts/lib.js +138 -0
- package/scripts/postinstall.js +17 -113
- package/scripts/preuninstall.js +5 -14
- package/skills/agentic-sdlc-skill/ENFORCEMENT.md +56 -55
- package/skills/agentic-sdlc-skill/SKILL.md +263 -172
- package/skills/agentic-sdlc-skill/guides.md +153 -0
- package/skills/agentic-sdlc-skill/scripts/sdlc_check.py +817 -621
- package/skills/agentic-sdlc-skill/templates.md +250 -192
- package/references/analysis_template.md +0 -44
- package/references/architecture_template.md +0 -23
- package/references/existing_features_template.md +0 -8
- package/references/feature_vision_template.md +0 -21
- package/references/features_history_template.md +0 -5
- package/references/principles_template.md +0 -13
- package/references/project_vision_template.md +0 -26
- package/references/roadmap_template.md +0 -9
|
@@ -1,192 +1,250 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
-
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
|
|
8
|
-
##
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
```markdown
|
|
13
|
-
---
|
|
14
|
-
description:
|
|
15
|
-
status: CURRENT # CURRENT | SUPERSEDED | DRAFT | DEPRECATED
|
|
16
|
-
supersedes:
|
|
17
|
-
---
|
|
18
|
-
#
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
## ai_docs/
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
<!--
|
|
56
|
-
```
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
##
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
##
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
##
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
##
|
|
126
|
-
##
|
|
127
|
-
##
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
##
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
##
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
##
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
1
|
+
# Document templates — Agentic SDLC
|
|
2
|
+
|
|
3
|
+
General rules:
|
|
4
|
+
- Concise documents: ≤ ~80 lines each (handoff ≤ 20). If a document grows beyond that, split it, do not inflate it.
|
|
5
|
+
- Template conformance is not the goal: if a section has no real content, state explicitly why it does not apply. Never filler text.
|
|
6
|
+
- Dates always absolute, UTC where indicated.
|
|
7
|
+
|
|
8
|
+
## Canonical document header (vision/ reference/ architecture/ functional/ strategic/)
|
|
9
|
+
|
|
10
|
+
Every durable canonical document opens with this frontmatter: it feeds the generated manifest `ai_docs/INDEX.md` and gives an agent the freshness signal before it trusts the content.
|
|
11
|
+
|
|
12
|
+
```markdown
|
|
13
|
+
---
|
|
14
|
+
description: One line — what the document is and when to read it.
|
|
15
|
+
status: CURRENT # CURRENT | SUPERSEDED | DRAFT | DEPRECATED
|
|
16
|
+
supersedes: old_doc.md # only if it replaces another canonical doc
|
|
17
|
+
---
|
|
18
|
+
# Document Title
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
When a doc replaces another: the new one declares `supersedes:`, the old one switches to `status: SUPERSEDED` (it stays as history, do not delete it). `sdlc_check.py validate` warns if `status` is missing or if a superseded doc is still `CURRENT`.
|
|
22
|
+
|
|
23
|
+
## ai_docs/reference/GUIDE_[topic].md
|
|
24
|
+
|
|
25
|
+
Operative guide distilled from USER-PROVIDED indications (never from model knowledge).
|
|
26
|
+
The guide is a SYNTHESIS — the compact training a reader takes in whole before acting;
|
|
27
|
+
the verbatim snapshot in `ai_docs/reference/.sources/<slug>-<hash8>.md` is the book,
|
|
28
|
+
reached on demand. `source_hash` is the snapshot's SHA-256. Every `##` section carries
|
|
29
|
+
a fidelity marker: `[source: <snapshot-file>#<anchor-or-line>]` for covered content
|
|
30
|
+
(doubling as the detail-lookup pointer into the book), or a literal
|
|
31
|
+
`[not covered by source]` for gaps. Sections are CHOSEN from the repertoire below —
|
|
32
|
+
only those the source actually supports; never force empty ones. A guide approaching
|
|
33
|
+
the source's own length is a paraphrase, not a synthesis.
|
|
34
|
+
|
|
35
|
+
```markdown
|
|
36
|
+
---
|
|
37
|
+
description: One line, ≤160 chars — when to consult this guide.
|
|
38
|
+
status: CURRENT
|
|
39
|
+
source: Human-readable name of what the user provided.
|
|
40
|
+
source_version: v1.2 # optional — only when the origin is versioned
|
|
41
|
+
distilled_from: ai_docs/reference/.sources/topic-a1b2c3d4.md
|
|
42
|
+
source_hash: <sha256 of the snapshot file>
|
|
43
|
+
---
|
|
44
|
+
# Guide: [Topic]
|
|
45
|
+
|
|
46
|
+
## How to do [X]
|
|
47
|
+
[source: topic-a1b2c3d4.md#setup]
|
|
48
|
+
<!-- operative steps, imperative voice -->
|
|
49
|
+
|
|
50
|
+
## How to verify it is done right
|
|
51
|
+
[source: topic-a1b2c3d4.md#checks]
|
|
52
|
+
|
|
53
|
+
## What NOT to do
|
|
54
|
+
[not covered by source]
|
|
55
|
+
<!-- the user's material does not address this: do not invent. -->
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Section repertoire (pick what the source supports): How to do X / How to verify /
|
|
59
|
+
What NOT to do / What to watch out for / Core principles / When this applies.
|
|
60
|
+
|
|
61
|
+
## ai_docs/README.md
|
|
62
|
+
|
|
63
|
+
Curated must-read index, by hand (it is NOT the generated manifest). Created at init, updated rarely, only for real must-reads.
|
|
64
|
+
|
|
65
|
+
```markdown
|
|
66
|
+
# ai_docs — reading guide
|
|
67
|
+
|
|
68
|
+
Must-reads for this project, in order. The full manifest of canonical docs is
|
|
69
|
+
`INDEX.md` (generated — regenerate with `sdlc_check.py index`, never edit by hand).
|
|
70
|
+
|
|
71
|
+
1. `vision/project_vision.md` — why the project exists (check its Status first).
|
|
72
|
+
2. `strategic/architecture.md` — how it is built.
|
|
73
|
+
3. `audit/handoff.md` — where work stopped last session (if present).
|
|
74
|
+
|
|
75
|
+
Directory purposes: `vision/` (project direction), `strategic/` (architecture and
|
|
76
|
+
feature catalog), `reference/` (operative guides), `solutions/` (per-feature
|
|
77
|
+
analyses, discovery-by-grep), `audit/` (audit plan and handoff).
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
## ai_docs/vision/project_vision.md
|
|
81
|
+
|
|
82
|
+
```markdown
|
|
83
|
+
# Project Vision
|
|
84
|
+
Status: DRAFT
|
|
85
|
+
<!-- Status: DRAFT (reconstructed by the agent, NOT a gating authority)
|
|
86
|
+
or APPROVED (by <who>, <date>) — only after the user's explicit confirmation -->
|
|
87
|
+
|
|
88
|
+
## North Star
|
|
89
|
+
## Target Users
|
|
90
|
+
## Core Problem
|
|
91
|
+
## Goals
|
|
92
|
+
## Non-Goals
|
|
93
|
+
## Success Signals
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
## ai_docs/vision/roadmap.md
|
|
97
|
+
|
|
98
|
+
```markdown
|
|
99
|
+
# Roadmap
|
|
100
|
+
Status: DRAFT
|
|
101
|
+
|
|
102
|
+
## Milestones
|
|
103
|
+
<!-- for each: expected benefit, priority, progress indicator -->
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
## ai_docs/vision/principles.md
|
|
107
|
+
|
|
108
|
+
```markdown
|
|
109
|
+
# Decision Principles
|
|
110
|
+
Status: DRAFT
|
|
111
|
+
|
|
112
|
+
<!-- bullet list of the stable principles guiding trade-offs and scope, most critical first -->
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
## ai_docs/vision/features/VISION_[feature_name].md
|
|
116
|
+
|
|
117
|
+
Only for features spanning multiple ANALYSIS documents or multiple milestones: otherwise the feature vision lives in the `## Feature Vision` section of the ANALYSIS.
|
|
118
|
+
|
|
119
|
+
```markdown
|
|
120
|
+
# Feature Vision: [Name]
|
|
121
|
+
|
|
122
|
+
## Problem
|
|
123
|
+
## Expected Benefit
|
|
124
|
+
## Users or Stakeholders
|
|
125
|
+
## Success Signals
|
|
126
|
+
## Non-Goals / Out of Scope
|
|
127
|
+
## Related Constraints and Principles
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
## ai_docs/solutions/ANALYSIS_[feature_name].md
|
|
131
|
+
|
|
132
|
+
The frontmatter is the source of truth for the feature state (the `features_history.md` index is generated from it).
|
|
133
|
+
|
|
134
|
+
```markdown
|
|
135
|
+
---
|
|
136
|
+
id: F-001
|
|
137
|
+
feature: Feature Name
|
|
138
|
+
status: PLANNED
|
|
139
|
+
level: L3
|
|
140
|
+
start_date: 2026-06-11
|
|
141
|
+
end_date:
|
|
142
|
+
---
|
|
143
|
+
# Feature Analysis: [Name]
|
|
144
|
+
|
|
145
|
+
## Objective
|
|
146
|
+
<!-- what we want to achieve and which problems it solves -->
|
|
147
|
+
|
|
148
|
+
## Feature Vision
|
|
149
|
+
<!-- expected benefit and problem solved; alignment with the project vision
|
|
150
|
+
(cite the document and its DRAFT/APPROVED state); non-goals/out-of-scope
|
|
151
|
+
for this feature; success signals; stakeholders only if not obvious.
|
|
152
|
+
This is the single home of the feature vision: the separate file
|
|
153
|
+
VISION_[feature].md is created only if the feature spans multiple
|
|
154
|
+
ANALYSIS documents or multiple milestones. -->
|
|
155
|
+
|
|
156
|
+
## Impact
|
|
157
|
+
<!-- existing files touched, APIs/contracts, performance, new dependencies -->
|
|
158
|
+
|
|
159
|
+
## Security and Threat Model
|
|
160
|
+
<!-- ALWAYS mandatory, also in Standalone.
|
|
161
|
+
Surfaces touched: external input, authN/authZ, cryptography, network, personal data, filesystem.
|
|
162
|
+
Main threats and mitigations. "No security impact" must be justified, not declared. -->
|
|
163
|
+
|
|
164
|
+
## Action Plan
|
|
165
|
+
- [ ] ...
|
|
166
|
+
|
|
167
|
+
## Test Strategy
|
|
168
|
+
<!-- AAA unit tests, integration, examples. If the environment is not executable (firmware/HIL):
|
|
169
|
+
explicit alternative verification and reason. -->
|
|
170
|
+
|
|
171
|
+
## Diary / Current State
|
|
172
|
+
<!-- updated at every milestone: where I am, last problem, next step.
|
|
173
|
+
It is the handoff source for this feature. -->
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
Allowed frontmatter states: `PLANNED` | `IN_PROGRESS` | `COMPLETED` | `CANCELLED`. `COMPLETED` requires `end_date`. (The validator also accepts the deprecated Italian keys `stato`/`livello`/`data_inizio`/`data_fine` in existing projects.)
|
|
177
|
+
|
|
178
|
+
## ai_docs/solutions/SPIKE_[topic].md
|
|
179
|
+
|
|
180
|
+
```markdown
|
|
181
|
+
# Spike: [topic]
|
|
182
|
+
|
|
183
|
+
## Question to answer
|
|
184
|
+
## Time-box
|
|
185
|
+
## What was tried
|
|
186
|
+
## Answer / Outcome
|
|
187
|
+
## Consequences
|
|
188
|
+
<!-- max 1 page. Spike code is NOT mergeable: for production reclassify L2/L3. -->
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
## ai_docs/audit/audit_plan.md (Standalone mode only)
|
|
192
|
+
|
|
193
|
+
The `Reference` field (git hash or ISO UTC timestamp) is managed by `sdlc_check.py mark` — do not fill it by hand. Freshness is verified with `sdlc_check.py stale`.
|
|
194
|
+
|
|
195
|
+
```markdown
|
|
196
|
+
# Audit Plan
|
|
197
|
+
|
|
198
|
+
States: PENDING (to analyze) | ANALYZED (analyzed, with reference) | SKIPPED (with reason).
|
|
199
|
+
|
|
200
|
+
| Path | Status | Reference | Notes |
|
|
201
|
+
|---|---|---|---|
|
|
202
|
+
| src/core/ | PENDING | - | |
|
|
203
|
+
| vendor/ | SKIPPED | - | vendored code |
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
## ai_docs/audit/handoff.md
|
|
207
|
+
|
|
208
|
+
Just a pointer, ≤ 20 lines. The detail lives in the Diary of each ANALYSIS.
|
|
209
|
+
|
|
210
|
+
```markdown
|
|
211
|
+
# Handoff
|
|
212
|
+
Date: 2026-06-11 (UTC)
|
|
213
|
+
Branch: feature/sso-login
|
|
214
|
+
Agent: Claude
|
|
215
|
+
|
|
216
|
+
## Active features
|
|
217
|
+
- F-001 — see solutions/ANALYSIS_login_sso.md (Diary section)
|
|
218
|
+
|
|
219
|
+
## Next step
|
|
220
|
+
<!-- one line -->
|
|
221
|
+
|
|
222
|
+
## Session notes
|
|
223
|
+
<!-- visions read this session? drafts to have validated? -->
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
## ai_docs/strategic/architecture.md and existing_features.md
|
|
227
|
+
|
|
228
|
+
Canonical docs: they open with the header (`description:`/`status:`) so they enter the `INDEX.md` manifest cleanly.
|
|
229
|
+
|
|
230
|
+
```markdown
|
|
231
|
+
---
|
|
232
|
+
description: Stack, directory structure and architectural patterns of the project.
|
|
233
|
+
status: CURRENT
|
|
234
|
+
---
|
|
235
|
+
# Project Architecture
|
|
236
|
+
## Technology Stack
|
|
237
|
+
## Directory Structure
|
|
238
|
+
## Architectural Patterns
|
|
239
|
+
```
|
|
240
|
+
|
|
241
|
+
```markdown
|
|
242
|
+
---
|
|
243
|
+
description: Concise catalog of the project's existing features.
|
|
244
|
+
status: CURRENT
|
|
245
|
+
---
|
|
246
|
+
# Existing Features
|
|
247
|
+
- [ID] **Feature Name**: Description
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
`ai_docs/strategic/features_history.md` and `ai_docs/INDEX.md` have NO template: they are generated by `sdlc_check.py index`.
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: F-XXX
|
|
3
|
-
feature: [Nome Feature]
|
|
4
|
-
stato: PLANNED
|
|
5
|
-
livello: L3
|
|
6
|
-
data_inizio: YYYY-MM-DD
|
|
7
|
-
data_fine:
|
|
8
|
-
---
|
|
9
|
-
# Analisi della Feature: [Nome Feature]
|
|
10
|
-
|
|
11
|
-
## Obiettivo
|
|
12
|
-
- Cosa si vuole ottenere?
|
|
13
|
-
- Quale problema risolve?
|
|
14
|
-
|
|
15
|
-
## Vision della Feature
|
|
16
|
-
- Documento guida: `ai_docs/vision/project_vision.md` o `ai_docs/vision/features/VISION_[nome_feature].md`.
|
|
17
|
-
- Stato della Vision guida: DRAFT oppure APPROVED.
|
|
18
|
-
- Beneficio atteso.
|
|
19
|
-
- Non-obiettivi / fuori scope.
|
|
20
|
-
- Segnali di successo.
|
|
21
|
-
|
|
22
|
-
## Impatto
|
|
23
|
-
- File o moduli coinvolti.
|
|
24
|
-
- API, contratti o formati dati impattati.
|
|
25
|
-
- Performance, migrazioni o nuove dipendenze.
|
|
26
|
-
|
|
27
|
-
## Sicurezza e Threat Model
|
|
28
|
-
- Superfici toccate: input esterni, authN/authZ, crittografia, rete, dati personali, filesystem.
|
|
29
|
-
- Minacce principali.
|
|
30
|
-
- Mitigazioni.
|
|
31
|
-
- Se non c'e' impatto di sicurezza, motivare perche.
|
|
32
|
-
|
|
33
|
-
## Piano d'Azione
|
|
34
|
-
- [ ] Sviluppo
|
|
35
|
-
- [ ] Test
|
|
36
|
-
- [ ] Chiusura documentale
|
|
37
|
-
|
|
38
|
-
## Strategia di Test
|
|
39
|
-
- Unit test AAA.
|
|
40
|
-
- Test di integrazione o smoke check.
|
|
41
|
-
- Verifica alternativa se i test automatici non sono eseguibili.
|
|
42
|
-
|
|
43
|
-
## Diario / Stato Corrente
|
|
44
|
-
- YYYY-MM-DD: Stato iniziale e prossimo passo.
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Stack, struttura directory e pattern architetturali del progetto.
|
|
3
|
-
status: CURRENT
|
|
4
|
-
---
|
|
5
|
-
# Architettura del Progetto
|
|
6
|
-
|
|
7
|
-
## Stack Tecnologico
|
|
8
|
-
- **Linguaggio:** [es. TypeScript]
|
|
9
|
-
- **Framework:** [es. React, Express]
|
|
10
|
-
- **Database:** [es. PostgreSQL]
|
|
11
|
-
- **Strumenti di Test:** [es. Jest, Vitest]
|
|
12
|
-
|
|
13
|
-
## Struttura delle Directory
|
|
14
|
-
- `src/`: Codice sorgente.
|
|
15
|
-
- `ai_docs/vision/`: Vision di progetto, roadmap, principi e mini-vision delle feature.
|
|
16
|
-
- `ai_docs/strategic/`: Architettura, feature esistenti e storico feature.
|
|
17
|
-
- `ai_docs/solutions/`: Analisi e piani delle singole feature.
|
|
18
|
-
- `ai_docs/audit/`: Piano di audit e handoff di sessione.
|
|
19
|
-
- `tests/`: Test automatici.
|
|
20
|
-
|
|
21
|
-
## Pattern Architetturali
|
|
22
|
-
- [es. MVC, Clean Architecture, Layered Architecture]
|
|
23
|
-
- [es. Dependency Injection]
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Catalogo sintetico delle funzionalità esistenti del progetto.
|
|
3
|
-
status: CURRENT
|
|
4
|
-
---
|
|
5
|
-
# Funzionalità Esistenti
|
|
6
|
-
|
|
7
|
-
- [ID] **Nome Feature**: Descrizione sintetica della funzionalità.
|
|
8
|
-
- [ID] **Altra Feature**: Dettagli su cosa permette di fare all'utente.
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# Vision della Feature: [Nome Feature]
|
|
2
|
-
|
|
3
|
-
Usare un file separato solo quando la feature attraversa piu ANALYSIS o piu milestone. Altrimenti tenere la Vision della Feature dentro `ANALYSIS_[feature].md`.
|
|
4
|
-
|
|
5
|
-
## Problema
|
|
6
|
-
- Quale problema specifico risolve questa feature?
|
|
7
|
-
|
|
8
|
-
## Beneficio Atteso
|
|
9
|
-
- Quale risultato utile deve produrre per utenti o stakeholder?
|
|
10
|
-
|
|
11
|
-
## Utenti o Stakeholder
|
|
12
|
-
- Chi beneficia direttamente o indirettamente della feature?
|
|
13
|
-
|
|
14
|
-
## Segnali di Successo
|
|
15
|
-
- Come sapremo che la feature ha raggiunto l'obiettivo?
|
|
16
|
-
|
|
17
|
-
## Non-Obiettivi / Fuori Scope
|
|
18
|
-
- Cosa non deve essere incluso in questa feature?
|
|
19
|
-
|
|
20
|
-
## Vincoli e Principi Collegati
|
|
21
|
-
- Quali principi di `ai_docs/vision/principles.md` guidano questa feature?
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# Principi di Vision
|
|
2
|
-
Stato: DRAFT
|
|
3
|
-
|
|
4
|
-
I principi in questo file guidano trade-off, scope e decisioni tecniche quando piu soluzioni sono possibili.
|
|
5
|
-
|
|
6
|
-
## Principi
|
|
7
|
-
- **[Principio]**: [Descrizione pratica del criterio decisionale].
|
|
8
|
-
|
|
9
|
-
## Trade-off Preferiti
|
|
10
|
-
- Preferire [A] rispetto a [B] quando [condizione].
|
|
11
|
-
|
|
12
|
-
## Anti-Pattern Strategici
|
|
13
|
-
- [Comportamento o direzione da evitare perche devia dalla Vision].
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# Vision del Progetto
|
|
2
|
-
Stato: DRAFT
|
|
3
|
-
|
|
4
|
-
## North Star
|
|
5
|
-
- Qual e' l'obiettivo finale che il progetto deve preservare nel tempo?
|
|
6
|
-
|
|
7
|
-
## Problema Centrale
|
|
8
|
-
- Quale problema reale risolve il progetto?
|
|
9
|
-
|
|
10
|
-
## Utenti Target
|
|
11
|
-
- Chi sono utenti o stakeholder principali?
|
|
12
|
-
|
|
13
|
-
## Valore Atteso
|
|
14
|
-
- Quale beneficio misurabile o osservabile deve produrre il progetto?
|
|
15
|
-
|
|
16
|
-
## Obiettivi
|
|
17
|
-
- [Obiettivo 1]
|
|
18
|
-
- [Obiettivo 2]
|
|
19
|
-
|
|
20
|
-
## Non-Obiettivi
|
|
21
|
-
- [Cosa il progetto non vuole diventare]
|
|
22
|
-
- [Cosa e' esplicitamente fuori scope]
|
|
23
|
-
|
|
24
|
-
## Segnali di Successo
|
|
25
|
-
- [Indicatore qualitativo o quantitativo]
|
|
26
|
-
- [Comportamento utente o metrica attesa]
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
# Roadmap della Vision
|
|
2
|
-
Stato: DRAFT
|
|
3
|
-
|
|
4
|
-
| Milestone | Beneficio Atteso | Priorita | Segnali di Successo | Stato |
|
|
5
|
-
|:---|:---|:---|:---|:---|
|
|
6
|
-
| M1 | [Beneficio] | Alta | [Segnale] | [PLANNED] |
|
|
7
|
-
|
|
8
|
-
## Note di Direzione
|
|
9
|
-
- Decisioni strategiche o cambi di priorita rilevanti.
|