Skip to main content
Expert-Driven Development
  • Home
  • Courses
  • SOP
  • Toolkit
  • Tools
  • Resources
  • About
  1. Home
  2. Weekly Decks
  3. Week 4.5 Class Links

Week 4.5 Class Links, Advanced Workshop (Locked Tenant Reality)

Every shareable URL the Week 4.5 deck cues you to paste into the genai.mil or Ask Sage chat window: the course page, the Readiness Dashboard reference build, the five debugging scenarios, every module-section deep link, plus the instructor materials pack.

Every Copy link button copies the full https://jeranaias.github.io/ExpertDrivenDevelopment/… URL to your clipboard so you can paste it straight into the chat window the room is working in. Use Open to verify the page first.

Quick chat-paste bundle

Grab every URL on this page as a single newline-separated block, ready to paste into chat as one message.

Quick links (top of deck)

The fastest URLs to paste at session start. Deck, course page, reference build, plus the two enterprise AI tool homepages students will be running side by side.

  • Week 4.5 Slide Deck

    When: Drop in chat at session start. The deck the instructor is presenting from, so students who joined late can follow along on their own screen.

    https://jeranaias.github.io/ExpertDrivenDevelopment/decks/week-4-5-advanced-reality.html
    Open
  • Course 4.5 Page

    When: Drop right after the deck. Has the agenda, the Three Layers thesis, every module note, every prompt block, the assessment rubric, and the contingency plan for tenants without Ask Sage.

    https://jeranaias.github.io/ExpertDrivenDevelopment/courses/advanced-reality.html
    Open
  • Reference Build, Unit Readiness Dashboard

    When: Drop at session start so students can see the destination. Single-file static HTML that joins three CSVs, computes readiness, renders SVG bar charts by company, surfaces the Not-Ready table, and generates a Commander's Snapshot.

    https://jeranaias.github.io/ExpertDrivenDevelopment/builds/readiness-dashboard.html
    Open
  • genai.mil (fast chat layer)

    When: Drop early so every student has the tab open. The CUI-authorized fast chat tool for single-prompt work, quick code snippets, frontier classification, and Cyborg-mode iteration.

    https://genai.mil/
    Open
  • Ask Sage (multi-file reasoning layer)

    When: Drop right after genai.mil. The CUI-authorized multi-file and reasoning tool for architecture, dataset analysis, and Centaur-mode deliberate work. If your tenant has genai.mil only, the Ask Sage phases degrade to paste-and-summarize.

    https://www.asksage.ai/
    Open

Module 1: Frontier mapping

URLs to paste during the 0:00 to 0:30 frontier-mapping block. The Tool Selection Guide is the centerpiece, paired with the Advanced Frontier Map section on the course page.

  • Module 1 section (course page deep link)

    When: Drop at the start of Module 1. Has the Tool Handles table, the Issue Tracking Format, and the Advanced Frontier Map deliverable spec.

    https://jeranaias.github.io/ExpertDrivenDevelopment/courses/advanced-reality.html#frontier-mapping
    Open
  • Tool Selection Guide

    When: Drop the moment the room asks "which tool for what?" The reference for genai.mil versus Ask Sage decisions across single-prompt, multi-file, dataset, and architecture tasks.

    https://jeranaias.github.io/ExpertDrivenDevelopment/resources/tool-selection-guide.html
    Open

Module 2: Readiness Dashboard build

