kushi-agents 3.4.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.
Files changed (111) hide show
  1. package/.github/config/m365-auth.json.example +56 -0
  2. package/.github/config/m365-mutable.json.example +11 -0
  3. package/LICENSE +201 -0
  4. package/README.md +159 -0
  5. package/bin/cli.mjs +75 -0
  6. package/package.json +35 -0
  7. package/plugin/agents/kushi.agent.md +147 -0
  8. package/plugin/instructions/answer-from-evidence.instructions.md +73 -0
  9. package/plugin/instructions/auth-and-retry.instructions.md +116 -0
  10. package/plugin/instructions/az-auth-conditional.instructions.md +39 -0
  11. package/plugin/instructions/azure-auth-patterns.instructions.md +226 -0
  12. package/plugin/instructions/citation-ledger.instructions.md +52 -0
  13. package/plugin/instructions/engagement-root-resolution.instructions.md +82 -0
  14. package/plugin/instructions/evidence-thoroughness.instructions.md +62 -0
  15. package/plugin/instructions/side-by-side-config.instructions.md +56 -0
  16. package/plugin/instructions/snapshot-vs-stream.instructions.md +87 -0
  17. package/plugin/instructions/thoroughness-detector.instructions.md +105 -0
  18. package/plugin/instructions/workiq-first.instructions.md +47 -0
  19. package/plugin/plugin.json +96 -0
  20. package/plugin/prompts/aggregate.prompt.md +24 -0
  21. package/plugin/prompts/ask.prompt.md +16 -0
  22. package/plugin/prompts/bootstrap.prompt.md +23 -0
  23. package/plugin/prompts/consolidate.prompt.md +21 -0
  24. package/plugin/prompts/fde-intake.prompt.md +41 -0
  25. package/plugin/prompts/fde-report.prompt.md +46 -0
  26. package/plugin/prompts/fde-triage.prompt.md +46 -0
  27. package/plugin/prompts/refresh.prompt.md +17 -0
  28. package/plugin/prompts/state.prompt.md +17 -0
  29. package/plugin/prompts/status.prompt.md +17 -0
  30. package/plugin/reference-packs/README.md +74 -0
  31. package/plugin/reference-packs/fde/README.md +62 -0
  32. package/plugin/reference-packs/fde/core-fde-reference.md +427 -0
  33. package/plugin/reference-packs/fde/intake-questions.md +168 -0
  34. package/plugin/reference-packs/fde/report-doctrine.md +189 -0
  35. package/plugin/skills/aggregate-project/SKILL.md +72 -0
  36. package/plugin/skills/ask-project/SKILL.md +162 -0
  37. package/plugin/skills/bootstrap-project/SKILL.md +129 -0
  38. package/plugin/skills/build-state/SKILL.md +69 -0
  39. package/plugin/skills/consolidate-evidence/SKILL.md +47 -0
  40. package/plugin/skills/fde-intake/SKILL.md +147 -0
  41. package/plugin/skills/fde-report/SKILL.md +159 -0
  42. package/plugin/skills/fde-triage/SKILL.md +114 -0
  43. package/plugin/skills/intro/SKILL.md +449 -0
  44. package/plugin/skills/project-status/SKILL.md +61 -0
  45. package/plugin/skills/pull-ado/SKILL.md +77 -0
  46. package/plugin/skills/pull-crm/SKILL.md +75 -0
  47. package/plugin/skills/pull-email/SKILL.md +75 -0
  48. package/plugin/skills/pull-meetings/SKILL.md +77 -0
  49. package/plugin/skills/pull-onenote/SKILL.md +82 -0
  50. package/plugin/skills/pull-sharepoint/SKILL.md +85 -0
  51. package/plugin/skills/pull-teams/SKILL.md +75 -0
  52. package/plugin/skills/refresh-project/SKILL.md +89 -0
  53. package/plugin/skills/self-check/SKILL.md +166 -0
  54. package/plugin/skills/self-check/run.ps1 +517 -0
  55. package/plugin/skills/self-check/run.sh +33 -0
  56. package/plugin/templates/fde/intake.md +114 -0
  57. package/plugin/templates/fde/report-fitness.md +151 -0
  58. package/plugin/templates/fde/report-long.md +109 -0
  59. package/plugin/templates/fde/report-short.md +45 -0
  60. package/plugin/templates/fde/report-stage-readiness.md +70 -0
  61. package/plugin/templates/fde/report-weekly.md +73 -0
  62. package/plugin/templates/fde/triage-00-fde-analysis.md +78 -0
  63. package/plugin/templates/fde/triage-02-risk-analysis.md +76 -0
  64. package/plugin/templates/fde/triage-03-6Q.md +40 -0
  65. package/plugin/templates/fde/triage-04-readiness-checklist.md +82 -0
  66. package/plugin/templates/fde/triage-05-executive-consolidated.md +78 -0
  67. package/plugin/templates/fde/triage-06-global-opportunity.md +70 -0
  68. package/plugin/templates/fde/triage-07-validation-warnings.md +60 -0
  69. package/plugin/templates/init/ado-config.template.yml +21 -0
  70. package/plugin/templates/init/crm-config.template.yml +16 -0
  71. package/plugin/templates/init/kushi-projects.template.json +14 -0
  72. package/plugin/templates/init/m365-auth.template.json +67 -0
  73. package/plugin/templates/init/m365-mutable.template.json +19 -0
  74. package/plugin/templates/init/project-contributors.template.yml +27 -0
  75. package/plugin/templates/init/project-evidence.template.yml +32 -0
  76. package/plugin/templates/init/project-integrations.template.yml +34 -0
  77. package/plugin/templates/init/project-user-settings.template.yml +71 -0
  78. package/plugin/templates/paste-prompt.md +35 -0
  79. package/plugin/templates/snapshot/ado-item.template.md +45 -0
  80. package/plugin/templates/snapshot/crm-record.template.md +34 -0
  81. package/plugin/templates/snapshot/meetings-series-index.template.md +32 -0
  82. package/plugin/templates/snapshot/onenote-page.template.md +28 -0
  83. package/plugin/templates/snapshot/sharepoint-file.template.md +31 -0
  84. package/plugin/templates/snapshot/sharepoint-tree.template.md +39 -0
  85. package/plugin/templates/snapshot/teams-roster.template.md +27 -0
  86. package/plugin/templates/state/00_overview.template.md +44 -0
  87. package/plugin/templates/state/01_decisions.template.md +41 -0
  88. package/plugin/templates/state/02_stakeholders.template.md +48 -0
  89. package/plugin/templates/state/03_architecture-and-solution.template.md +56 -0
  90. package/plugin/templates/state/04_workshops-and-key-meetings.template.md +43 -0
  91. package/plugin/templates/state/05_action-items.template.md +29 -0
  92. package/plugin/templates/state/06_risks-and-issues.template.md +43 -0
  93. package/plugin/templates/state/07_timeline-and-milestones.template.md +45 -0
  94. package/plugin/templates/state/08_artifacts-and-deliverables.template.md +55 -0
  95. package/plugin/templates/state/09_open-questions.template.md +62 -0
  96. package/plugin/templates/state/README.md +41 -0
  97. package/plugin/templates/weekly/ado-stream.template.md +71 -0
  98. package/plugin/templates/weekly/consolidated.template.md +98 -0
  99. package/plugin/templates/weekly/crm-stream.template.md +74 -0
  100. package/plugin/templates/weekly/email-stream.template.md +103 -0
  101. package/plugin/templates/weekly/meetings-stream.template.md +182 -0
  102. package/plugin/templates/weekly/onenote-stream.template.md +106 -0
  103. package/plugin/templates/weekly/run-log.template.md +88 -0
  104. package/plugin/templates/weekly/sharepoint-stream.template.md +121 -0
  105. package/plugin/templates/weekly/teams-stream.template.md +121 -0
  106. package/src/constants.mjs +49 -0
  107. package/src/copy-assets.mjs +183 -0
  108. package/src/main.mjs +262 -0
  109. package/src/profile-resolver.mjs +168 -0
  110. package/src/prompt.mjs +42 -0
  111. package/src/settings.mjs +77 -0
