@ngocsangairvds/vsaf 4.1.26 → 4.1.27

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.
Files changed (22) hide show
  1. package/package.json +1 -1
  2. package/skills/sdlc/pack.yaml +2 -2
  3. package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/SKILL.md +1 -1
  4. package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/data/grep-patterns-srs.yaml +1 -1
  5. package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/workflow.md +8 -8
  6. package/skills/sdlc/{ba-write-srs → sdlc-write-srs}/SKILL.md +1 -1
  7. package/skills/sdlc/srs/SKILL.md +3 -3
  8. /package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/data/domain-checklists/insurance.yaml +0 -0
  9. /package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/data/srs-review-glossary.md +0 -0
  10. /package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/steps-v/step-v-01-discovery.md +0 -0
  11. /package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/steps-v/step-v-02-business-alignment.md +0 -0
  12. /package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/steps-v/step-v-03-completeness.md +0 -0
  13. /package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/steps-v/step-v-04-consistency.md +0 -0
  14. /package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/steps-v/step-v-05-quality.md +0 -0
  15. /package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/steps-v/step-v-06-system-nfr.md +0 -0
  16. /package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/steps-v/step-v-07-delivery-readiness.md +0 -0
  17. /package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/steps-v/step-v-08-risk-analysis.md +0 -0
  18. /package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/steps-v/step-v-09-user-impact.md +0 -0
  19. /package/skills/sdlc/{ba-validate-srs → sdlc-validate-srs}/steps-v/step-v-10-report.md +0 -0
  20. /package/skills/sdlc/{ba-write-srs → sdlc-write-srs}/srs-feature-template.md +0 -0
  21. /package/skills/sdlc/{ba-write-srs → sdlc-write-srs}/srs-system-template.md +0 -0
  22. /package/skills/sdlc/{ba-write-srs → sdlc-write-srs}/workflow.md +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngocsangairvds/vsaf",
3
- "version": "4.1.26",
3
+ "version": "4.1.27",
4
4
  "description": "logging step",
5
5
  "main": "packages/core/dist/index.js",
6
6
  "types": "packages/core/dist/index.d.ts",
@@ -62,5 +62,5 @@ bundled:
62
62
  - improve-codebase-architecture
63
63
 
64
64
  # SRS writing + validation (replaces BMAD analyst + edge case hunter in Phase 4)
65
- - ba-write-srs
66
- - ba-validate-srs
65
+ - sdlc-write-srs
66
+ - sdlc-validate-srs
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: ba-validate-srs
2
+ name: sdlc-validate-srs
3
3
  description: "Validate SRS — 8 dimensions, weighted scoring, parallel agents, GO/NO-GO. Triggers: 'validate srs', 'review srs', 'check srs'."
4
4
  version: 1.0.0
5
5
  author: "@ngocsangairvds/vsaf"
@@ -1,4 +1,4 @@
1
- # Grep Pattern Library — ba-validate-srs
1
+ # Grep Pattern Library — sdlc-validate-srs
2
2
  # SRS-specific patterns + Vietnamese language patterns
3
3
  # Extends: .claude/skills/bmad-validate-prd/data/grep-patterns.yaml (for shared patterns)
4
4
  # Used by: step-v-05-quality.md, step-v-03-completeness.md, step-v-04-consistency.md
@@ -173,7 +173,7 @@ Announce to user (unless `silent_mode: true`):
173
173
 
174
174
  **Agent 1 — model: sonnet** (Business Alignment — weight 1.2)
175
175
  ```
176
- You are a business alignment validation sub-agent for ba-validate-srs.
176
+ You are a business alignment validation sub-agent for sdlc-validate-srs.
177
177
  Read file: {output_folder}/_validation_temp/context.yaml
178
178
  Then read fully and follow ALL instructions in: ./steps-v/step-v-02-business-alignment.md
179
179
  Write output to: {output_folder}/_validation_temp/findings-business-alignment.yaml
@@ -182,7 +182,7 @@ Do NOT produce any user-facing messages. Write findings file only.
182
182
 
183
183
  **Agent 2 — model: opus** (Completeness — weight 1.0 — two-pass invention detection)
184
184
  ```
185
- You are a completeness validation sub-agent for ba-validate-srs.
185
+ You are a completeness validation sub-agent for sdlc-validate-srs.
186
186
  Read file: {output_folder}/_validation_temp/context.yaml
187
187
  Then read fully and follow ALL instructions in: ./steps-v/step-v-03-completeness.md
188
188
  Write output to: {output_folder}/_validation_temp/findings-completeness.yaml
@@ -193,7 +193,7 @@ Do NOT produce any user-facing messages. Write findings file only.
193
193
 
194
194
  **Agent 3 — model: sonnet** (Consistency — weight 1.0)
195
195
  ```
196
- You are a consistency validation sub-agent for ba-validate-srs.
196
+ You are a consistency validation sub-agent for sdlc-validate-srs.
197
197
  Read file: {output_folder}/_validation_temp/context.yaml
198
198
  Then read fully and follow ALL instructions in: ./steps-v/step-v-04-consistency.md
199
199
  Write output to: {output_folder}/_validation_temp/findings-consistency.yaml
@@ -202,7 +202,7 @@ Do NOT produce any user-facing messages. Write findings file only.
202
202
 
203
203
  **Agent 4 — model: haiku** (Quality — weight 1.0 — Grep-only mechanical checks)
204
204
  ```
