**Return brief — Neighborhood volunteer signup**

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

**Decided, keep as-is.** No sign-in for volunteers (the form still collects name and email — that's "no auth," not anonymity). The coordinator manages capacity by hand in the pilot. A waitlist is deferred, not rejected. RSVP fields stay exactly `name`, `email`, `role`.

**Where you stopped.** Right after settling scope, before any code. I verified the project root today: still only `PROJECT.md`, `.bakery/`, `.claude/` — no source files, not a git repo. No drift from the checkpoint. Nothing has been built or tested, so there are no test results either way.

**Can't recover.** Why those decisions were made beyond the wording above, and the real event details — date, location, and the actual role list appear nowhere in the project.

**Next step.** Build one increment: a static signup page rendering date, location and roles plus the three-field RSVP form. That needs the event details — supply them, or say to invent placeholders.
