create-team-foundry 2.1.0 → 2.1.1
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 +8 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2224,9 +2224,14 @@ After the last question, do the following:
|
|
|
2224
2224
|
2. **List what's still a gap.** Name each empty or partially-filled file and the specific
|
|
2225
2225
|
missing piece. Don't apologize for the gaps \u2014 state them neutrally.
|
|
2226
2226
|
|
|
2227
|
-
3. **Suggest one next action
|
|
2228
|
-
|
|
2229
|
-
|
|
2227
|
+
3. **Suggest one next action and offer to start it now.** Name the single most valuable
|
|
2228
|
+
gap and immediately offer to fill it:
|
|
2229
|
+
> "Want to start with [most valuable gap]? That's usually the highest-leverage first
|
|
2230
|
+
> fill \u2014 everything else references it."
|
|
2231
|
+
Default priority: customers (shapes all other files) \u2192 outcomes (most time-sensitive)
|
|
2232
|
+
\u2192 north star (grounds the coach) \u2192 stack (engineering context).
|
|
2233
|
+
Wait for the user to say yes or choose a different file. If they say yes, begin the
|
|
2234
|
+
relevant questions immediately without re-running the full interview.
|
|
2230
2235
|
|
|
2231
2236
|
4. **Offer the coach.** End with:
|
|
2232
2237
|
> "Your team-foundry is set up. You can ask me to review it any time by saying
|
package/package.json
CHANGED