diff --git a/PROJECT.md b/PROJECT.md index b09ff6d..ab3618e 100644 --- a/PROJECT.md +++ b/PROJECT.md @@ -101,12 +101,36 @@ See `AGENT_INSTRUCTIONS.md` for how agents should approach development, testing, --- -## Questions for Paul +## Decisions Made (2026-03-23) -1. **Domain/URL:** Should this live at `recipes.paje.ca` or subdirectory? -2. **Initial users:** Just Anne and Elizabeth, or open to friends/family? -3. **Data migration:** Export from CopyMeThat, or start fresh? -4. **First priority after MVP:** Scraping extension or AI features? +1. **Domain/URL:** `recipes.paje.ca` ✓ +2. **Initial users:** Whole family (Anne, Elizabeth, Paul, Joseph) ✓ +3. **Data migration:** Export from CopyMeThat if possible (free tier may be limited now) +4. **First priority after MVP:** Recipe scraping extension (v1.0 milestone) + +--- + +## AI Features Vision (v2.0+) + +These are the "smart" features planned for future releases: + +### Cooking Intelligence +- **Ingredient substitutions** — "Out of buttermilk? Use milk + vinegar" +- **Meal planning** — Generate weekly menus from your recipe collection +- **Shopping lists** — Aggregate ingredients, de-duplicate, organize by grocery aisle +- **Recipe recommendations** — "You haven't made this in 3 months, try it tonight!" + +### Data & Integration +- **Nutrition estimates** — Calorie/macro breakdown via USDA database +- **Fintrove integration** — Track recipe costs, generate budget-aware meal plans +- **Recipe costing** — "This dinner costs $4.50/serving" + +### Advanced Input +- **Voice input** — Add ingredients/steps via speech-to-text +- **OCR import** — Scan physical recipe cards or cookbooks +- **Smart parsing** — AI-enhanced recipe extraction from non-standard sites + +**Why later?** Need MVP data (recipes + usage patterns) to tune AI features effectively. Scraping comes first so Anne & Elizabeth can import their existing collections. ---