@unlaxer/dge-toolkit 2.0.0 → 2.0.1

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 (3) hide show
  1. package/README.md +21 -5
  2. package/package.json +1 -1
  3. package/version.txt +1 -1
package/README.md CHANGED
@@ -4,15 +4,31 @@
4
4
 
5
5
  ## すぐ始める
6
6
 
7
- Claude Code で:
7
+ Claude Code で話しかけるだけ:
8
8
 
9
9
  ```
10
- 「DGE して」 → 会話劇で Gap 発見
11
- 「実装できるまで回して」自動反復(収束まで)
12
- 「キャラを追加して」 カスタムキャラ作成
13
- 「DGE を更新して」 toolkit 更新案内
10
+ --- 基本 ---
11
+ 「DGE して」 ⚡ クイック。即座に会話劇が始まる
12
+ 「○○を DGE して」 テーマ指定。クイックで開始
13
+ 「壁打ちして」「gap を探して」 同上
14
+
15
+ --- 本格的にやる ---
16
+ 「詳しく DGE して」 → 🔍 設計レビュー。テンプレート・パターン・キャラ確認あり
17
+ 「○○を Spec 付きで DGE して」→ 同上。Gap → Spec 変換まで
18
+ 「本格的にレビューして」 → 同上
19
+
20
+ --- ブレスト ---
21
+ 「ブレストして」 → 💡 ブレスト。Yes-and 話法でアイデア発散
22
+ 「アイデア出して」 → 同上
23
+
24
+ --- 便利機能 ---
25
+ 「実装できるまで回して」 → 自動反復(収束まで繰り返す)
26
+ 「キャラを追加して」 → カスタムキャラ作成
27
+ 「DGE を更新して」 → toolkit 更新案内
14
28
  ```
15
29
 
30
+ 言い方は自由。ニュアンスで自動的に適切なモードが選ばれます。
31
+
16
32
  他の LLM は `method.md` のクイックスタート(方法 A)を参照。
17
33
 
18
34
  ## キャラクター早見表
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unlaxer/dge-toolkit",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "DGE (Dialogue-driven Gap Extraction) — 会話劇で設計の穴を発見するメソッドkit",
5
5
  "license": "MIT",
6
6
  "repository": {
package/version.txt CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1