URLs for the 0:30 to 1:30 complex build. Reference build, then deep links into each of the four phases on the course page, plus the static hosting cheat sheet for students who do not have a deploy target yet.

  • Reference Build, Unit Readiness Dashboard

    When: Drop at Module 2 start. Open on the projector to show the destination. Tell students: "Use this to check your work, not to copy-paste from."

    https://jeranaias.github.io/ExpertDrivenDevelopment/builds/readiness-dashboard.html
    Open
  • Module 2 section (all four phases, prompt blocks)

    When: Drop at Module 2 start. Anchors to the full Module 2 page with Phase 1 (Data Architecture, Ask Sage), Phase 2 (Ingestion, student choice), Phase 3 (Visualization), and Phase 4 (Verification and Brief Generation), plus every whiteboard prompt block in the order the instructor will cue them.

    https://jeranaias.github.io/ExpertDrivenDevelopment/courses/advanced-reality.html#complex-build
    Open
  • Static Hosting Cheat Sheet

    When: Drop the moment a student asks where the dashboard should be deployed. One-page reference with three tiers of free public hosts, MCEN-reachability notes, and a testing methodology if Tier 1 is blocked.

    https://jeranaias.github.io/ExpertDrivenDevelopment/resources/static-hosting-cheat-sheet.html
    Open

Module 3: Group debugging

URLs for the 1:40 to 2:20 debugging clinic. Five scenarios with answer keys, plus the parent scenarios page so the instructor can scroll between them.

  • Debugging Scenarios (full page with answer keys)

    When: Drop at Module 3 start so the room has the full set in one tab. Each scenario has expected behavior, actual behavior, what the student already tried, and the instructor answer key with root cause category.

    https://jeranaias.github.io/ExpertDrivenDevelopment/resources/debugging-scenarios.html
    Open
  • Scenario 1, Fetch race / double-submit (counseling tracker)

    When: Drop when the room picks up the first scenario. Double-save on rapid Save clicks, confirm dialog and setTimeout debounce both failed to fix.

    https://jeranaias.github.io/ExpertDrivenDevelopment/resources/debugging-scenarios.html#scenario-1
    Open
  • Scenario 2, Stale localStorage after schema change (TEEP-like tracker)

    When: Drop for the second scenario. New "Confirmed By" field added; legacy rows throw on render because the property does not exist.

    https://jeranaias.github.io/ExpertDrivenDevelopment/resources/debugging-scenarios.html#scenario-2
    Open
  • Scenario 3, CSS specificity collision plus timezone bug (watch-bill)

    When: Drop for the third scenario. Wrong row highlights on Mondays only. Two stacked bugs: gold class overridden by a more specific selector, and day-of-week compared in local time against UTC-rendered dates.

    https://jeranaias.github.io/ExpertDrivenDevelopment/resources/debugging-scenarios.html#scenario-3
    Open
  • Scenario 4, Event delegation on dynamic content (list-based tool)

    When: Drop for the fourth scenario. Delete buttons work on the original three items; new items after Add never get handlers because they were attached at render time.

    https://jeranaias.github.io/ExpertDrivenDevelopment/resources/debugging-scenarios.html#scenario-4
    Open
  • Scenario 5, Tool-selection failure (meta-frontier)

    When: Drop for the fifth scenario, the meta-frontier case unique to the two-tool world. 47 turns of fast chat on a multi-file refactor that should have started in Ask Sage with file ingestion and a reasoning model.

    https://jeranaias.github.io/ExpertDrivenDevelopment/resources/debugging-scenarios.html#scenario-5
    Open

Module 4: Verification and QA

URLs for the 2:20 to 2:50 QA block. The QA checklist and the two-tool cross-check protocol, both anchored on the course page.

  • Module 4 section (QA Checklist plus two-tool cross-check)

    When: Drop at Module 4 start. The five-item QA checklist (source verification, data accuracy, logic check, format compliance, domain review) and the two-tool cross-check protocol for high-stakes outputs, plus the timed QA review exercise with the planted-errors SOP excerpt.

    https://jeranaias.github.io/ExpertDrivenDevelopment/courses/advanced-reality.html#verification
    Open

Module 5: Teach-back

URL for the 2:50 to 3:20 teach-back block. The concept list students pick from plus the preparation template.

  • Module 5 section (concept list and prep template)

    When: Drop at Module 5 start so the room can scroll the eight-concept list (Centaur vs Cyborg, frontier mapping, context-building, iterative refinement, verification, the Jagged Frontier, layer separation, tool selection) and the six-field teach-back preparation template.

    https://jeranaias.github.io/ExpertDrivenDevelopment/courses/advanced-reality.html#teaching-others
    Open

