**Neighborhood volunteer signup — where you left off**

**Goal:** A small signup page for a fictional neighborhood volunteer event. Visitors see the date, location and roles and submit an RSVP; the coordinator gets a readable list. No backend.

**Decisions to keep:** No accounts or sign-in for volunteers (the form still collects name and email, so it's unauthenticated, not anonymous). The coordinator manages capacity by hand during the pilot — no limit logic. A waitlist is deferred, not rejected. RSVP fields stay exactly `name`, `email`, `role`.

**Where you stopped:** Right after settling scope, before any code. I checked the project root: still only `PROJECT.md`, `.bakery/` and `.claude/` — no application source, nothing built or tested. That matches the checkpoint, so no drift. Not a git repo.

**Still open:** where RSVPs are stored and how the coordinator's list is produced; and the actual event date, location and role list, which appear nowhere in the project.

**Proposed next step:** Build just the static signup page — date, location, roles, and the RSVP form with those three fields. Want me to invent placeholder event details, or will you supply them?
