From 968475804cc20c96b6751e6b9b2c1c211c720214 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 20 Feb 2026 22:14:45 +0000 Subject: [PATCH] Update README with project purpose and capabilities Replaces the placeholder heading with a concise description of what Meister-Eder does, its channels, and current status. https://claude.ai/code/session_01XinJbQWij74daNnyZ9grSw --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ef7a3d..24af565 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ -# Meister-Eder \ No newline at end of file +# Meister-Eder + +AI-powered conversational registration system for **Spielgruppe Pumuckl**, a playgroup run by Familienverein Fällanden (Fällanden, Switzerland). + +Replaces a static Google Forms workflow with an AI agent that guides parents through child registration via natural conversation — over email or a web chat interface. + +## What it does + +- Guides parents through registration one question at a time, adapting to their responses +- Answers questions about fees, schedule, and policies from a curated knowledge base +- Validates and stores completed registrations as structured data +- Notifies playgroup administrators on completion, routed by playgroup type +- Supports German and English; defaults to German + +## Channels + +| Channel | Description | +|---------|-------------| +| Web chat | Real-time, session-based | +| Email | Async, thread-tracked; reminders on days 3, 10, 25 | + +## Status + +Greenfield — specification complete, implementation not yet started.