@dezkareid/osddt 1.7.0 → 1.8.0
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/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -224,6 +224,9 @@ ${getNextStepToSpec(args)}
|
|
|
224
224
|
3. Identify the core problem being solved
|
|
225
225
|
4. Define the scope, user-facing constraints, and acceptance criteria
|
|
226
226
|
5. Write the specification to \`osddt.spec.md\` in the working directory
|
|
227
|
+
6. After writing the spec, check whether the **Open Questions** section contains any items:
|
|
228
|
+
- If it does, inform the user: "I have some open questions — can we clarify these? You can answer them now, or run \`/osddt.clarify\` to go through them one by one."
|
|
229
|
+
- If it does not (or the section is absent), proceed to the Next Step without mentioning clarification.
|
|
227
230
|
|
|
228
231
|
## Specification Format
|
|
229
232
|
|