Use when the user wants to plan or refresh the daily place-story Reels calendar — deciding which 景點 to feature each day/week, rebalancing the theme mix after a metrics review, doing the period-end 檢核 (e.g. 8/3), or when lorescape-metrics IG analysis finishes and next period's selection is due. Triggers on 「規劃景點 calendar」「排 Reels 景點」「下週/下月選點」「調整題材配比」「月底檢核」. Local, read-only on Supabase; writes only marketing/content-calendar/.
Lorescape 每月行銷月報 — 從 lorescape-metrics 累積的 data/metrics CSV 讀取最近 30 天資料、對比前月,輸出策略學習與下月計畫。Use when "monthly audit", "monthly marketing review", "monthly report", "executive marketing review", "month-end audit", "月報", "本月數據", "月度審計", "月度行銷檢查", or any request for a 30-day marketing audit for Lorescape.
Lorescape 每週行銷週報 — 從 lorescape-metrics 累積的 data/metrics CSV 讀取最近 7 天資料、對比前週,輸出健康評分與行動清單。Use when "weekly audit", "weekly marketing review", "weekly check-in", "weekly scorecard", "what changed this week", "Friday marketing review", "每週審計", "本週數據", "週報", "每週行銷檢查", or any request for a recurring 7-day marketing audit for Lorescape.
Use when producing the daily-story reel/video for a Lorescape place — the place-photo, aspect-switching, narration-text style rendered locally (NOT Google Flow). Triggers on 「產每日故事影片」「做 reel / 短影片」「不要用 flow 做影片」「把今天的故事做成影片」, and lorescape-manual-daily-story's post-publish video step. Covers preparing the story, condensing narration, rendering, and muxing BGM.
Use when the user wants to update Lorescape's accumulating daily metrics — Google Search Console search traffic, GA4 landing + app traffic, Instagram account reach/followers, per-post IG/Reels insights, Reels 24h/48h/7d insight snapshots from IG App screenshots, RevenueCat subscription/revenue snapshot, or App Store / Play downloads & ratings. Triggers on 「產品數據報告」「這週/這月數據」「抓 GSC / 搜尋流量」「GA4 / landing / App 流量」「IG 數據 / 觸及」「每則貼文 / 貼文成效」「reel 洞察 / 截圖數據」「訂閱 / 營收 / MRR / RevenueCat」「App 下載 / 評分」. Sources via API (GSC / GA4 / IG / RevenueCat / App Store Connect / Play reports bucket);Reels 快照另由使用者提供 IG App 洞察截圖. Accumulates into in-repo CSVs (data/metrics/*.csv, gitignored), one file per source. Local, read-only, does not touch the server.
Use when the user starts the day's work on Lorescape — 「開工」「開始今天的工作」「先處理 scheduler」「今天要做什麼」/lorescape-scheduler — to read SCHEDULE.md, verify from artifacts which routine items are already done, list today's todos, and drive them in order by invoking each item's skill.
Use when the user wants to manually generate, review, regenerate, or publish a Lorescape daily story (the server's 08:00 cron is paused via DAILY_STORY_ENABLED=0), pick the next place from daily_story_places, fix/overwrite a specific date's daily story in Supabase, gather Unsplash photos of the place, resolve a missing cover image, or — only after the user publishes — render the daily-story reel of the place (place photos + aspect-switching + narration text, locally via Remotion — NOT Google Flow; via the lorescape-daily-reel skill).
Use when debugging the Lorescape daily-story pipeline — diagnosing today's review/publish state, why an IG post didn't go out, scheduler or timezone drift, what commit is deployed on the VPS, mismatches between Supabase rows and the Discord review message, or inspecting sync tables (journey_entries / quick_guide_entries / trips / saved_locations). Strictly read-only.