prizmkit 1.1.16 → 1.1.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "frameworkVersion": "1.1.16",
3
- "bundledAt": "2026-04-09T17:14:25.405Z",
4
- "bundledFrom": "e2d888c"
2
+ "frameworkVersion": "1.1.17",
3
+ "bundledAt": "2026-04-10T11:02:04.397Z",
4
+ "bundledFrom": "07af4ce"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.16",
2
+ "version": "1.1.17",
3
3
  "skills": {
4
4
  "prizm-kit": {
5
5
  "description": "Full-lifecycle dev toolkit. Covers spec-driven development, Prizm context docs, code quality, debugging, deployment, and knowledge management.",
@@ -164,6 +164,11 @@ This applies to:
164
164
  - Use `multiSelect: true` when the user can pick more than one
165
165
  - Mark the recommended option first and append "(Recommended)" to its label
166
166
  - Use the `description` field to explain trade-offs or implications
167
+ - **Every non-essential question MUST include a "Skip" option** (e.g., "Skip — decide later"). Users should never be forced to answer something they want to defer. Skipped items are simply not written to conventions — they can be added in a future session.
168
+
169
+ **What can be skipped vs. what cannot:**
170
+ - **Cannot skip**: Intent confirmation (must know the session goal)
171
+ - **Everything else can be skipped**: conventions, tech stack choices, architecture decisions, design direction, etc. If the user skips, move on — do not re-ask or block progress.
167
172
 
168
173
  **When gathering open-ended information** (e.g., "describe your app idea"), use regular text questions — but follow up with `AskUserQuestion`-based clarifications wherever possible.
169
174
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prizmkit",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "Create a new PrizmKit-powered project with clean initialization — no framework dev files, just what you need.",
5
5
  "type": "module",
6
6
  "bin": {