205
- You are a quality validation sub-agent for ba-validate-srs.
205
+ You are a quality validation sub-agent for sdlc-validate-srs.
206
206
  Read file: {output_folder}/_validation_temp/context.yaml
207
207
  Then read fully and follow ALL instructions in: ./steps-v/step-v-05-quality.md
208
208
  Write output to: {output_folder}/_validation_temp/findings-quality.yaml
@@ -211,7 +211,7 @@ Do NOT produce any user-facing messages. Write findings file only.
211
211
 
212
212
  **Agent 5 — model: sonnet** (System & NFR — weight 1.0)
213
213
  ```
214
- You are a system and NFR validation sub-agent for ba-validate-srs.
214
+ You are a system and NFR validation sub-agent for sdlc-validate-srs.
215
215
  Read file: {output_folder}/_validation_temp/context.yaml
216
216
  Then read fully and follow ALL instructions in: ./steps-v/step-v-06-system-nfr.md
217
217
  Write output to: {output_folder}/_validation_temp/findings-system-nfr.yaml
@@ -220,7 +220,7 @@ Do NOT produce any user-facing messages. Write findings file only.
220
220
 
221
221
  **Agent 6 — model: sonnet** (Delivery Readiness — weight 1.0)
222
222
  ```
223
- You are a delivery readiness validation sub-agent for ba-validate-srs.
223
+ You are a delivery readiness validation sub-agent for sdlc-validate-srs.
224
224
  Read file: {output_folder}/_validation_temp/context.yaml
225
225
  Then read fully and follow ALL instructions in: ./steps-v/step-v-07-delivery-readiness.md
226
226
  Write output to: {output_folder}/_validation_temp/findings-delivery-readiness.yaml
@@ -229,7 +229,7 @@ Do NOT produce any user-facing messages. Write findings file only.
229
229
 
230
230
  **Agent 7 — model: sonnet** (Risk Analysis — weight 0.8)
231
231
  ```
232
- You are a risk analysis validation sub-agent for ba-validate-srs.
232
+ You are a risk analysis validation sub-agent for sdlc-validate-srs.
233
233
  Read file: {output_folder}/_validation_temp/context.yaml
234
234
  Then read fully and follow ALL instructions in: ./steps-v/step-v-08-risk-analysis.md
235
235
  Write output to: {output_folder}/_validation_temp/findings-risk-analysis.yaml
@@ -238,7 +238,7 @@ Do NOT produce any user-facing messages. Write findings file only.
238
238
 
239
239
  **Agent 8 — model: haiku** (User Impact — weight 0.7 — lightweight persona checks)
240
240
  ```
241
- You are a user impact validation sub-agent for ba-validate-srs.
241
+ You are a user impact validation sub-agent for sdlc-validate-srs.
242
242
  Read file: {output_folder}/_validation_temp/context.yaml
243
243
  Then read fully and follow ALL instructions in: ./steps-v/step-v-09-user-impact.md
244
244
  Write output to: {output_folder}/_validation_temp/findings-user-impact.yaml
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: ba-write-srs
2
+ name: sdlc-write-srs
3
3
  description: "Write SRS feature-level theo template v4 chuẩn 12 sections. Triggers: 'write srs', 'viết srs', 'tạo srs'."
4
4
  version: 1.0.0
5
5
  author: "@ngocsangairvds/vsaf"
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: srs
3
- description: "Phase 4 — SRS via ba-write-srs template + ba-validate-srs 8-dimension validation + GitNexus interface verification"
3
+ description: "Phase 4 — SRS via sdlc-write-srs template + sdlc-validate-srs 8-dimension validation + GitNexus interface verification"
4
4
  version: 2.0.0
5
5
  author: "@ngocsangairvds/vsaf"
6
6
  ---
@@ -45,7 +45,7 @@ All output documents (05-srs.md) MUST be written in Vietnamese. Section headers,
45
45
  [SRS] [2/4] Writing SRS from PRD + ADR + Epics... ⏳
46
46
  ```
47
47
 
48
- Use `/ba-write-srs` — write SRS following the v4 template (12 sections) from PRD + Architecture + Epics.
48
+ Use `/sdlc-write-srs` — write SRS following the v4 template (12 sections) from PRD + Architecture + Epics.
49
49
 
50
50
  Input:
51
51
  - `02-prd.md` as PRD source
@@ -65,7 +65,7 @@ Output: `.vsaf/docs/features/{feature-name}/05-srs.md`
65
65
  [SRS] [3/4] Validating SRS (8 dimensions)... ⏳
66
66
  ```
67
67
 
68
- Use `/ba-validate-srs` — validate SRS across 8 dimensions with weighted scoring.
68
+ Use `/sdlc-validate-srs` — validate SRS across 8 dimensions with weighted scoring.
69
69
 
70
70
  - Scope: single file (`05-srs.md`)
71
71
  - Cross-validate against: `02-prd.md`, `03-adr.md`