@unlaxer/dge-toolkit 1.5.0 → 1.5.2
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/characters/catalog.md +18 -8
- package/package.json +1 -1
- package/patterns.md +5 -1
- package/version.txt +1 -1
package/characters/catalog.md
CHANGED
|
@@ -23,14 +23,24 @@
|
|
|
23
23
|
## テーマ別の推奨キャラ組み合わせ
|
|
24
24
|
|
|
25
25
|
```
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
26
|
+
--- 設計・開発 ---
|
|
27
|
+
API 設計: 今泉 + 千石 + 僕
|
|
28
|
+
新機能企画: 今泉 + ヤン + 僕
|
|
29
|
+
アーキテクチャ: ヤン + 千石 + リヴァイ
|
|
30
|
+
コードレビュー: 今泉 + 千石 + リヴァイ
|
|
31
|
+
セキュリティ: 千石 + Red Team + ハウス
|
|
32
|
+
法務・規約: 今泉 + ソウル + ハウス
|
|
33
|
+
|
|
34
|
+
--- ビジネス ---
|
|
35
|
+
プロダクト企画: 今泉 + 利根川 + ヤン + 僕
|
|
36
|
+
ビジネス判断: 今泉 + 大和田 + 鷲津 + 僕
|
|
37
|
+
SaaS 検討: 大和田 + 利根川 + ヤン + ソウル
|
|
38
|
+
Go/No-Go: 今泉 + 鷲津 + 僕
|
|
39
|
+
VC 準備: 今泉 + 鷲津 + ラインハルト + 僕
|
|
40
|
+
|
|
41
|
+
--- 運用 ---
|
|
42
|
+
障害振り返り: 今泉 + 千石 + Red Team
|
|
43
|
+
攻めの戦略: ラインハルト + Red Team + 鷲津
|
|
34
44
|
```
|
|
35
45
|
|
|
36
46
|
## キャラクター詳細
|
package/package.json
CHANGED
package/patterns.md
CHANGED
|
@@ -53,6 +53,10 @@
|
|
|
53
53
|
| 🚀 `pre-release` | scale-break, security-adversary, concurrent-operation, disaster-recovery | リリース前チェック |
|
|
54
54
|
| 📢 `advocacy` | before-after, app-type-variation, role-contrast | 社内提案・導入説得 |
|
|
55
55
|
| 🔍 `comprehensive` | zero-state, role-contrast, escalation-chain, cross-persona-conflict, scale-break, security-adversary, migration-path | 網羅的 DGE |
|
|
56
|
+
| 🔥 `hotfix` | escalation-chain, disaster-recovery, drift-detection | 障害対応・振り返り |
|
|
57
|
+
| 🤝 `onboarding` | zero-state, expertise-contrast, return-after-absence | 新メンバー受け入れ |
|
|
58
|
+
| 💰 `monetization` | role-contrast, scale-break, cross-persona-conflict | 課金・ビジネスモデル検証 |
|
|
59
|
+
| 🧹 `tech-debt` | drift-detection, before-after, convergence-test | リファクタリング前の洗い出し |
|
|
56
60
|
|
|
57
61
|
## テンプレート → プリセット 自動推奨
|
|
58
62
|
|
|
@@ -61,7 +65,7 @@
|
|
|
61
65
|
| api-design | feature-extension |
|
|
62
66
|
| feature-planning | new-project |
|
|
63
67
|
| go-nogo | advocacy |
|
|
64
|
-
| incident-review |
|
|
68
|
+
| incident-review | hotfix |
|
|
65
69
|
| security-review | pre-release |
|
|
66
70
|
|
|
67
71
|
パターンを指定しなければ、テンプレートに応じたプリセットが自動的に使われます。
|
package/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.5.
|
|
1
|
+
1.5.2
|