@ngocsangairvds/vsaf 3.0.8 → 3.0.9

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.
@@ -9,12 +9,12 @@ description: Lên plan cho 1 feature/task mới. Dùng khi nhận được yêu
9
9
  Hiểu đầy đủ yêu cầu, phân tích impact, và xác định chiến lược implement trước khi viết bất kỳ dòng code nào.
10
10
 
11
11
  ## Input
12
- `<feature>` — mô tả feature/task cần làm (ví dụ: "tạo module quản lý dashboard")
12
+ `$ARGUMENTS` — mô tả feature/task cần làm (ví dụ: "tạo module quản lý dashboard")
13
13
 
14
14
  ## Các bước thực hiện
15
15
 
16
16
  ### Bước 1 — Search MemPalace (bắt buộc)
17
- - Gọi `mcp__mempalace__mempalace_search` với keyword từ `<feature>`
17
+ - Gọi `mcp__mempalace__mempalace_search` với keyword từ `$ARGUMENTS`
18
18
  - Tìm kiếm: past decisions, architectural patterns, previous attempts
19
19
  - Tóm tắt: có decision nào liên quan không?
20
20
 
@@ -29,15 +29,22 @@ Hiểu đầy đủ yêu cầu, phân tích impact, và xác định chiến lư
29
29
  - Báo cáo blast radius: bao nhiêu module bị ảnh hưởng, risk level
30
30
  - Nếu risk HIGH/CRITICAL: DỪNG, báo user trước khi tiếp tục
31
31
 
32
- ### Bước 4 — Architecture decision (BMAD architect)
32
+ ### Bước 4 — Trace dependencies (Graphify)
33
+ - Nếu cần trace path giữa 2 services: dùng `/graphify path ServiceA ServiceB`
34
+ - Xác định: integration points, shared dependencies
35
+
36
+ ### Bước 5 — Architecture decision (BMAD architect)
33
37
  - Dùng skill `bmad-agent-architect` để đề xuất architecture approach
34
38
  - So sánh alternatives, chọn approach phù hợp nhất
35
39
 
36
- ### Bước 5 — Brainstorm (Superpowers)
37
- - Dùng skill `superpowers:brainstorming` để explore alternatives
38
- - Đặt câu hỏi Socratic: "What if...", "What could go wrong..."
40
+ ### Bước 6 — Brainstorm (BMAD Brainstorming)
41
+ - Dùng skill `bmad-brainstorming` để explore alternatives và uncover hidden risks
42
+ - Facilitator sẽ dẫn dắt session với các kỹ thuật sáng tạo đa dạng
43
+ - Đặt câu hỏi: "What if...", "What could go wrong...", "What are we missing?"
44
+ - Mục tiêu: tối thiểu 20 ý tưởng/alternatives trước khi tổ chức lại
45
+ - bmad-brainstorming sẽ load config từ `_bmad/bmm/config.yaml`
39
46
 
40
- ### Bước 6 — Output cho user
47
+ ### Bước 7 — Output cho user
41
48
  Trình bày kết quả theo format:
42
49
 
43
50
  ```
package/README.md CHANGED
@@ -10,17 +10,17 @@ every decision. $20/month total.
10
10
 
11
11
  ```
12
12
  ┌──────────────────────────────────────────────────────────────────────┐
13
- │ PLANNING BMAD (agents)
14
- │ Analyst, PM, Architect, Product Owner
13
+ │ PLANNING BMAD (agents)
14
+ │ Analyst, PM, Architect, Product Owner
15
15
  ├──────────────────────────────────────────────────────────────────────┤
16
- │ CODE INTEL GitNexus (MCP backbone)
17
- │ call-graph, impact analysis, blast radius
16
+ │ CODE INTEL GitNexus (MCP backbone)
17
+ │ call-graph, impact analysis, blast radius
18
18
  ├──────────────────────────────────────────────────────────────────────┤
19
- │ MEMORY MemPalace (knowledge base)
20
- │ architecture decisions, temporal KG
19
+ │ MEMORY MemPalace (knowledge base)
20
+ │ architecture decisions, temporal KG
21
21
  ├──────────────────────────────────────────────────────────────────────┤
22
- │ IMPLEMENTATION Claude Code + Superpowers
23
- │ brainstorm, TDD execution, code review
22
+ │ IMPLEMENTATION Claude Code + Superpowers
23
+ │ brainstorm, TDD execution, code review
24
24
  └──────────────────────────────────────────────────────────────────────┘
25
25
  ```
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngocsangairvds/vsaf",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "description": "VSAF — Agentic AI SDLC Framework. 4 integrated tools: BMAD, GitNexus, Superpowers, MemPalace. 2-layer review.",
5
5
  "keywords": ["claude", "claude-code", "ai", "sdlc", "framework", "bmad", "gitnexus", "mempalace"],
6
6
  "bin": {