spec-runner 1.0.16 → 1.0.17

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-runner",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "フェーズ駆動で設計先行を強制。npx で .spec-runner を展開し、次のステップ .md に従って進める",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -31,6 +31,16 @@ $ARGUMENTS
31
31
 
32
32
  ## 実行フロー
33
33
 
34
+ ### 0. スコープ判定と UC 分解提案(先に実施)
35
+
36
+ - 入力が広いテーマ(例: 「タスク管理基盤」「認証基盤」「決済基盤」)の場合、**そのまま 1 UC を作らない**。
37
+ - 先に AI が UC 分解案を提案し、ユーザー合意を取ってから UC を作成する。
38
+ - 提案フォーマット(簡潔):
39
+ - 候補 UC 一覧(`UC-候補: 目的 / 範囲 / 非対象`)
40
+ - 優先順(MVP から)
41
+ - まず作る 1 件(最小価値)
42
+ - 合意後は **1 件ずつ** `uc-next-start.sh` で作成する(CRUD は原則別 UC)。
43
+
34
44
  ### 1. ブランチ用短名(2〜4 語)
35
45
 
36
46
  - 機能説明からキーワード抽出。**ブランチ名は ASCII のみ**、kebab-case(例: order-placement, user-auth)。
@@ -87,6 +97,8 @@ checklists を使う場合のみ `FEATURE_DIR/checklists/requirements.md` を生
87
97
 
88
98
  ブランチ名・仕様パス・チェックリスト結果・次フェーズ(曖昧さ解消 / 実装計画)の準備状況。
89
99
 
100
+ ※ 分解提案を経た場合は、採用された UC 分割案(採用順)も合わせて報告する。
101
+
90
102
  **注**: スクリプトは書き込み前にブランチ作成・チェックアウトと仕様の初期化を行う。
91
103
 
92
104
  ## 付録 A: 仕様品質チェックリスト例