@simplysm/claude 13.0.1 β†’ 13.0.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.
@@ -65,9 +65,16 @@ Design complete! Here's how to proceed:
65
65
  4. /sd-commit β€” Commit
66
66
 
67
67
  You can start from any step or skip steps as needed.
68
+
69
+ πŸ’‘ "Path A: yolo" or "Path B: yolo" to auto-run all steps
68
70
  ```
69
71
 
70
- - Do NOT auto-proceed to any step. Present the overview and wait for the user's choice.
72
+ - After presenting both paths, **recommend one** based on the design's scope:
73
+ - Path A recommended: new features, multi-file changes, architectural changes, anything that benefits from isolation
74
+ - Path B recommended: small bug fixes, single-file changes, config tweaks, minor adjustments
75
+ - Briefly explain why (1 sentence)
76
+ - Do NOT auto-proceed to any step. Present the overview with recommendation and wait for the user's choice.
77
+ - **Yolo mode**: If the user responds with "Path A: yolo" or "Path B: yolo" (or similar intent like "A yolo", "B μžλ™"), execute all steps of the chosen path sequentially without stopping between steps.
71
78
 
72
79
  ## Key Principles
73
80
 
@@ -96,9 +96,11 @@ git commit -m "feat: add specific feature"
96
96
 
97
97
  ## Execution Handoff
98
98
 
99
- After saving the plan, display this message **in the system's configured language** (detect from the language setting and translate accordingly):
99
+ After saving the plan:
100
100
 
101
- **"Plan complete and saved to `docs/plans/<filename>.md`. Ready to execute with sd-plan-dev?"**
101
+ - If in **yolo mode** (user chose "yolo" from sd-brainstorm): Immediately proceed to sd-plan-dev without asking. No confirmation needed.
102
+ - Otherwise: Display this message **in the system's configured language** (detect from the language setting and translate accordingly):
103
+ **"Plan complete and saved to `docs/plans/<filename>.md`. Ready to execute with sd-plan-dev?"**
102
104
 
103
105
  - **REQUIRED SUB-SKILL:** Use sd-plan-dev
104
106
  - Fresh fork per task + two-stage review (spec compliance β†’ code quality)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplysm/claude",
3
3
  "sideEffects": false,
4
- "version": "13.0.1",
4
+ "version": "13.0.2",
5
5
  "description": "Simplysm Claude Code skills/agents β€” auto-installs via postinstall",
6
6
  "author": "κΉ€μ„λž˜",
7
7
  "repository": {