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:

  1. Run which marp — if not found, abort: ❌ marp-cli not installed. Run npm install -g @marp-team/marp-cli
  2. 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.json not found. Run discover-presentation first. Abort.

Read DISCOVERY.json to load topic, audience, duration, language, and occasion.

Installs
19
Repository
ken-guru/skills
GitHub Stars
1
First Seen
May 26, 2026
structure-agenda — ken-guru/skills