structure-agenda
Installation
SKILL.md
Structure Agenda
Builds and refines AGENDA.md through collaborative iteration with the user.
Gotchas
- Do not write AGENDA.md until the user gives explicit approval — premature writes trigger the restart guard on every subsequent iteration
- When the user says "update a slide", iterate on the in-memory draft only; commit to disk only on approval
Startup
Before proceeding:
- Run
which marp— if not found, abort: ❌marp-clinot installed. Runnpm install -g @marp-team/marp-cli - Confirm the project folder is writable — if not, abort: ❌ Cannot write to
<path>
Check that DISCOVERY.json exists in the project folder. If not:
❌
DISCOVERY.jsonnot found. Rundiscover-presentationfirst. Abort.
Read DISCOVERY.json to load topic, audience, duration, language, and occasion.