muno-claude-plugin 1.4.2 → 1.4.3
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/package.json
CHANGED
package/templates/WORKFLOW.md
CHANGED
|
@@ -11,7 +11,7 @@ AI 기반 개발 워크플로우 스킬 체계입니다.
|
|
|
11
11
|
|
|
12
12
|
| 스킬 | 설명 | 주요 입력 |
|
|
13
13
|
|------|------|----------|
|
|
14
|
-
| `/architecture` | System Architecture (SAD) | 시스템 정보 |
|
|
14
|
+
| `/architecture-design` | System Architecture (SAD) | 시스템 정보 |
|
|
15
15
|
| `/prd-generator` | PRD 생성 | 요구사항 |
|
|
16
16
|
| `/epic-story-generator` | Epic & Story 생성 | PRD (선택) |
|
|
17
17
|
| `/hld-generator` | Feature HLD | SAD + PRD + Story |
|
|
@@ -26,7 +26,7 @@ allowed-tools: Read, Glob, Grep, Write, Edit, WebSearch, WebFetch
|
|
|
26
26
|
```
|
|
27
27
|
┌─────────────────────────────────────────────────────────────────┐
|
|
28
28
|
│ SAD (System Architecture Document) │
|
|
29
|
-
│ • 전체 시스템 1개, /architecture
|
|
29
|
+
│ • 전체 시스템 1개, /architecture-design으로 생성 │
|
|
30
30
|
│ • "우리 시스템은 이렇게 생겼다" │
|
|
31
31
|
└─────────────────────────────────────────────────────────────────┘
|
|
32
32
|
│ 참조
|
|
@@ -114,7 +114,7 @@ Feature HLD 작성 전 SAD와 PRD 존재 여부를 확인합니다.
|
|
|
114
114
|
documents/architecture/system-architecture.md 파일 확인
|
|
115
115
|
|
|
116
116
|
있으면 → SAD 참조하여 HLD 작성
|
|
117
|
-
없으면 → SAD 없이 진행 가능 (권장: /architecture
|
|
117
|
+
없으면 → SAD 없이 진행 가능 (권장: /architecture-design으로 먼저 작성)
|
|
118
118
|
```
|
|
119
119
|
|
|
120
120
|
### SAD가 있는 경우
|