/neuroflow:slideshow¶
Build a presentation from selected areas of the project.
/slideshow assembles a structured slide deck outline from your .neuroflow/ project memory. Pick which phases, analyses, figures, and findings to include; specify your audience and talk length; get a ready-to-export slide deck in Markdown/reveal.js or a structured text outline for PowerPoint or Keynote.
When to use it¶
- Before a conference talk or poster session
- For a lab meeting or group presentation
- For a thesis defense or progress review
- For a funder update or internal stakeholder presentation
What it does¶
Claude asks:
- What is this presentation for? (conference, lab meeting, defense, funder update, other)
- Who is the audience? (specialists, general neuroscience, mixed, non-scientists)
- How long is the talk? (determines slide count)
- Which phases or topics to include? (picks from what exists in
.neuroflow/) - Output format? (Markdown/reveal.js or structured text for PowerPoint/Keynote)
Then Claude loads the relevant phase content, synthesises key findings and figures, and produces a complete slide deck outline.
Slide structure¶
Every deck follows a fixed spine regardless of length:
| Slide | Content |
|---|---|
| Title | Project name, presenter, affiliation, date, venue |
| Agenda | Section list โ one line per topic |
| Per-phase sections | Section title slide + content slides (background, methods, results, limitations) |
| Summary | 3โ5 take-home bullet points |
| Future directions | Next steps (talks > 10 min) |
| Acknowledgements | Funding and collaborators |
| References | Papers cited in analyses or preregistration |
Slide count heuristic¶
| Talk length | Target slides |
|---|---|
| 5โ10 min | 8โ12 |
| 15โ20 min | 15โ22 |
| 30 min | 25โ30 |
| 45 min | 32โ40 |
Output formats¶
Markdown / reveal.js¶
---
title: "OddballStudy2026"
author: "J. Smith"
date: "2026-03-09"
theme: white
---
# OddballStudy2026
J. Smith ยท Institute of Neuroscience ยท 2026-03-09
---
## Agenda
- Background
- Methods
- Results
- Summary
---
## Methods
---
### Participants
- N = 24 adults (12 F), mean age 26.3 ยฑ 4.1 years
- Exclusions: 1 (excessive artefacts)
--
### EEG Acquisition
- 64-channel BrainProducts LiveAmp
- 1000 Hz sampling rate
- Online reference: FCz
Open with reveal.js or Slidev.
Structured text outline (PowerPoint / Keynote)¶
[SLIDE] Title
[TITLE] OddballStudy2026
[BULLET] J. Smith โ Institute of Neuroscience
[BULLET] Date: 2026-03-09
[SPEAKER NOTE] Greet the audience and introduce the study briefly.
[SLIDE] Agenda
[TITLE] Overview
[BULLET] Background
[BULLET] Methods
[BULLET] Results
[BULLET] Summary
[SLIDE] Results โ P300 Effect
[TITLE] Noise reduces P300 amplitude
[BULLET] Cluster at 350โ520ms (p = 0.012)
[BULLET] Amplitude reduction: 2.3 ยตV (Cohen's d = 0.71)
[IMAGE: figures/erp_comparison.png]
[SPEAKER NOTE] Point to the shaded cluster region on the figure.
Copy each [SLIDE] block into a new slide in PowerPoint or Keynote.
Output¶
The slide deck is saved as slideshow-YYYY-MM-DD.md in .neuroflow/slideshow/. If a file with the same date already exists, a version suffix is added (-v2, -v3, etc.).
Files read and written¶
| Direction | Files |
|---|---|
| Reads | .neuroflow/project_config.md, .neuroflow/flow.md, .neuroflow/{phase}/flow.md (for each selected phase), .neuroflow/fails/ |
| Writes | .neuroflow/slideshow/slideshow-YYYY-MM-DD.md, .neuroflow/slideshow/flow.md, .neuroflow/sessions/YYYY-MM-DD.md |
Related commands¶
/write-reportโ generate a prose report rather than a slide deck/notesโ capture rough notes that can seed a future slideshow/outputโ package the slideshow file along with figures for sharing/sentinelโ audit project consistency before presenting