pi-feature-dev 1.10.0 → 1.11.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/package.json +1 -1
- package/skills/grill/SKILL.md +8 -0
package/package.json
CHANGED
package/skills/grill/SKILL.md
CHANGED
|
@@ -74,6 +74,14 @@ Ask every frontier question in one numbered round. For each question:
|
|
|
74
74
|
2. Give a recommended answer and a brief reason.
|
|
75
75
|
3. Present meaningful alternatives or invite a free-form answer when the choice is not bounded.
|
|
76
76
|
|
|
77
|
+
Format each question exactly like this:
|
|
78
|
+
|
|
79
|
+
```md
|
|
80
|
+
❓ **Q1** - **<decision title>**: <question body; may include multiple paragraphs or choices>
|
|
81
|
+
|
|
82
|
+
➡️ <recommended answer and brief reason>
|
|
83
|
+
```
|
|
84
|
+
|
|
77
85
|
Then stop and wait for the user's answers. A question that depends on another question in the same round belongs to a later round.
|
|
78
86
|
|
|
79
87
|
### 5. Process answers and advance the tree
|