4.1 KiB
Quick Start: SDE Meeting Toolkit
Open a tool
- Go to the
toolsfolder. - Double-click
field-problem-workshop.htmlorscope-lock-meeting-suite.html. - The file opens in your default browser.
No install step is needed for this method.
Field Problem Workshop
The tool has three panels: Problem Map, Breadcrumbs, Actions.
Problem Map panel
- Type a problem into the entry box and click Add.
- Click Add cluster to create a new group.
- Drag a problem into a cluster, or use the cluster picker on the item.
- Use dot voting to mark priority problems.
- Unsorted problems stay under Unclustered at the top.
Breadcrumbs panel
- Click Add a blank breadcrumb to start a new one.
- Fill in Baseline, Method, Metric, and, once you have a baseline, Target.
- Click Scan for incomplete items to find breadcrumbs missing a field.
- Click Save on a breadcrumb to lock in your edits.
Actions panel
- Click Add to create an action item.
- Assign an owner and a due date.
- Click Save to store the action.
Save your session
The tool does not save to disk on its own.
- Click Save JSON before you close the tab.
- Store the file somewhere you can find it.
- Next time, click Load JSON and pick that file to pick up where you left off.
- Click Export summary to produce the meeting write-up (markdown).
- Click Reset only when you want to return to the July 21 baseline (43 problems, 7 clusters, 6 breadcrumbs, 5 actions). Reset erases current data, so export first.
Scope Lock Meeting Suite
The tool has four panels: Scope Boundary Board, MVP Priority Ranker, Decision Registry, Micron Pilot Readiness.
Scope Boundary Board
- Click Add item to enter a new scope item.
- Move it into one of four columns: In MVP, Later Phase, Out, Parking Lot.
- Items start in Unsorted until you sort them.
MVP Priority Ranker
- Use Move line up / Move line down to reorder items by priority.
Decision Registry
- Click Log decision to record a decision made in the meeting.
Micron Pilot Readiness
- Review the readiness checklist shown on this panel.
Save your session
- This tool autosaves to the browser's local storage on the computer you use. It does not need a manual save step.
- Local storage does not follow you to another computer or browser.
- Click Export meeting summary to create the durable record to share or file.
- Reset all returns the tool to its starting state. Export first if you want to keep current data.
Run it from a local server instead
Use this if you want the tools served over HTTP, or if you want the AI draft button to work outside of Claude.
- Open a terminal in the
sde-meeting-toolkitfolder. - Run
npm run serve. - Open
http://localhost:5173in a browser. - Click a tool link on that page, or go directly to a file under
tools.
Use the AI draft button
The Field Problem Workshop has an AI draft feature on the Breadcrumbs panel. It calls Claude to draft breadcrumb fields for you. Use one of these two methods.
Method A: Local server (needs an API key)
- Copy
.env.exampleto a new file named.env, in thesde-meeting-toolkitfolder. - Open
.envand setANTHROPIC_API_KEYto your key. - Run
npm run serve. - Open the tool at
http://localhost:5173/tools/field-problem-workshop.html. - Click the AI draft button.
If the button reports a missing key, check that .env exists, holds the correct key, and that you restarted the server after editing it.
Method B: Claude artifact (no key needed)
- Upload
field-problem-workshop.htmlto a Claude chat, or add it to a Claude project. - Ask Claude to render it as an artifact.
- Use the AI draft button from inside that artifact.
If you open the file directly, with no server running, the AI draft button fails. This is expected. Use Method A or Method B instead.
Install the breadcrumb skill
- In Claude, open
skills/construction-breadcrumbs.skill. - Use Save skill to install it.
- Start a new chat to use it.
Next: open a tool and click Add to create your first item.