Module 6: Workflow playbook

URLs for the 3:20 to 3:50 playbook block. Worked examples on the course page, plus the Capability Gap Map template students fill at least one row in before wrap.

  • Module 6 section (worked examples)

    When: Drop at Module 6 start. The worked-examples block: how to triage a new request across genai.mil, Ask Sage, the static-stack prototype layer, and the wishlist that becomes a Capability Gap Map row.

    https://jeranaias.github.io/ExpertDrivenDevelopment/courses/advanced-reality.html#workflow-playbook
    Open
  • Capability Gap Map Template

    When: Drop at Module 6 worktime. The artifact every Marine adds at least one new row to during the wrap. Forward through the unit AI POC to HQMC quarterly.

    https://jeranaias.github.io/ExpertDrivenDevelopment/resources/capability-gap-map.html
    Open

Instructor materials

Cheat sheet, facilitator pack, student handouts, and the chat-paste handouts pack. For instructor prep and live delivery.

  • Week 4.5 Instructor Cheat Sheet

    When: Print and keep next to the deck during delivery. Two-page reference: pacing strip, Readiness Dashboard build spec, mode-and-tool switch beats, deliberate-failure cues, recovery prompts, homework.

    https://jeranaias.github.io/ExpertDrivenDevelopment/decks/week-4-5-cheatsheet.html
    Open
  • Week 4.5 Facilitator Pack

    When: Send to a co-facilitator running the debugging clinic in Module 3 or the Capability Gap Map worktime in Module 6. One-page landscape companion plus printed URL sheet.

    https://jeranaias.github.io/ExpertDrivenDevelopment/facilitator/week-4-5-advanced-reality.html
    Open
  • Week 4.5 Student Handout (take-home)

    When: Drop in chat at session start so latecomers have the build brief. The take-home reference: key terms, Readiness Dashboard scope, what students will be able to do, homework.

    https://jeranaias.github.io/ExpertDrivenDevelopment/handouts/week-4-5-advanced-reality.html
    Open
  • Week 4.5 Live Fill-In Handout

    When: Drop at the Capability Gap Map worktime in Module 6. Three-column fill-in (What We Built / What We Wanted / What's Blocked) plus an Advanced Frontier Map column for live note-taking.

    https://jeranaias.github.io/ExpertDrivenDevelopment/handouts/advanced-reality-handout.html
    Open
  • Week 4.5 Facilitator Hand-Outs (chat-paste pack)

    When: Open in a second browser tab before the session. Chat-paste-ready blocks for every Module 2 prompt (Phases 1 through 4), every Module 3 scenario intro, the two-tool cross-check protocol, the teach-back template seed, and the Advanced Frontier Map plus Capability Gap Map seed rows.

    https://jeranaias.github.io/ExpertDrivenDevelopment/decks/week-4-5-handouts.html
    Open

Reciprocal course links

The companion courses this one sits between. Use these for students who need to pivot tracks or revisit a prerequisite.

  • Course 4: Advanced Workshop (Power Platform version)

    When: Share with students whose tenant grants Power Apps, Dataverse, Power Automate, and Power BI. Course 4 runs the same six-module arc on the Power Platform stack instead of static HTML.

    https://jeranaias.github.io/ExpertDrivenDevelopment/courses/advanced.html
    Open
  • Course 3.5: Platform Training (Locked Tenant Reality)

    When: Share with students who arrive without the prerequisite. Course 3.5 is the sibling reality track that teaches the static-stack foundation Course 4.5 advances from.

    https://jeranaias.github.io/ExpertDrivenDevelopment/courses/platform-reality.html
    Open

Links

  • GitHub Repository
  • Course 4.5 Page
  • Week 4.5 Deck
  • SOP (PDF)
  • MIT License
UNCLASSIFIED EDD · Week 4.5 Class Links