commit ba0a445aaffe1f6af488aa4aa01d7e555235be6c
Author: C-West8 <125926137+C-West8@users.noreply.github.com>
Date: Wed Jul 22 14:27:44 2026 -0500
init commit of nicks code
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..69640d7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# Project SDE Meeting Toolkit
+
+## Contents
+
+| File | Purpose |
+|---|---|
+| SDE_Field_Problem_Workshop_v5.html | Field problem workshop: Problem Map (capture, clusters, dot voting) → Breadcrumbs (with AI draft) → Actions. Pre-loaded with the July 21 session baseline. |
+| SDE_Scope_Lock_Meeting_Suite.html | Scope lock meeting suite: Scope Boundary Board, MVP Priority Ranker, Decision Registry, Micron Pilot Readiness. |
+| construction-breadcrumbs.skill | Claude skill encoding the breadcrumb methodology (EVM, CII AWP, Last Planner, first-time quality). Install via Save skill in Claude to use it in any chat. |
+
+## Running the workshop tool
+
+- **With AI features:** open the HTML file as an artifact inside Claude (upload it to a chat and ask Claude to render it, or keep it in a Project). The AI draft fields button on Breadcrumbs requires the Claude environment and network connectivity.
+- **Without AI:** open the file directly in any browser. Everything works except the AI button, which fails politely.
+
+## Persistence
+
+- The workshop tool holds state in the session only. **Save JSON before closing** and Load JSON to resume. The exported JSON is the working record; the Export summary markdown is the meeting artifact.
+- The Scope Lock suite autosaves to the browser (localStorage) on the machine where it is opened; its Export button produces the durable record.
+
+## Reset behavior
+
+The workshop tool's Reset returns to the clustered July 21 baseline (43 problems in 7 root clusters, 6 breadcrumbs, 5 actions). The Scope Lock suite's Reset returns to its pre-seeded starting state.
diff --git a/SDE_Field_Problem_Workshop_v5.html b/SDE_Field_Problem_Workshop_v5.html
new file mode 100644
index 0000000..0809142
--- /dev/null
+++ b/SDE_Field_Problem_Workshop_v5.html
@@ -0,0 +1,841 @@
+
+
+
+
+
+Project SDE | Field Problem Workshop v5
+
+
+
+
+
+
Project SDE| Field Problem Workshop v5
+
+ State lives in this session. Save JSON before closing.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Problem Map
+
Capture at the top; new items land in the red tray until attached to a root problem. Each cluster is a root problem and the issues under it are the evidence. Vote with dots directly on the cluster headers, then promote the winners to Breadcrumbs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Breadcrumbs
+
Root problem to value driver to capability to measurable outcome. A completed breadcrumb IS a pilot success criterion; the export builds the criteria table from every complete card. AI draft fills the fields from construction execution methodology (EVM, CII AWP, Last Planner, first-time quality); the room reviews and edits.
+
+
+
+
+
+
+
+
+
+
Actions
+
Every open item gets an owner and a date. Scan adds an action for each incomplete breadcrumb, each cluster missing a root statement, and any unclustered issues.
Every item gets a home before the meeting ends. In MVP means the 3 month construction tracking build. Later Phase means committed but sequenced after MVP. Out means not part of Project SDE. Parking Lot means undecided, and each parked item needs an owner and a date in the Decision Registry.
+
+
+
+
Unsorted
+
Work top to bottom. Assign each item with the buttons on its card.
+
+
+
+
+
+
+
+
+
+
In MVP
0
+
Ships in the 3 month build
+
+
+
+
Later Phase
0
+
Committed, sequenced after MVP
+
+
+
+
Out
0
+
Not part of Project SDE
+
+
+
+
Parking Lot
0
+
Needs owner + date in Registry
+
+
+
+
+
+
+
+
+
MVP Priority Ranker
+
Forced ranking. If the 3 month timeline slips, items below the cut line are the first to be descoped. Move items with the arrows until the room agrees on the order.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Decision Registry
+
Log every scope decision as it is made, with the trade off the team accepted. Nothing stays verbal only. Locked means it does not get relitigated without a formal change.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Micron Pilot Readiness
+
What must be true at Micron before the pilot can start. Tap the status to cycle it. Anything Blocked at the end of the meeting needs a decision in the Registry.
+
+
+
+
0Ready
+
0In progress
+
0Blocked
+
0Not started
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/construction-breadcrumbs.skill b/construction-breadcrumbs.skill
new file mode 100644
index 0000000..ece6843
Binary files /dev/null and b/construction-breadcrumbs.skill differ