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.
package/bundled/VERSION.json
CHANGED
|
@@ -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
|
|