spec-runner 1.1.5 → 1.1.6
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
|
@@ -43,4 +43,5 @@ $ARGUMENTS
|
|
|
43
43
|
- **Work Card**: 常に `docs/work.md` を正本として更新する(目的・受入条件・実装タスク・検証結果)。
|
|
44
44
|
- **Skills化(任意)**: 同じ作業が繰り返しになる場合、AI は次に進む前に Skills を提案する。テンプレートは `templates/skills/` 配下(`uc-k1-work-card-init`, `uc-k2-pre-commit-check`, `uc-k3-spec-impl-diff-review`)を優先し、必要なら `.claude/skills/<skill-name>/` に取り込んで使う。
|
|
45
45
|
- **報告フォーマット(必須)**: 報告の最後に、必ず「次のアクション」を **1〜3 件**提示する。形式は **A/B(必要ならC)** とし、各案は「今やる操作」と「期待結果」を1行で書く。
|
|
46
|
+
- **推奨明示(必須)**: 複数案(A/B/C)を提示する場合は、必ず **「推奨: A(理由)」** の形式で最適案を1つ明示する。推奨が出せない場合は、判断に必要な追加情報を先に質問する。
|
|
46
47
|
|