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.
- package/.github/config/m365-auth.json.example +56 -0
- package/.github/config/m365-mutable.json.example +11 -0
- package/LICENSE +201 -0
- package/README.md +159 -0
- package/bin/cli.mjs +75 -0
- package/package.json +35 -0
- package/plugin/agents/kushi.agent.md +147 -0
- package/plugin/instructions/answer-from-evidence.instructions.md +73 -0
- package/plugin/instructions/auth-and-retry.instructions.md +116 -0
- package/plugin/instructions/az-auth-conditional.instructions.md +39 -0
- package/plugin/instructions/azure-auth-patterns.instructions.md +226 -0
- package/plugin/instructions/citation-ledger.instructions.md +52 -0
- package/plugin/instructions/engagement-root-resolution.instructions.md +82 -0
- package/plugin/instructions/evidence-thoroughness.instructions.md +62 -0
- package/plugin/instructions/side-by-side-config.instructions.md +56 -0
- package/plugin/instructions/snapshot-vs-stream.instructions.md +87 -0
- package/plugin/instructions/thoroughness-detector.instructions.md +105 -0
- package/plugin/instructions/workiq-first.instructions.md +47 -0
- package/plugin/plugin.json +96 -0
- package/plugin/prompts/aggregate.prompt.md +24 -0
- package/plugin/prompts/ask.prompt.md +16 -0
- package/plugin/prompts/bootstrap.prompt.md +23 -0
- package/plugin/prompts/consolidate.prompt.md +21 -0
- package/plugin/prompts/fde-intake.prompt.md +41 -0
- package/plugin/prompts/fde-report.prompt.md +46 -0
- package/plugin/prompts/fde-triage.prompt.md +46 -0
- package/plugin/prompts/refresh.prompt.md +17 -0
- package/plugin/prompts/state.prompt.md +17 -0
- package/plugin/prompts/status.prompt.md +17 -0
- package/plugin/reference-packs/README.md +74 -0
- package/plugin/reference-packs/fde/README.md +62 -0
- package/plugin/reference-packs/fde/core-fde-reference.md +427 -0
- package/plugin/reference-packs/fde/intake-questions.md +168 -0
- package/plugin/reference-packs/fde/report-doctrine.md +189 -0
- package/plugin/skills/aggregate-project/SKILL.md +72 -0
- package/plugin/skills/ask-project/SKILL.md +162 -0
- package/plugin/skills/bootstrap-project/SKILL.md +129 -0
- package/plugin/skills/build-state/SKILL.md +69 -0
- package/plugin/skills/consolidate-evidence/SKILL.md +47 -0
- package/plugin/skills/fde-intake/SKILL.md +147 -0
- package/plugin/skills/fde-report/SKILL.md +159 -0
- package/plugin/skills/fde-triage/SKILL.md +114 -0
- package/plugin/skills/intro/SKILL.md +449 -0
- package/plugin/skills/project-status/SKILL.md +61 -0
- package/plugin/skills/pull-ado/SKILL.md +77 -0
- package/plugin/skills/pull-crm/SKILL.md +75 -0
- package/plugin/skills/pull-email/SKILL.md +75 -0
- package/plugin/skills/pull-meetings/SKILL.md +77 -0
- package/plugin/skills/pull-onenote/SKILL.md +82 -0
- package/plugin/skills/pull-sharepoint/SKILL.md +85 -0
- package/plugin/skills/pull-teams/SKILL.md +75 -0
- package/plugin/skills/refresh-project/SKILL.md +89 -0
- package/plugin/skills/self-check/SKILL.md +166 -0
- package/plugin/skills/self-check/run.ps1 +517 -0
- package/plugin/skills/self-check/run.sh +33 -0
- package/plugin/templates/fde/intake.md +114 -0
- package/plugin/templates/fde/report-fitness.md +151 -0
- package/plugin/templates/fde/report-long.md +109 -0
- package/plugin/templates/fde/report-short.md +45 -0
- package/plugin/templates/fde/report-stage-readiness.md +70 -0
- package/plugin/templates/fde/report-weekly.md +73 -0
- package/plugin/templates/fde/triage-00-fde-analysis.md +78 -0
- package/plugin/templates/fde/triage-02-risk-analysis.md +76 -0
- package/plugin/templates/fde/triage-03-6Q.md +40 -0
- package/plugin/templates/fde/triage-04-readiness-checklist.md +82 -0
- package/plugin/templates/fde/triage-05-executive-consolidated.md +78 -0
- package/plugin/templates/fde/triage-06-global-opportunity.md +70 -0
- package/plugin/templates/fde/triage-07-validation-warnings.md +60 -0
- package/plugin/templates/init/ado-config.template.yml +21 -0
- package/plugin/templates/init/crm-config.template.yml +16 -0
- package/plugin/templates/init/kushi-projects.template.json +14 -0
- package/plugin/templates/init/m365-auth.template.json +67 -0
- package/plugin/templates/init/m365-mutable.template.json +19 -0
- package/plugin/templates/init/project-contributors.template.yml +27 -0
- package/plugin/templates/init/project-evidence.template.yml +32 -0
- package/plugin/templates/init/project-integrations.template.yml +34 -0
- package/plugin/templates/init/project-user-settings.template.yml +71 -0
- package/plugin/templates/paste-prompt.md +35 -0
- package/plugin/templates/snapshot/ado-item.template.md +45 -0
- package/plugin/templates/snapshot/crm-record.template.md +34 -0
- package/plugin/templates/snapshot/meetings-series-index.template.md +32 -0
- package/plugin/templates/snapshot/onenote-page.template.md +28 -0
- package/plugin/templates/snapshot/sharepoint-file.template.md +31 -0
- package/plugin/templates/snapshot/sharepoint-tree.template.md +39 -0
- package/plugin/templates/snapshot/teams-roster.template.md +27 -0
- package/plugin/templates/state/00_overview.template.md +44 -0
- package/plugin/templates/state/01_decisions.template.md +41 -0
- package/plugin/templates/state/02_stakeholders.template.md +48 -0
- package/plugin/templates/state/03_architecture-and-solution.template.md +56 -0
- package/plugin/templates/state/04_workshops-and-key-meetings.template.md +43 -0
- package/plugin/templates/state/05_action-items.template.md +29 -0
- package/plugin/templates/state/06_risks-and-issues.template.md +43 -0
- package/plugin/templates/state/07_timeline-and-milestones.template.md +45 -0
- package/plugin/templates/state/08_artifacts-and-deliverables.template.md +55 -0
- package/plugin/templates/state/09_open-questions.template.md +62 -0
- package/plugin/templates/state/README.md +41 -0
- package/plugin/templates/weekly/ado-stream.template.md +71 -0
- package/plugin/templates/weekly/consolidated.template.md +98 -0
- package/plugin/templates/weekly/crm-stream.template.md +74 -0
- package/plugin/templates/weekly/email-stream.template.md +103 -0
- package/plugin/templates/weekly/meetings-stream.template.md +182 -0
- package/plugin/templates/weekly/onenote-stream.template.md +106 -0
- package/plugin/templates/weekly/run-log.template.md +88 -0
- package/plugin/templates/weekly/sharepoint-stream.template.md +121 -0
- package/plugin/templates/weekly/teams-stream.template.md +121 -0
- package/src/constants.mjs +49 -0
- package/src/copy-assets.mjs +183 -0
- package/src/main.mjs +262 -0
- package/src/profile-resolver.mjs +168 -0
- package/src/prompt.mjs +42 -0
- package/src/settings.mjs +77 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# ADO Work Item: #<id>
|
|
2
|
+
|
|
3
|
+
> **Snapshot.** Replaced on every refresh.
|
|
4
|
+
> Last fetched: <YYYY-MM-DD HH:mm TZ>
|
|
5
|
+
|
|
6
|
+
## Header
|
|
7
|
+
|
|
8
|
+
- **Title**: <title>
|
|
9
|
+
- **Type**: <Epic | Feature | User Story | Task | Bug | Engagement>
|
|
10
|
+
- **State**: <state>
|
|
11
|
+
- **Parent**: #<parent-id> — <parent-title>
|
|
12
|
+
- **Area**: <areaPath>
|
|
13
|
+
- **Iteration**: <iterationPath>
|
|
14
|
+
- **Assigned To**: <name>
|
|
15
|
+
- **Tags**: <tags>
|
|
16
|
+
|
|
17
|
+
## Source Basis
|
|
18
|
+
- Tool used: <WorkIQ | ADO REST via az-cli token>
|
|
19
|
+
- Mutable hint: `ado.engagementId` = <id>
|
|
20
|
+
|
|
21
|
+
## Fields
|
|
22
|
+
|
|
23
|
+
| Field | Value |
|
|
24
|
+
|-------|-------|
|
|
25
|
+
|
|
26
|
+
## Description (verbatim)
|
|
27
|
+
|
|
28
|
+
<verbatim work item description body>
|
|
29
|
+
|
|
30
|
+
## Repro Steps / Acceptance Criteria (if present, verbatim)
|
|
31
|
+
|
|
32
|
+
<verbatim>
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
> Comments, state changes, attachments are in `stream/items/<id>/<week>_ado-stream.md`.
|
|
37
|
+
|
|
38
|
+
## Validation
|
|
39
|
+
|
|
40
|
+
> Thoroughness detector checklist — per `thoroughness-detector.instructions.md`.
|
|
41
|
+
|
|
42
|
+
- [ ] bodies-present (full body, not just metadata/link)
|
|
43
|
+
- [ ] metadata-fields-complete
|
|
44
|
+
- [ ] no-link-only-stubs
|
|
45
|
+
- [ ] coverage-notes-explain-any-gaps
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# CRM Record: <record-id>
|
|
2
|
+
|
|
3
|
+
> **Snapshot.** Replaced on every refresh.
|
|
4
|
+
> Entity: <entitySetName>
|
|
5
|
+
> Last fetched: <YYYY-MM-DD HH:mm TZ>
|
|
6
|
+
|
|
7
|
+
## Source Basis
|
|
8
|
+
- Tool used: <WorkIQ | Dataverse REST via az-cli token>
|
|
9
|
+
- Mutable hint: `crm.recordId` = <guid>
|
|
10
|
+
|
|
11
|
+
## Fields (every field the API returned)
|
|
12
|
+
|
|
13
|
+
| Field | Value |
|
|
14
|
+
|-------|-------|
|
|
15
|
+
| <name> | <value> |
|
|
16
|
+
|
|
17
|
+
## Linked entities (lookups)
|
|
18
|
+
|
|
19
|
+
| Lookup | Target entity | Display name | Id |
|
|
20
|
+
|--------|---------------|--------------|----|
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
> Annotations, activity logs, and field-level changes are in `stream/<record-id>/<week>_crm-stream.md`.
|
|
25
|
+
> NEVER editorialize or summarize fields here — preserve the API's raw values.
|
|
26
|
+
|
|
27
|
+
## Validation
|
|
28
|
+
|
|
29
|
+
> Thoroughness detector checklist — per `thoroughness-detector.instructions.md`.
|
|
30
|
+
|
|
31
|
+
- [ ] bodies-present (full body, not just metadata/link)
|
|
32
|
+
- [ ] metadata-fields-complete
|
|
33
|
+
- [ ] no-link-only-stubs
|
|
34
|
+
- [ ] coverage-notes-explain-any-gaps
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Meetings Series Index — <project>
|
|
2
|
+
|
|
3
|
+
> **Snapshot.** Replaced on every refresh.
|
|
4
|
+
> Last fetched: <YYYY-MM-DD HH:mm TZ>
|
|
5
|
+
|
|
6
|
+
## Source Basis
|
|
7
|
+
- Tool used: <WorkIQ | m365_list_meetings | Graph>
|
|
8
|
+
- Mutable hint: `calendarContext.subjectKeywords` = [...]
|
|
9
|
+
|
|
10
|
+
## Recurring Series
|
|
11
|
+
|
|
12
|
+
| Series ID | Subject | Cadence | Organizer | Required Attendees | Optional | Next Occurrence |
|
|
13
|
+
|-----------|---------|---------|-----------|--------------------|----------|-----------------|
|
|
14
|
+
| <id> | <subj> | weekly | <org> | <list> | <list> | <date> |
|
|
15
|
+
|
|
16
|
+
## One-off Meetings (project-tagged)
|
|
17
|
+
|
|
18
|
+
| Meeting ID | Subject | Date | Organizer | Attendees |
|
|
19
|
+
|------------|---------|------|-----------|-----------|
|
|
20
|
+
|
|
21
|
+
## Notes
|
|
22
|
+
|
|
23
|
+
- Per-meeting transcripts and decisions are in `stream/<week>_meetings-stream.md`.
|
|
24
|
+
|
|
25
|
+
## Validation
|
|
26
|
+
|
|
27
|
+
> Thoroughness detector checklist — per `thoroughness-detector.instructions.md`.
|
|
28
|
+
|
|
29
|
+
- [ ] bodies-present (full body, not just metadata/link)
|
|
30
|
+
- [ ] metadata-fields-complete
|
|
31
|
+
- [ ] no-link-only-stubs
|
|
32
|
+
- [ ] coverage-notes-explain-any-gaps
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# OneNote Page: <Page Title>
|
|
2
|
+
|
|
3
|
+
> **Snapshot.** Replaced on every refresh.
|
|
4
|
+
> Section: <section name>
|
|
5
|
+
> Notebook: <notebook name>
|
|
6
|
+
> Last modified: <YYYY-MM-DD HH:mm TZ> by <author>
|
|
7
|
+
> Last fetched: <YYYY-MM-DD HH:mm TZ>
|
|
8
|
+
|
|
9
|
+
## Source Basis
|
|
10
|
+
- Tool used: <WorkIQ | Graph (often 40001) | user-paste>
|
|
11
|
+
- Mutable hint: `one_sectionFileId` = <id>
|
|
12
|
+
|
|
13
|
+
## Body (verbatim)
|
|
14
|
+
|
|
15
|
+
<full page body — NOT a summary, NOT a paraphrase. Reproduce content as faithfully as the source allows.>
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
> Edits to this page during refresh windows are captured in `stream/<week>_onenote-stream.md`.
|
|
20
|
+
|
|
21
|
+
## Validation
|
|
22
|
+
|
|
23
|
+
> Thoroughness detector checklist — per `thoroughness-detector.instructions.md`.
|
|
24
|
+
|
|
25
|
+
- [ ] bodies-present (full body, not just metadata/link)
|
|
26
|
+
- [ ] metadata-fields-complete
|
|
27
|
+
- [ ] no-link-only-stubs
|
|
28
|
+
- [ ] coverage-notes-explain-any-gaps
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# SharePoint File: <relative/path/to/file.ext>
|
|
2
|
+
|
|
3
|
+
> **Snapshot.** Replaced on every refresh of this file.
|
|
4
|
+
> Last modified: <YYYY-MM-DD HH:mm TZ> by <author>
|
|
5
|
+
> Size: <bytes>
|
|
6
|
+
> Web URL: <url>
|
|
7
|
+
> Last fetched: <YYYY-MM-DD HH:mm TZ>
|
|
8
|
+
|
|
9
|
+
## Source Basis
|
|
10
|
+
- Tool used: <local sync read | WorkIQ | m365_download_file>
|
|
11
|
+
|
|
12
|
+
## Content Summary
|
|
13
|
+
|
|
14
|
+
<brief summary of what this file contains and why it matters to the engagement>
|
|
15
|
+
|
|
16
|
+
## Body (verbatim or close paraphrase, where extractable)
|
|
17
|
+
|
|
18
|
+
<extracted text content. For binary/Office files: extracted text via WorkIQ or downloaded conversion. Do NOT truncate filenames or invent content.>
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
> File-level change events are in `stream/<week>_sharepoint-stream.md`.
|
|
23
|
+
|
|
24
|
+
## Validation
|
|
25
|
+
|
|
26
|
+
> Thoroughness detector checklist — per `thoroughness-detector.instructions.md`.
|
|
27
|
+
|
|
28
|
+
- [ ] bodies-present (full body, not just metadata/link)
|
|
29
|
+
- [ ] metadata-fields-complete
|
|
30
|
+
- [ ] no-link-only-stubs
|
|
31
|
+
- [ ] coverage-notes-explain-any-gaps
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# SharePoint Folder Tree — <project>
|
|
2
|
+
|
|
3
|
+
> **Snapshot.** Replaced on every refresh.
|
|
4
|
+
> Last fetched: <YYYY-MM-DD HH:mm TZ>
|
|
5
|
+
|
|
6
|
+
## Source Basis
|
|
7
|
+
- Tool used: <local sync walk | WorkIQ | m365_list_files | helpers/sharepoint-pull.ps1>
|
|
8
|
+
- Mutable hint: `sharePoint.localFolder` = <path>; `sharePoint.siteUrl` = <url>
|
|
9
|
+
|
|
10
|
+
## Root: <site/library path>
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
/
|
|
14
|
+
├── <subfolder>/
|
|
15
|
+
│ ├── <subfolder>/
|
|
16
|
+
│ │ └── <file.ext> (size, modifiedBy, modifiedOn)
|
|
17
|
+
│ └── <file.ext> (size, modifiedBy, modifiedOn)
|
|
18
|
+
└── <file.ext> (size, modifiedBy, modifiedOn)
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Filters applied
|
|
22
|
+
|
|
23
|
+
- `path_includes`: [...]
|
|
24
|
+
- `path_excludes`: [...]
|
|
25
|
+
- `author_filter`: [...]
|
|
26
|
+
|
|
27
|
+
## Notes
|
|
28
|
+
|
|
29
|
+
- Per-file change events are in `stream/<week>_sharepoint-stream.md`.
|
|
30
|
+
- Key file bodies are in `snapshot/files/<relative-path>.md`.
|
|
31
|
+
|
|
32
|
+
## Validation
|
|
33
|
+
|
|
34
|
+
> Thoroughness detector checklist — per `thoroughness-detector.instructions.md`.
|
|
35
|
+
|
|
36
|
+
- [ ] bodies-present (full body, not just metadata/link)
|
|
37
|
+
- [ ] metadata-fields-complete
|
|
38
|
+
- [ ] no-link-only-stubs
|
|
39
|
+
- [ ] coverage-notes-explain-any-gaps
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Teams Chat Roster — <project>
|
|
2
|
+
|
|
3
|
+
> **Snapshot.** Replaced on every refresh. Date-stamped at top, but no date in filename.
|
|
4
|
+
> Last fetched: <YYYY-MM-DD HH:mm TZ>
|
|
5
|
+
|
|
6
|
+
## Source Basis
|
|
7
|
+
- Tool used: <WorkIQ | m365_list_chats | Graph>
|
|
8
|
+
- Mutable hint: `teamsChatContext.chatIds` = [...]
|
|
9
|
+
|
|
10
|
+
## Chats
|
|
11
|
+
|
|
12
|
+
| Chat ID | Topic | Type (1:1, group, channel) | Members | Last activity |
|
|
13
|
+
|---------|-------|-----------------------------|---------|---------------|
|
|
14
|
+
| <id> | <topic> | <type> | <count> | <ts> |
|
|
15
|
+
|
|
16
|
+
## Notes
|
|
17
|
+
|
|
18
|
+
- Membership changes between refreshes are captured in `stream/<week>_teams-stream.md` as join/leave events.
|
|
19
|
+
|
|
20
|
+
## Validation
|
|
21
|
+
|
|
22
|
+
> Thoroughness detector checklist — per `thoroughness-detector.instructions.md`.
|
|
23
|
+
|
|
24
|
+
- [ ] bodies-present (full body, not just metadata/link)
|
|
25
|
+
- [ ] metadata-fields-complete
|
|
26
|
+
- [ ] no-link-only-stubs
|
|
27
|
+
- [ ] coverage-notes-explain-any-gaps
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Noridian — Project Overview (Current State)
|
|
2
|
+
|
|
3
|
+
**As of:** 2026-05-06 · **Phase:** Pre-engagement / fit-assessment
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## One-line
|
|
8
|
+
|
|
9
|
+
Microsoft ISE is evaluating a non-billable FDE (Front-Door Engineer) engagement with **Noridian**, anchored on the **MPXe Policy Comments** use case, while the customer is still settling on which use case to pursue.
|
|
10
|
+
|
|
11
|
+
## Engagement type
|
|
12
|
+
|
|
13
|
+
- **Non-billable FDE — approved** `[as of 2026-04-13, source: ushak/OneNote/2026-04-13_onenote-summary.md]`
|
|
14
|
+
|
|
15
|
+
## Customer profile (working assumptions, unconfirmed)
|
|
16
|
+
|
|
17
|
+
- Open question: **Is Noridian a regional operator?** `[asked 2026-04-13, source: ushak/Teams-Chats/2026-04-13_teams-summary.md]`
|
|
18
|
+
- Existing AWS solution **not scaling** — likely the catalyst for considering Microsoft. `[as of 2026-04-13, source: ushak/OneNote/2026-04-13_onenote-summary.md]`
|
|
19
|
+
- **CMS interest** noted as part of context. `[as of 2026-04-13, source: ushak/OneNote/2026-04-13_onenote-summary.md]`
|
|
20
|
+
|
|
21
|
+
## Where it stands right now
|
|
22
|
+
|
|
23
|
+
- Apr 13 client-prep + client-facing meeting **completed**; recording exists.
|
|
24
|
+
- Customer is **bouncing between use cases** after being exposed to broader FDE engagement context. `[as of 2026-04-20, source: ushak/Teams-Chats/2026-04-20_teams-summary.md]`
|
|
25
|
+
- Microsoft side had a **"slight miss" on follow-up material** (week of Apr 27); customer awaiting that material before choosing an approach. `[as of 2026-05-01, source: ushak/Teams-Chats/2026-04-27_teams-summary.md]`
|
|
26
|
+
- **Re-ping planned for early week of May 4** by Alesha. `[as of 2026-05-01, source: ushak/Teams-Chats/2026-04-27_teams-summary.md]`
|
|
27
|
+
|
|
28
|
+
## Sponsorship
|
|
29
|
+
|
|
30
|
+
- **Executive sponsorship: confirmed** `[as of 2026-04-13, source: ushak/OneNote/2026-04-13_onenote-summary.md]`
|
|
31
|
+
|
|
32
|
+
## Headline risks
|
|
33
|
+
|
|
34
|
+
- Use-case ambiguity (customer indecision on direction).
|
|
35
|
+
- Momentum: ~3 weeks since last client touchpoint with no customer decision; aggravated by delayed follow-up material.
|
|
36
|
+
- Engineering "catcher" readiness — whoever delivers (Noridian internal, third party, or partner-at-arms-length) must be set up for success.
|
|
37
|
+
|
|
38
|
+
## Headline next steps
|
|
39
|
+
|
|
40
|
+
1. Send Noridian the overdue follow-up material.
|
|
41
|
+
2. Re-ping customer (Alesha, wk of May 4).
|
|
42
|
+
3. Internal alignment on engineering staffing model — who delivers if this proceeds.
|
|
43
|
+
|
|
44
|
+
See sibling state files for detail.
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# Noridian — Decisions Log (Current State)
|
|
2
|
+
|
|
3
|
+
**As of:** 2026-05-06
|
|
4
|
+
**Convention:** Decisions are listed newest-first. Superseded decisions remain in place with `~~strikethrough~~` and a `Supersedes:` pointer on the new entry. Each decision carries `[as of DATE, source: …]`.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Active Decisions
|
|
9
|
+
|
|
10
|
+
### D-002 — Engagement model: Non-billable FDE
|
|
11
|
+
- **Decided:** 2026-04-13
|
|
12
|
+
- **Decided by:** Acct team (per OneNote "4/13 - Acct team")
|
|
13
|
+
- **Status:** Approved
|
|
14
|
+
- **Detail:** Microsoft will pursue Noridian via a non-billable Front-Door Engineer engagement.
|
|
15
|
+
- `[as of 2026-04-13, source: ushak/OneNote/2026-04-13_onenote-summary.md]`
|
|
16
|
+
|
|
17
|
+
### D-001 — Executive sponsorship secured
|
|
18
|
+
- **Decided:** ≤ 2026-04-13 (logged in 4/13 acct team page)
|
|
19
|
+
- **Status:** Confirmed
|
|
20
|
+
- **Detail:** Executive sponsor in place for the Noridian engagement.
|
|
21
|
+
- `[as of 2026-04-13, source: ushak/OneNote/2026-04-13_onenote-summary.md]`
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## Pending / Not-Yet Decided
|
|
26
|
+
|
|
27
|
+
- **PD-001 — Use case to anchor the engagement.** MPXe Policy Comments was the originating asset; customer is currently bouncing between options. `[as of 2026-04-20, source: ushak/Teams-Chats/2026-04-20_teams-summary.md]`
|
|
28
|
+
- **PD-002 — Engineering staffing model.** Co-engineering with a third party vs. Noridian internal team — unresolved. `[as of 2026-04-13, source: ushak/Teams-Chats/2026-04-13_teams-summary.md]`
|
|
29
|
+
- **PD-003 — Customer's chosen approach.** Awaiting Noridian's response on follow-up material. `[as of 2026-05-01, source: ushak/Teams-Chats/2026-04-27_teams-summary.md]`
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## Superseded / Reversed
|
|
34
|
+
|
|
35
|
+
_None yet._
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## Conflicts
|
|
40
|
+
|
|
41
|
+
_None._
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Noridian — Stakeholders & Roles (Current State)
|
|
2
|
+
|
|
3
|
+
**As of:** 2026-05-06
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Microsoft — Account / Delivery Team
|
|
8
|
+
|
|
9
|
+
| Person | Role (as last evidenced) | Most recent activity | Source |
|
|
10
|
+
|--------|--------------------------|----------------------|--------|
|
|
11
|
+
| Todd Morris | Acct team — engagement lead-side voice | Posted post-meeting status update Apr 20; targeted internal sync wk of Apr 20 | `ushak/Teams-Chats/2026-04-20_teams-summary.md` |
|
|
12
|
+
| Alesha Baerenwald | Acct team — primary customer-facing follow-up owner | Acknowledged delayed follow-up material; will re-ping customer wk of May 4 | `ushak/Teams-Chats/2026-04-27_teams-summary.md` |
|
|
13
|
+
| Kim Swafford | Acct team — chat owner, included in follow-up loop | Implied via tag in chat | `ushak/Teams-Chats/2026-04-27_teams-summary.md` |
|
|
14
|
+
|
|
15
|
+
## Microsoft — ISE Team
|
|
16
|
+
|
|
17
|
+
| Person | Role | Most recent activity | Source |
|
|
18
|
+
|--------|------|----------------------|--------|
|
|
19
|
+
| Bhargav Nookala | ISE — driving fit-assessment, follow-up nudges | 2 follow-up pings to acct team wk of Apr 27 | `ushak/Teams-Chats/2026-04-27_teams-summary.md` |
|
|
20
|
+
| Sara Spalding | ISE — surfaced MPXe deck; chases status | Asked Alesha for next steps on Apr 17 | `ushak/Teams-Chats/2026-04-13_teams-summary.md` |
|
|
21
|
+
| Kavitha Govindarajulu | ISE — surfaced engineering staffing question; tagged Bret | Asked engineering staffing question Apr 13; tagged Bret Stateham Apr 21 | `ushak/Teams-Chats/2026-04-13_teams-summary.md`, `…/2026-04-20_teams-summary.md` |
|
|
22
|
+
| Bret Stateham | ISE — engineering perspective (tagged in) | Tagged into thread Apr 21 | `ushak/Teams-Chats/2026-04-20_teams-summary.md` |
|
|
23
|
+
| Usha Krishnan | ISE — attended Apr 13 prep | Apr 13 attendee | `ushak/Meetings/2026-04-13_meetings-summary.md` |
|
|
24
|
+
| Shiney Koshy | ISE — chat owner | Apr 13 attendee | `ushak/Meetings/2026-04-13_meetings-summary.md` |
|
|
25
|
+
| Chris Mullins | ISE | Apr 13 attendee | `ushak/Meetings/2026-04-13_meetings-summary.md` |
|
|
26
|
+
| Chad Dotzenrod | ISE | Apr 13 attendee | `ushak/Meetings/2026-04-13_meetings-summary.md` |
|
|
27
|
+
|
|
28
|
+
## Executive
|
|
29
|
+
|
|
30
|
+
- **Executive sponsor:** Confirmed; specific name not yet captured in evidence. `[as of 2026-04-13, source: ushak/OneNote/2026-04-13_onenote-summary.md]`
|
|
31
|
+
|
|
32
|
+
## Customer — Noridian
|
|
33
|
+
|
|
34
|
+
- **Specific customer contacts not yet captured in available evidence.** Pending action: identify Noridian counterparts and add them here.
|
|
35
|
+
|
|
36
|
+
## Partners / Third Parties
|
|
37
|
+
|
|
38
|
+
- **Possible co-engineering partner** — undecided. (See PD-002 in `01_decisions.md`.)
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## Role Changes / Supersedes
|
|
43
|
+
|
|
44
|
+
_None yet recorded._
|
|
45
|
+
|
|
46
|
+
## Conflicts
|
|
47
|
+
|
|
48
|
+
_None._
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Noridian — Architecture & Solution (Current State)
|
|
2
|
+
|
|
3
|
+
**As of:** 2026-05-06
|
|
4
|
+
**Maturity:** Pre-design — only use-case framing exists; no solution architecture committed.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Anchor Use Case
|
|
9
|
+
|
|
10
|
+
### MPXe — Policy Comments
|
|
11
|
+
- Originating asset: `Noridian_2026Feb26_MPXe-Microsoft_PolicyCommentsUseCase.pptx` (in project SharePoint folder; last modified 2026-05-05)
|
|
12
|
+
- Surfaced as the working use-case in Apr 13 prep.
|
|
13
|
+
- `[as of 2026-04-13, source: ushak/Teams-Chats/2026-04-13_teams-summary.md]`
|
|
14
|
+
|
|
15
|
+
### Status of use-case selection
|
|
16
|
+
- **Open.** Customer is "bouncing between use cases" after seeing broader FDE engagement context. `[as of 2026-04-20, source: ushak/Teams-Chats/2026-04-20_teams-summary.md]`
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Existing Customer Landscape
|
|
21
|
+
|
|
22
|
+
- **Current state:** Noridian operates an **AWS-based solution** that is **not scaling**. This is the trigger for considering Microsoft. `[as of 2026-04-13, source: ushak/OneNote/2026-04-13_onenote-summary.md]`
|
|
23
|
+
- **Adjacent context:** **CMS** is a relevant party / interest area. `[as of 2026-04-13, source: ushak/OneNote/2026-04-13_onenote-summary.md]`
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## Proposed Microsoft Solution
|
|
28
|
+
|
|
29
|
+
- **No solution architecture has been authored yet.** Reference framing material:
|
|
30
|
+
- "Microsoft Agent Factory — FDE Customer Presentation" (slides 6 and 21 used as **fit-assessment lens**). `[as of 2026-04-13, source: ushak/Teams-Chats/2026-04-13_teams-summary.md]`
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## Components, Integrations, Data
|
|
35
|
+
|
|
36
|
+
- **TBD.** No component diagram, data flow, or integration list captured to date.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## Open Architectural Questions
|
|
41
|
+
|
|
42
|
+
- **Engineering delivery model** — co-engineering with a third party vs. Noridian internal team. (PD-002.)
|
|
43
|
+
- **Catcher readiness** — whichever party catches the implementation needs operational readiness. `[as of 2026-04-13, source: ushak/Teams-Chats/2026-04-13_teams-summary.md]`
|
|
44
|
+
- **Scalability target** — what specifically about AWS isn't scaling? Throughput? Cost? Operations? Not yet captured.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Conflicts
|
|
49
|
+
|
|
50
|
+
_None._
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## Supersedes / History
|
|
55
|
+
|
|
56
|
+
_No prior architecture has been replaced — this is the first capture._
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# Noridian — Workshops & Key Meetings (Current State)
|
|
2
|
+
|
|
3
|
+
**As of:** 2026-05-06
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Past — Significant Sessions
|
|
8
|
+
|
|
9
|
+
### 2026-04-13 — Noridian | FDE Request prep before client meeting
|
|
10
|
+
- **Type:** Internal prep + client-facing call (combined session per chat trail)
|
|
11
|
+
- **Why it matters:** First substantive engagement with Noridian; surfaced anchor use case (MPXe Policy Comments), executive sponsorship confirmation, non-billable FDE approval, and key open questions on staffing and customer profile.
|
|
12
|
+
- **Attendees (Microsoft):** Bhargav Nookala, Sara Spalding, Kavitha Govindarajulu, Alesha Baerenwald, Todd Morris, Kim Swafford, Shiney Koshy, Chris Mullins, Chad Dotzenrod, Bret Stateham, Usha Krishnan
|
|
13
|
+
- **Outputs:** Two reference decks circulated; decisions D-001 & D-002 logged; PD-001/PD-002 raised.
|
|
14
|
+
- **Recording:** Yes — `Noridian FDE Request prep before client meeting-20260413_170623-Meeting Recording.mp4` (SharePoint approval seen 2026-05-04).
|
|
15
|
+
- **Transcript:** Not yet pulled. (Action: pull via `m365_get_transcript` for richer content extraction.)
|
|
16
|
+
- `[source: ushak/Meetings/2026-04-13_meetings-summary.md]`
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## In-Flight / Unconfirmed
|
|
21
|
+
|
|
22
|
+
### Internal alignment sync (planned wk of Apr 20)
|
|
23
|
+
- Todd Morris flagged he would schedule one. **No calendar evidence found** — either it happened off-calendar, was deferred, or the calendar wasn't scanned wide enough.
|
|
24
|
+
- `[as of 2026-04-20, source: ushak/Teams-Chats/2026-04-20_teams-summary.md]`
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## Planned / Upcoming
|
|
29
|
+
|
|
30
|
+
- **Re-engagement ping with Noridian** — early wk of May 4 (Alesha). Not a meeting, but the next customer touchpoint. `[as of 2026-05-01, source: ushak/Teams-Chats/2026-04-27_teams-summary.md]`
|
|
31
|
+
- **Workshop(s):** None scheduled yet. A scoping/use-case workshop is the natural next step once the customer commits to a use case.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Recurring Cadences
|
|
36
|
+
|
|
37
|
+
- **None established for Noridian specifically.** (Several recurring "FDE Intake — Triage Stand-up" meetings exist on the broader FDE calendar but are not Noridian-specific.)
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Conflicts
|
|
42
|
+
|
|
43
|
+
_None._
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Noridian — Open Action Items (Current State)
|
|
2
|
+
|
|
3
|
+
**As of:** 2026-05-06
|
|
4
|
+
**Scope:** Open / in-progress only. Closed items move to `_archive` section at the bottom.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Open
|
|
9
|
+
|
|
10
|
+
| ID | Action | Owner | Due | Opened | Latest evidence | Source |
|
|
11
|
+
|----|--------|-------|-----|--------|-----------------|--------|
|
|
12
|
+
| AI-001 | Send Noridian the overdue follow-up material (the asset that prompted Alesha's "slight miss" comment) | Alesha Baerenwald | wk of May 4 | 2026-04-13 (implied) | "still waiting to hear what approach they want to take" | `ushak/Teams-Chats/2026-04-27_teams-summary.md` |
|
|
13
|
+
| AI-002 | Re-ping Noridian on chosen approach | Alesha Baerenwald | early wk of May 4 | 2026-05-01 | Committed in chat 2026-05-01 | `ushak/Teams-Chats/2026-04-27_teams-summary.md` |
|
|
14
|
+
| AI-003 | Hold internal sync to align on next steps (engineering staffing in particular) | Todd Morris | wk of Apr 20 (overdue / status unknown) | 2026-04-20 | Bhargav's follow-up pings on Apr 28/30 suggest internal sync hasn't yielded next steps yet | `ushak/Teams-Chats/2026-04-20_teams-summary.md`, `…/2026-04-27_teams-summary.md` |
|
|
15
|
+
| AI-004 | Confirm Noridian's organizational profile (regional operator?) | Acct team | — | 2026-04-13 | Open | `ushak/Teams-Chats/2026-04-13_teams-summary.md` |
|
|
16
|
+
| AI-005 | Pull Apr 13 meeting transcript for richer detail | ushak | — | 2026-05-06 | Run-log gap | `Evidence/run-log.md` |
|
|
17
|
+
| AI-006 | Identify Noridian customer counterparts and capture in stakeholders state | Acct team | — | 2026-05-06 | No customer contacts captured yet | derived |
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## Recently Closed
|
|
22
|
+
|
|
23
|
+
_None yet._
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## Conflicts
|
|
28
|
+
|
|
29
|
+
_None._
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# Noridian — Risks & Issues (Current State)
|
|
2
|
+
|
|
3
|
+
**As of:** 2026-05-06
|
|
4
|
+
**Severity scale:** LOW / MED / HIGH
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Active
|
|
9
|
+
|
|
10
|
+
### R-001 — Customer indecision on use case (MED, trending up)
|
|
11
|
+
- **Description:** Customer is "bouncing between use cases" after broader FDE context was presented; no committed direction.
|
|
12
|
+
- **Impact:** Blocks scoping, sizing, architecture, and timeline.
|
|
13
|
+
- **Mitigation:** Send focused follow-up material; re-ping wk of May 4 (AI-001, AI-002).
|
|
14
|
+
- `[as of 2026-04-20, source: ushak/Teams-Chats/2026-04-20_teams-summary.md]`
|
|
15
|
+
|
|
16
|
+
### R-002 — Momentum loss / Microsoft-side slip (MED, active)
|
|
17
|
+
- **Description:** Acknowledged "slight miss" on getting follow-up material to Noridian; ~3 weeks since the Apr 13 touchpoint with no customer-side decision.
|
|
18
|
+
- **Impact:** Risks customer disengagement or pursuit of alternative paths.
|
|
19
|
+
- **Mitigation:** Close AI-001 immediately; deliberate re-ping (AI-002).
|
|
20
|
+
- `[as of 2026-05-01, source: ushak/Teams-Chats/2026-04-27_teams-summary.md]`
|
|
21
|
+
|
|
22
|
+
### R-003 — Engineering catcher readiness (MED, latent)
|
|
23
|
+
- **Description:** Whichever party catches delivery (Noridian internal, a third party, or a partner-at-arms-length) needs to be set up for operational success.
|
|
24
|
+
- **Impact:** Implementation quality and post-engagement sustainability.
|
|
25
|
+
- **Mitigation:** Resolve PD-002 (staffing model) before commit; gate decision on catcher readiness check. Owner: Bhargav Nookala / Todd Morris.
|
|
26
|
+
- `[as of 2026-04-13, source: ushak/Teams-Chats/2026-04-13_teams-summary.md]`
|
|
27
|
+
|
|
28
|
+
### R-004 — Customer profile unknown (LOW, informational)
|
|
29
|
+
- **Description:** It's still unclear whether Noridian is a regional operator and what the org profile implies for solution scale and procurement path.
|
|
30
|
+
- **Mitigation:** Confirm via acct team (AI-004).
|
|
31
|
+
- `[as of 2026-04-13, source: ushak/Teams-Chats/2026-04-13_teams-summary.md]`
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Closed
|
|
36
|
+
|
|
37
|
+
_None yet._
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Conflicts
|
|
42
|
+
|
|
43
|
+
_None._
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Noridian — Timeline & Milestones (Current State)
|
|
2
|
+
|
|
3
|
+
**As of:** 2026-05-06
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Past
|
|
8
|
+
|
|
9
|
+
| Date | Event | Significance | Source |
|
|
10
|
+
|------|-------|--------------|--------|
|
|
11
|
+
| 2026-02-26 | MPXe Policy Comments use-case deck created | Originating asset for the engagement | filename `Noridian_2026Feb26_MPXe-Microsoft_PolicyCommentsUseCase.pptx` |
|
|
12
|
+
| 2026-03-09 → 2026-03-11 | Initial intake / triage notes (OneNote `Noridian.one` → "3/11") | First captured discussion of Noridian | `ushak/OneNote/2026-04-13_onenote-summary.md` (references prior pages) |
|
|
13
|
+
| 2026-04-10 | Teams meeting chat "Noridian \| FDE Request prep before client meeting" created | Communications channel established | `ushak/Teams-Chats/2026-04-13_teams-summary.md` |
|
|
14
|
+
| 2026-04-13 | Apr 13 prep + client-facing meeting | First substantive client touchpoint; D-001 & D-002 captured | `ushak/Meetings/2026-04-13_meetings-summary.md` |
|
|
15
|
+
| 2026-04-17 | Sara asks Alesha for next steps | Status visibility kicks in | `ushak/Teams-Chats/2026-04-13_teams-summary.md` |
|
|
16
|
+
| 2026-04-20 | Todd posts post-meeting status — customer "bouncing between use cases" | First explicit signal of use-case ambiguity | `ushak/Teams-Chats/2026-04-20_teams-summary.md` |
|
|
17
|
+
| 2026-04-28 / 04-30 | Bhargav follow-up pings | Pressure to resolve next steps | `ushak/Teams-Chats/2026-04-27_teams-summary.md` |
|
|
18
|
+
| 2026-05-01 | Alesha acknowledges "slight miss" on follow-up material | Captures the momentum risk | `ushak/Teams-Chats/2026-04-27_teams-summary.md` |
|
|
19
|
+
| 2026-05-04 | SharePoint edit-request approval for Apr 13 meeting recording | Recording now editable / shareable | inbox notification 2026-05-04 |
|
|
20
|
+
| 2026-05-05 | MPXe deck modified (latest edit) | Asset updated | SharePoint folder listing |
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## Present (this week)
|
|
25
|
+
|
|
26
|
+
| Target | Owner | Status |
|
|
27
|
+
|--------|-------|--------|
|
|
28
|
+
| Send overdue follow-up material to Noridian (AI-001) | Alesha | Open |
|
|
29
|
+
| Re-ping customer (AI-002) | Alesha | Planned early wk of May 4 |
|
|
30
|
+
| Internal alignment on staffing model (AI-003) | Todd | Status unknown |
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## Planned / Anticipated
|
|
35
|
+
|
|
36
|
+
- **Customer commits to a use case.** No date — gates everything downstream.
|
|
37
|
+
- **Scoping / use-case workshop.** No date — natural next step after customer commit.
|
|
38
|
+
- **Engineering staffing decision (PD-002).** Should precede any solution-design work.
|
|
39
|
+
- **Solution architecture draft.** Not started.
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## Conflicts
|
|
44
|
+
|
|
45
|
+
_None._
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Noridian — Artifacts & Deliverables (Current State)
|
|
2
|
+
|
|
3
|
+
**As of:** 2026-05-06
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Decks
|
|
8
|
+
|
|
9
|
+
| Title | Purpose | Last modified | Location |
|
|
10
|
+
|-------|---------|---------------|----------|
|
|
11
|
+
| Noridian_2026Feb26_MPXe-Microsoft_PolicyCommentsUseCase.pptx | Anchor use-case framing (MPXe Policy Comments) | 2026-05-05 | `…\Engagement Assets\Noridian\` (project SharePoint folder) |
|
|
12
|
+
| Microsoft Agent Factory — FDE Customer Presentation.PPTX | Reference deck for FDE engagement framing; **slides 6 & 21** used as fit-assessment lens | — | Shared in Teams chat 2026-04-13 (not in project folder) |
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## Recordings
|
|
17
|
+
|
|
18
|
+
| Title | Date | Location | Notes |
|
|
19
|
+
|-------|------|----------|-------|
|
|
20
|
+
| Noridian FDE Request prep before client meeting (recording .mp4) | 2026-04-13 17:06 UTC | SharePoint (edit-approved 2026-05-04) | Available; transcript not yet pulled. |
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## OneNote Pages (ISE Work › Noridian.one)
|
|
25
|
+
|
|
26
|
+
| Page | Date | Content highlights |
|
|
27
|
+
|------|------|-------------------|
|
|
28
|
+
| 4/13 - Acct team | 2026-04-13 | AWS not scaling; CMS interest; exec sponsorship confirmed; non-billable FDE approval |
|
|
29
|
+
| 3/11 (and a 3/11 meeting-notes variant) | 2026-03-09 → 2026-03-11 | Earlier intake / triage notes |
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## Documents / Code / Diagrams
|
|
34
|
+
|
|
35
|
+
- **None captured.** No design docs, ADRs, repos, or diagrams have been created for this engagement yet.
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## CRM / System-of-Record Links
|
|
40
|
+
|
|
41
|
+
- Dynamics CRM record link shared in chat 2026-04-13 (URL captured in `ushak/Teams-Chats/2026-04-13_teams-summary.md`).
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Known Gaps
|
|
46
|
+
|
|
47
|
+
- No customer-facing artifacts (proposal, scoping doc, ROM) have been produced.
|
|
48
|
+
- Apr 13 meeting transcript not yet captured.
|
|
49
|
+
- No architecture artifacts (see `03_architecture-and-solution.md`).
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Conflicts
|
|
54
|
+
|
|
55
|
+
_None._
|