@@ -0,0 +1,151 @@
1
+ # FDE Fitness — {{project_name}}
2
+
3
+ > **Audience:** FDE leadership deciding whether to take or continue this engagement.
4
+ > **Generated by:** Kushi `fde-report` (fitness) v{{kushi_version}} on {{generated_at}}.
5
+
6
+ {{freshness_warning_block}}
7
+
8
+ ## Overall fit verdict
9
+
10
+ **{{overall_verdict}}** — {{overall_verdict_one_liner}}
11
+
12
+ | Score | Meaning |
13
+ |---|---|
14
+ | Strong fit | ≥ 8/10 Good Signals, no `Risk Signal` in Hard Criteria |
15
+ | Marginal fit | 5–7 Good Signals, ≥ 1 Risk in Hard Criteria |
16
+ | Poor fit | < 5 Good Signals OR ≥ 2 Risks in Hard Criteria |
17
+ | Unknown | ≥ 3 rows marked Unknown — needs more evidence before decision |
18
+
19
+ This engagement: **{{good_count}}** Good · **{{risk_count}}** Risk · **{{unknown_count}}** Unknown.
20
+
21
+ ## 10-row fitness checklist
22
+
23
+ <table>
24
+ <thead>
25
+ <tr><th>#</th><th>Criterion</th><th>Hard?</th><th>Verdict</th><th>Evidence supporting verdict</th><th>Source</th></tr>
26
+ </thead>
27
+ <tbody>
28
+ <tr>
29
+ <td>1</td>
30
+ <td>Novel and complex agentic / horizontal use case requiring custom software</td>
31
+ <td>Yes</td>
32
+ <td>{{r1_verdict}}</td>
33
+ <td>{{r1_evidence}}</td>
34
+ <td>{{r1_source}}</td>
35
+ </tr>
36
+ <tr>
37
+ <td>2</td>
38
+ <td>Mission-critical to customer P&L (not exploratory)</td>
39
+ <td>Yes</td>
40
+ <td>{{r2_verdict}}</td>
41
+ <td>{{r2_evidence}}</td>
42
+ <td>{{r2_source}}</td>
43
+ </tr>
44
+ <tr>
45
+ <td>3</td>
46
+ <td>Cannot be solved with existing MS products or typical partner delivery</td>
47
+ <td>Yes</td>
48
+ <td>{{r3_verdict}}</td>
49
+ <td>{{r3_evidence}}</td>
50
+ <td>{{r3_source}}</td>
51
+ </tr>
52
+ <tr>
53
+ <td>4</td>
54
+ <td>C-level sponsor with direct access (can pick up phone, unblock decisions)</td>
55
+ <td>Yes</td>
56
+ <td>{{r4_verdict}}</td>
57
+ <td>{{r4_evidence}}</td>
58
+ <td>{{r4_source}}</td>
59
+ </tr>
60
+ <tr>
61
+ <td>5</td>
62
+ <td>Customer committed to Azure / MS platform choices</td>
63
+ <td>Yes</td>
64
+ <td>{{r5_verdict}}</td>
65
+ <td>{{r5_evidence}}</td>
66
+ <td>{{r5_source}}</td>
67
+ </tr>
68
+ <tr>
69
+ <td>6</td>
70
+ <td>Fast governance — can support rapid decisions, tight feedback loops, frequent iteration</td>
71
+ <td>No</td>
72
+ <td>{{r6_verdict}}</td>
73
+ <td>{{r6_evidence}}</td>
74
+ <td>{{r6_source}}</td>
75
+ </tr>
76
+ <tr>
77
+ <td>7</td>
78
+ <td>Customer dev team ready and willing to co-build</td>
79
+ <td>No</td>
80
+ <td>{{r7_verdict}}</td>
81
+ <td>{{r7_evidence}}</td>
82
+ <td>{{r7_source}}</td>
83
+ </tr>
84
+ <tr>
85
+ <td>8</td>
86
+ <td>Quantified business value documented (customer's own ROI, not MS ACR)</td>
87
+ <td>Yes</td>
88
+ <td>{{r8_verdict}}</td>
89
+ <td>{{r8_evidence}}</td>
90
+ <td>{{r8_source}}</td>
91
+ </tr>
92
+ <tr>
93
+ <td>9</td>
94
+ <td>Reusable pattern (industry-defining, frontier in nature)</td>
95
+ <td>No</td>
96
+ <td>{{r9_verdict}}</td>
97
+ <td>{{r9_evidence}}</td>
98
+ <td>{{r9_source}}</td>
99
+ </tr>
100
+ <tr>
101
+ <td>10</td>
102
+ <td>Catcher team identified (who owns outcome after FDE leaves)</td>
103
+ <td>Yes</td>
104
+ <td>{{r10_verdict}}</td>
105
+ <td>{{r10_evidence}}</td>
106
+ <td>{{r10_source}}</td>
107
+ </tr>
108
+ </tbody>
109
+ </table>
110
+
111
+ [source: reference-packs/fde/core-fde-reference.md · packaged] — for the canonical 10-criterion checklist.
112
+
113
+ ## Verdict cells legend
114
+
115
+ - ✅ **Good Signal** — Evidence supports the criterion clearly.
116
+ - ⚠️ **Risk Signal** — Evidence contradicts the criterion OR a known gap exists.
117
+ - ❓ **Unknown** — Evidence is missing or ambiguous; surface in Open Questions.
118
+
119
+ ## Hard criteria (rows 1, 2, 3, 4, 5, 8, 10) — failure analysis
120
+
121
+ Any Hard criterion marked Risk Signal:
122
+
123
+ {{hard_risk_analysis}}
124
+
125
+ ## Anti-patterns check
126
+
127
+ Cross-reference with `core-fde-reference.md § What FDE Is NOT`:
128
+
129
+ | Anti-pattern | Triggered? | Evidence |
130
+ |---|---|---|
131
+ | Scale motion / staff aug | {{ap_scale}} | {{ap_scale_evidence}} |
132
+ | Long phased transformation before value | {{ap_phased}} | {{ap_phased_evidence}} |
133
+ | Platform-agnostic ask | {{ap_agnostic}} | {{ap_agnostic_evidence}} |
134
+ | Slow governance environment | {{ap_slow_gov}} | {{ap_slow_gov_evidence}} |
135
+ | Out-of-the-box scenario | {{ap_ootb}} | {{ap_ootb_evidence}} |
136
+ | Traditional consulting / advisory | {{ap_advisory}} | {{ap_advisory_evidence}} |
137
+ | Long-term outsourcing | {{ap_outsourcing}} | {{ap_outsourcing_evidence}} |
138
+
139
+ [source: reference-packs/fde/core-fde-reference.md · packaged]
140
+
141
+ ## Open questions
142
+
143
+ {{open_questions_block}}
144
+
145
+ ## Validation warnings
146
+
147
+ {{validation_warnings_block}}
148
+
149
+ ## Source coverage
150
+
151
+ {{source_coverage_block}}
@@ -0,0 +1,109 @@
1
+ # FDE Project Report — {{project_name}} (long)
2
+
3
+ > **Audience:** New FDE crew member, incoming EM, or anyone needing full engagement context.
4
+ > **Length:** 3–5 pages.
5
+ > **Generated by:** Kushi `fde-report` (long) v{{kushi_version}} on {{generated_at}}.
6
+
7
+ {{freshness_warning_block}}
8
+
9
+ ## 1. Engagement at a glance
10
+
11
+ <table>
12
+ <thead><tr><th colspan="2">Header</th></tr></thead>
13
+ <tbody>
14
+ <tr><th>Customer</th><td>{{customer_name}}</td></tr>
15
+ <tr><th>Division / business unit</th><td>{{division_or_team}}</td></tr>
16
+ <tr><th>Engagement title</th><td>{{engagement_title}}</td></tr>
17
+ <tr><th>MSX Opportunity</th><td>{{msx_opportunity_id}}</td></tr>
18
+ <tr><th>Stage</th><td>{{current_stage}} {{stage_citation}}</td></tr>
19
+ <tr><th>FDE crew composition</th><td>{{crew_composition}}</td></tr>
20
+ <tr><th>Start / end date</th><td>{{start_date}} → {{planned_end_date}}</td></tr>
21
+ </tbody>
22
+ </table>
23
+
24
+ {{engagement_summary_paragraph}}
25
+
26
+ ## 2. The business problem & outcome hypothesis
27
+
28
+ {{problem_statement}}
29
+
30
+ **Outcome hypothesis:** {{outcome_hypothesis}}
31
+
32
+ **Quantified business impact:** {{quantified_impact}}
33
+
34
+ ## 3. People
35
+
36
+ ### Microsoft stakeholders
37
+
38
+ | Name | Role | Org | Engagement | Source |
39
+ |---|---|---|---|---|
40
+ {{ms_stakeholder_rows}}
41
+
42
+ ### Customer stakeholders
43
+
44
+ | Name | Role | Engagement | Source |
45
+ |---|---|---|---|
46
+ {{customer_stakeholder_rows}}
47
+
48
+ > Required role check: ATU representation = {{atu_present}} · Industry Team = {{industry_present}}.
49
+
50
+ ## 4. Current state vs the FDE stage model
51
+
52
+ For each stage, list checklist + exit criteria + evidence-support.
53
+
54
+ {{stage_model_walkthrough}}
55
+
56
+ ## 5. Commercial posture
57
+
58
+ | Item | Value | Source |
59
+ |---|---|---|
60
+ | Current yearly ACR | {{acr_current}} | {{acr_source}} |
61
+ | Expected program ACR | {{acr_expected}} | {{acr_expected_source}} |
62
+ | MACC | {{macc_summary}} | {{macc_source}} |
63
+ | ECIF | {{ecif_summary}} | {{ecif_source}} |
64
+ | Funding model | {{funding_model}} | {{funding_source}} |
65
+ | Contracting / CWAA status | {{contract_status}} | {{contract_source}} |
66
+
67
+ ## 6. Recent decisions
68
+
69
+ {{recent_decisions_list}}
70
+
71
+ ## 7. Active risks
72
+
73
+ | # | Category | Risk | Severity | Likelihood | Mitigation | Owner | Source |
74
+ |---|---|---|---|---|---|---|---|
75
+ {{full_risk_rows}}
76
+
77
+ ## 8. Open action items
78
+
79
+ | # | Item | Owner | Due | Source |
80
+ |---|---|---|---|---|
81
+ {{action_item_rows}}
82
+
83
+ ## 9. Architecture & technology
84
+
85
+ {{architecture_summary}}
86
+
87
+ ## 10. Pointers
88
+
89
+ - **ADO project:** {{ado_link}}
90
+ - **CRM record:** {{crm_link}}
91
+ - **SharePoint site:** {{sp_link}}
92
+ - **OneNote section:** {{onenote_link}}
93
+ - **Key meeting recordings:** {{recordings_links}}
94
+
95
+ ## 11. Open questions / gaps in evidence
96
+
97
+ {{open_questions_block}}
98
+
99
+ ## Validation warnings
100
+
101
+ {{validation_warnings_block}}
102
+
103
+ ## Source coverage
104
+
105
+ {{source_coverage_block}}
106
+
107
+ ---
108
+
109
+ > _Read-only report. To refresh underlying evidence: `@Kushi refresh {{project_name}}`._
@@ -0,0 +1,45 @@
1
+ # FDE Project Brief — {{project_name}} (short)
2
+
3
+ > **Audience:** FDE leadership / sponsor pitch.
4
+ > **Length:** One page.
5
+ > **Generated by:** Kushi `fde-report` (short) v{{kushi_version}} on {{generated_at}}.
6
+
7
+ {{freshness_warning_block}}
8
+
9
+ <table>
10
+ <thead><tr><th colspan="2">At a glance</th></tr></thead>
11
+ <tbody>
12
+ <tr><th>Customer</th><td>{{customer_name}}</td></tr>
13
+ <tr><th>Engagement</th><td>{{engagement_title}}</td></tr>
14
+ <tr><th>Stage</th><td>{{current_stage}} {{stage_citation}}</td></tr>
15
+ <tr><th>Business outcome targeted</th><td>{{outcome_summary}}</td></tr>
16
+ <tr><th>Quantified value</th><td>{{quantified_value}}</td></tr>
17
+ <tr><th>FDE fit</th><td>{{fit_overall}} (10-row checklist score)</td></tr>
18
+ <tr><th>Top risk</th><td>{{top_risk}}</td></tr>
19
+ <tr><th>MSX Opportunity</th><td>{{msx_opportunity_id}}</td></tr>
20
+ </tbody>
21
+ </table>
22
+
23
+ ## Why FDE here
24
+
25
+ {{why_fde_paragraph}}
26
+
27
+ ## What we're delivering in the next 30 days
28
+
29
+ {{next_30_days}}
30
+
31
+ ## Top risk + mitigation
32
+
33
+ {{top_risk_paragraph}}
34
+
35
+ ## Validation warnings
36
+
37
+ {{validation_warnings_block}}
38
+
39
+ ## Source coverage
40
+
41
+ {{source_coverage_block_compact}}
42
+
43
+ ---
44
+
45
+ > _For the full picture, see `fde-report long` or `fde-triage` outputs in `Reports/`._
@@ -0,0 +1,70 @@
1
+ # Stage Readiness — {{project_name}} (from {{current_stage}} → {{target_stage}})
2
+
3
+ > **Purpose:** Gate-check whether the engagement is ready to advance from its current FDE stage to the next stage.
4
+ > **Note:** This is **distinct** from `triage-04-readiness-checklist.md` (mobilization readiness) — that one is about whether the crew is ready to mobilize once approval is given. This one is about whether stage approval should be given.
5
+ > **Generated by:** Kushi `fde-report` (stage-readiness) v{{kushi_version}} on {{generated_at}}.
6
+
7
+ {{freshness_warning_block}}
8
+
9
+ ## Verdict
10
+
11
+ **{{readiness_verdict}}**
12
+
13
+ | Verdict | Meaning |
14
+ |---|---|
15
+ | READY | All exit criteria for {{current_stage}} are evidence-supported. Recommend advancing. |
16
+ | ALMOST READY | ≤ 2 exit criteria unmet OR ≤ 1 Hard criterion unmet. List blockers. |
17
+ | NOT READY | ≥ 3 exit criteria unmet OR any Hard criterion unmet. List blockers. |
18
+
19
+ This engagement: **{{met_count}}/{{total_count}}** exit criteria met for {{current_stage}}.
20
+
21
+ ## Current stage gate analysis
22
+
23
+ For each exit criterion of **{{current_stage}}**, diff Evidence against the criterion.
24
+
25
+ [Stage gate definition source: reference-packs/fde/core-fde-reference.md · packaged]
26
+
27
+ <table>
28
+ <thead>
29
+ <tr><th>#</th><th>Exit criterion for {{current_stage}}</th><th>Hard?</th><th>Met?</th><th>Evidence</th><th>Source</th></tr>
30
+ </thead>
31
+ <tbody>
32
+ {{exit_criteria_rows}}
33
+ </tbody>
34
+ </table>
35
+
36
+ ## What's blocking advancement
37
+
38
+ (Sorted by Hard criterion failures first.)
39
+
40
+ {{blockers_block}}
41
+
42
+ ## Recommended actions to advance
43
+
44
+ | # | Action | Owner | By when | Source for the gap |
45
+ |---|---|---|---|---|
46
+ {{recommended_actions_rows}}
47
+
48
+ ## Risk of advancing prematurely
49
+
50
+ {{premature_advance_risk}}
51
+
52
+ ## Risk of NOT advancing this period
53
+
54
+ {{stalling_risk}}
55
+
56
+ ## Open questions
57
+
58
+ {{open_questions_block}}
59
+
60
+ ## Validation warnings
61
+
62
+ {{validation_warnings_block}}
63
+
64
+ ## Source coverage
65
+
66
+ {{source_coverage_block}}
67
+
68
+ ---
69
+
70
+ > _This report only assesses stage gate readiness. For mobilization readiness (post-approval), see `triage-04-readiness-checklist.md`._
@@ -0,0 +1,73 @@
1
+ # FDE Weekly Status — {{project_name}} · Week of {{week_start}}
2
+
3
+ > **Audience:** Internal MS leads (TPM / EM / Recon / Studio).
4
+ > **Last refresh:** {{last_refresh_ts}} · **Freshest evidence:** {{freshest_evidence_date}}
5
+ > **Generated by:** Kushi `fde-report` (weekly) v{{kushi_version}}
6
+
7
+ {{freshness_warning_block}}
8
+
9
+ ## TL;DR
10
+
11
+ - **Stage:** {{stage_short}} {{stage_citation}}
12
+ - **Biggest unblock this week:** {{biggest_unblock}}
13
+ - **Biggest risk:** {{biggest_risk}}
14
+
15
+ ## Stage
16
+
17
+ Current stage: **{{current_stage}}** {{stage_citation}}
18
+
19
+ Reference-pack interpretation: {{stage_interpretation}} [source: reference-packs/fde/core-fde-reference.md · packaged]
20
+
21
+ **Pending to advance** (diff against next stage's exit criteria):
22
+
23
+ {{stage_pending_items}}
24
+
25
+ ## Progress this period
26
+
27
+ ### Decisions made
28
+
29
+ {{decisions_made}}
30
+
31
+ ### Customer engagements
32
+
33
+ {{customer_engagements}}
34
+
35
+ ### Deliverables shipped / drafted
36
+
37
+ {{deliverables}}
38
+
39
+ ## Asks / blockers
40
+
41
+ {{asks_and_blockers}}
42
+
43
+ ## Top risks
44
+
45
+ (Bucketed into FDE reference-pack risk categories)
46
+
47
+ | Category | Risk | Severity | Owner | Source |
48
+ |---|---|---|---|---|
49
+ {{risk_table_rows}}
50
+
51
+ ## FDE fit signals this period
52
+
53
+ (Diff vs the 10-row checklist — only rows that changed since last week)
54
+
55
+ | # | Criterion | Last week | This week | Source |
56
+ |---|---|---|---|---|
57
+ {{fit_diff_rows}}
58
+
59
+ ## Open questions
60
+
61
+ {{open_questions}}
62
+
63
+ ## Validation warnings
64
+
65
+ {{validation_warnings_block}}
66
+
67
+ ## Source coverage
68
+
69
+ {{source_coverage_block}}
70
+
71
+ ---
72
+
73
+ > _Read-only report. To refresh underlying evidence: `@Kushi refresh {{project_name}}`._
@@ -0,0 +1,78 @@
1
+ # 00 · FDE Analysis — {{project_name}}
2
+
3
+ > **Bundle file 00 of 07.** Concise FDE-oriented project analysis. Entry point into the triage bundle.
4
+ > **Generated by:** Kushi `fde-triage` v{{kushi_version}} on {{generated_at}}.
5
+
6
+ {{freshness_warning_block}}
7
+
8
+ ## Snapshot
9
+
10
+ | Field | Value | Source |
11
+ |---|---|---|
12
+ | Customer | {{customer_name}} | {{customer_source}} |
13
+ | Engagement title | {{engagement_title}} | {{engagement_source}} |
14
+ | Division / team | {{division_or_team}} | {{division_source}} |
15
+ | Current FDE stage | {{current_stage}} | {{stage_source}} |
16
+ | FDE fit (preview) | {{fit_preview}} — see `01-fde-fitness.md` | — |
17
+ | Top risk (preview) | {{top_risk_preview}} — see `02-risk-analysis.md` | — |
18
+ | Outcome targeted | {{outcome_summary}} | {{outcome_source}} |
19
+ | Quantified business value | {{quantified_value}} | {{value_source}} |
20
+
21
+ ## What FDE is being asked to do
22
+
23
+ {{ask_paragraph}}
24
+
25
+ ## Why this is in scope for FDE
26
+
27
+ {{in_scope_paragraph}}
28
+
29
+ ## Why this might NOT be in scope for FDE
30
+
31
+ (Triggered anti-patterns, if any — full check in `01-fde-fitness.md`.)
32
+
33
+ {{anti_pattern_summary}}
34
+
35
+ ## Microsoft stakeholders engaged
36
+
37
+ | Role | Name | Engagement | Source |
38
+ |---|---|---|---|
39
+ {{ms_stakeholder_rows}}
40
+
41
+ > Required role check: ATU = {{atu_present}} · Industry Team = {{industry_present}}.
42
+
43
+ ## Customer stakeholders engaged
44
+
45
+ | Role | Name | Engagement | Source |
46
+ |---|---|---|---|
47
+ {{customer_stakeholder_rows}}
48
+
49
+ ## Headline numbers
50
+
51
+ | Metric | Value | Source |
52
+ |---|---|---|
53
+ | Customer ROI (their own, $/quarter or $/year) | {{customer_roi}} | {{customer_roi_source}} |
54
+ | Microsoft ACR (current annual) | {{acr_current}} | {{acr_source}} |
55
+ | Expected program ACR (if successful) | {{acr_expected}} | {{acr_expected_source}} |
56
+ | MACC in place | {{macc_in_place}} | {{macc_source}} |
57
+ | MACC pending | {{macc_pending}} | {{macc_pending_source}} |
58
+ | ECIF allocated | {{ecif}} | {{ecif_source}} |
59
+
60
+ ## What's next
61
+
62
+ This bundle continues across the following companion files (all in this folder):
63
+
64
+ - `01-fde-fitness.md` — 10-criterion scorecard + overall fit verdict.
65
+ - `02-risk-analysis.md` — 8-category risk view.
66
+ - `03-6Q.md` — structured engagement framing brief.
67
+ - `04-readiness-checklist.md` — mobilization readiness (distinct from stage readiness).
68
+ - `05-executive-consolidated-report.md` — leadership-friendly combined view with executive summary.
69
+ - `06-global-opportunity-and-reuse.md` — repeatability / commercialization lens.
70
+ - `07-validation-warnings-checklist.md` — central tracker of all warnings.
71
+
72
+ ## Validation warnings (this file only)
73
+
74
+ {{validation_warnings_block}}
75
+
76
+ ## Source coverage
77
+
78
+ {{source_coverage_block}}
@@ -0,0 +1,76 @@
1
+ # 02 · Risk Analysis — {{project_name}}
2
+
3
+ > **Bundle file 02 of 07.** Risk-focused view mapped to FDE risk categories.
4
+ > **Generated by:** Kushi `fde-triage` v{{kushi_version}} on {{generated_at}}.
5
+
6
+ {{freshness_warning_block}}
7
+
8
+ ## Risk summary
9
+
10
+ | Severity | Count |
11
+ |---|---|
12
+ | 🔴 High | {{count_high}} |
13
+ | 🟡 Medium | {{count_medium}} |
14
+ | 🟢 Low | {{count_low}} |
15
+
16
+ **Top risk:** {{top_risk_short}} (severity {{top_risk_severity}})
17
+
18
+ ## FDE risk categories (8)
19
+
20
+ For each category below, list risks identified for this project. Categories without identified risks must say "No risks identified" — do NOT omit.
21
+
22
+ [Risk category taxonomy source: reference-packs/fde/core-fde-reference.md · packaged]
23
+
24
+ ### 1. Competitive & Strategic Fit
25
+
26
+ {{cat_1_risks}}
27
+
28
+ ### 2. Funding and Commercial
29
+
30
+ {{cat_2_risks}}
31
+
32
+ ### 3. Customer Readiness & Sponsor Engagement
33
+
34
+ {{cat_3_risks}}
35
+
36
+ ### 4. Technical Scope & Feasibility
37
+
38
+ {{cat_4_risks}}
39
+
40
+ ### 5. Platform / Product Group Dependency
41
+
42
+ {{cat_5_risks}}
43
+
44
+ ### 6. Delivery & Crew Capacity
45
+
46
+ {{cat_6_risks}}
47
+
48
+ ### 7. Legal / Commercial Contracting
49
+
50
+ {{cat_7_risks}}
51
+
52
+ ### 8. Outcome & Value Realization
53
+
54
+ {{cat_8_risks}}
55
+
56
+ ## Full risk table (sorted by severity)
57
+
58
+ | # | Category | Risk | Severity | Likelihood | Mitigation | Owner | Source |
59
+ |---|---|---|---|---|---|---|---|
60
+ {{full_risk_rows}}
61
+
62
+ ## Risks that BLOCK mobilization (any Severity = High, Likelihood = High/Medium)
63
+
64
+ {{blocking_risks_block}}
65
+
66
+ ## Open questions
67
+
68
+ {{open_questions_block}}
69
+
70
+ ## Validation warnings (this file only)
71
+
72
+ {{validation_warnings_block}}
73
+
74
+ ## Source coverage
75
+
76
+ {{source_coverage_block}}
@@ -0,0 +1,40 @@
1
+ # 03 · 6Q — {{project_name}}
2
+
3
+ > **Bundle file 03 of 07.** Structured engagement framing brief — six questions, six answers. Designed to fit on one page in a leadership review.
4
+ > **Generated by:** Kushi `fde-triage` v{{kushi_version}} on {{generated_at}}.
5
+
6
+ {{freshness_warning_block}}
7
+
8
+ {{rsi_classification_block}}
9
+
10
+ ## Q1 — WHO is the customer, and what business problem are they trying to solve?
11
+
12
+ {{q1_customer_problem}}
13
+
14
+ ## Q2 — WHAT is being asked of FDE specifically?
15
+
16
+ {{q2_what_ask}}
17
+
18
+ ## Q3 — WHY is FDE the right offer for this (vs partner / standard MS product / advisory)?
19
+
20
+ {{q3_why_fde}}
21
+
22
+ ## Q4 — WHEN does this need to land, and is the timeline realistic?
23
+
24
+ {{q4_when_timeline}}
25
+
26
+ ## Q5 — HOW will success be measured (customer's own ROI)?
27
+
28
+ {{q5_how_success}}
29
+
30
+ ## Q6 — WHO catches the outcome after FDE leaves?
31
+
32
+ {{q6_who_catches}}
33
+
34
+ ## Validation warnings (this file only)
35
+
36
+ {{validation_warnings_block}}
37
+
38
+ ## Source coverage
39
+
40
+ {{source_coverage_block}}