Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/planner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
node-version: "20"

- name: Install dependencies
run: npm ci

- name: Planner
run: node scripts/agents/planner.agent.js
env:
Expand Down
124 changes: 14 additions & 110 deletions wceu-2026/README.md
Original file line number Diff line number Diff line change
@@ -1,119 +1,23 @@
---
file_type: "documentation"
title: "WCEU 2026 Presentation Materials"
description: "Complete Phase 1, 2, and 3 materials for WCEU 2026 talk: 'One .github repo to rule them all'"
version: "v1.0.0"
created_date: "2026-05-28"
last_updated: '2026-06-01'
maintainer: "LightSpeed Team"
tags: ["wceu-2026", "presentation", "documentation"]
title: "WCEU 2026 Talk Asset Pack"
description: "Working assets for the WordCamp Europe 2026 talk on evolving lightspeedwp/.github into an installable AI-ops and governance plugin platform."
last_updated: "2026-06-02"owners: ["Ash Shaw"]
---

# WCEU 2026 Presentation Materials
# WCEU 2026 Talk Asset Pack

Complete preparation, execution, and delivery materials for the **WordCamp Europe 2026** 25-minute talk on **"One .github repo to rule them all: From central governance to installable AI-Ops plugins"** by **Ash Shaw** (LightSpeed).
This folder contains the planning, research, and content assets for a mini website and conference talk:

**Event**: WordCamp Europe 2026 (June 5–6, 2026)
**Talk Duration**: 25 minutes
**Target Audience**: WordPress agency owners, product teams, senior engineers
**Key Topic**: GitHub governance automation and AI-driven plugin systems
- `talk-outline-25min.md` - main 25-minute narrative and timing.
- `slides/` - one reference file per slide.
- `references/` - repository-grounded source index and evidence map.
- `notebooklm/` - prompts and ingestion instructions for NotebookLM.
- `website/` - mini website information architecture and content model.

---

## Folder Structure

```
wceu-2026/
├── README.md (this file)
├── talk-outline-25min.md # Complete 24-slide talk outline + timing
├── SLIDES_GENERATION_PROMPT.md # Detailed prompt for creating slides (NotebookLM)
├── PHASE2_EXECUTION.md # May 30 execution guide (NotebookLM + foundation slides)
├── PHASE3_EXECUTION.md # May 31 execution guide (complete slide deck)
├── SPEAKER_NOTES_TEMPLATE.md # Template for detailed speaker notes
├── FINAL_REVIEW_CHECKLIST.md # 150+ item verification checklist
├── ACCESSIBILITY_AUDIT.md # WCAG AA/AAA compliance audit
├── WORDPRESS_INTEGRATION_ROADMAP.md # Post-WCEU next steps
├── notebooklm/
│ ├── sources-index.md # ~60 GitHub URLs for NotebookLM briefing
│ └── README.md
├── slides/
│ ├── slide-01-hook-and-stakes.md
│ ├── slide-02-why-github-control-plane.md
│ ├── ... (20 total slide files)
│ └── slide-20-ecosystem-and-acknowledgements.md
├── agent-slides/
│ ├── BRANDING_AGENT_SLIDES.md
│ ├── ... (26 total reference slide files)
│ ├── README.md
│ └── INDEX.md
└── references/
├── glossary.md # 45+ definitions used in talk
└── README.md
```

---

## Timeline & Phases

### Phase 1: Planning & Preparation (May 28–29) ✅

**Status**: Complete

- ✅ Talk outline (24-slide structure)
- ✅ NotebookLM sources index
- ✅ Glossary (45+ definitions)
- ✅ Execution guides (Phase 2 & 3)
- ✅ Speaker notes template
- ✅ Accessibility audit framework

### Phase 2: Content Generation (May 30) ⏳

**Timeline**: May 30 (IN PROGRESS)
**Duration**: 4–6 hours

- [x] NotebookLM sources index ready (`notebooklm/sources-index.md`, ~60 URLs)
- [x] SLIDES_GENERATION_PROMPT.md available
- [ ] Run NotebookLM session (awaiting execution)
- [ ] Generate speaker notes (awaiting execution)
- [ ] Create foundation slides (awaiting execution)

**Guide**: See `PHASE2_EXECUTION.md`

### Phase 3: Design & Finalization (May 31) ⏳
## Current talk direction

**Timeline**: May 31 (Ash's work)
**Duration**: 6–8 hours
The talk starts with a central `.github` repository pattern, then explains the pivot to installable plugin packs for AI coding tools (Copilot, Claude Code, Codex, Gemini) while preserving governance and quality controls.

- [ ] Transfer content to Google Slides
- [ ] Design all 24 slides
- [ ] Final review + rehearsal

**Guide**: See `PHASE3_EXECUTION.md`

---

## Key Documents

**Start Here**: `talk-outline-25min.md` (complete 24-slide outline with timing)

**Phase 2**: `SLIDES_GENERATION_PROMPT.md`, `notebooklm/sources-index.md`

**Phase 3**: `PHASE3_EXECUTION.md`, `ACCESSIBILITY_AUDIT.md`

**Reference**: `references/glossary.md`, `FINAL_REVIEW_CHECKLIST.md`

---

## Design System

- **Colours**: Dark theme (#1a1a1a), electric cyan (#00d4ff), warm amber (#ffb700)
- **Typography**: Bold sans-serif (28pt+ minimum), WCAG AAA contrast
- **Visuals**: LightSpeed logo, WCEU footer, Mermaid diagrams, icons

---
## Acknowledgements

**Last Updated**: May 30, 2026 (Phase 2 In Progress)
This work is inspired by the open sharing in `github/awesome-copilot`, which has been incredibly useful for agent, instruction, and skill design patterns.
Loading
Loading