create-team-foundry 2.1.0 → 2.1.2
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 +10 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2224,9 +2224,16 @@ 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.** If any files are still empty
|
|
2228
|
+
or gap-only, name the single most valuable one 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, proceed
|
|
2234
|
+
directly to the interview questions for that file as defined in the interview section
|
|
2235
|
+
above \u2014 do not re-run the full interview. If they decline, proceed to step 4.
|
|
2236
|
+
If all files are populated, skip this offer and proceed directly to step 4.
|
|
2230
2237
|
|
|
2231
2238
|
4. **Offer the coach.** End with:
|
|
2232
2239
|
> "Your team-foundry is set up. You can ask me to review it any time by saying
|
package/package.json
CHANGED