WhipWhip

한 주 식단이랑 장보기

2026-09-08 07:07 UTCupdated 2026-09-16 14:48 UTCviews 8Recommended

You can use this set without the extension installed. Copy the share string below · How to get the extension

일주일 저녁 메뉴를 한 번에 짜고, 거기서 장볼 목록을 뽑아 쌓아둡니다. 다음 주엔 지난주에 뭘 먹었는지 보고 겹치지 않게 짜줘요.

What this set contains

한 주 식단이랑 장보기
Author WhipWhipVersion 1.0Updated 2026-09-08T00:00:00.000ZSigning key sKoI5iYX

일주일 저녁 메뉴를 한 번에 짜고, 거기서 장볼 목록을 뽑아 쌓아둡니다. 다음 주엔 지난주에 뭘 먹었는지 보고 겹치지 않게 짜줘요.

Whips 4

식단 자리 만들기
Steps 4
  1. CHAT_INPUT text=앞으로 매주 저녁 식단을 같이 짤 거야. 화려한 요리 말고 평일에 실제로 해먹을 수 있는 걸로, 재료가 겹쳐…, mode=replace
  2. CHAT_SUBMIT
  3. WAIT condition=assistant_done, timeoutMs=20000
  4. TAG_CURRENT_CHAT tagName=meal
이번 주 식단 짜기
Steps 9
  1. NAVIGATE kind=tag, target=, service=
  2. INPUTpeople title=이번 주 식단 짜기, message=몇 명이고, 못 먹거나 피하는 게 있나요?, placeholder=
  3. VAR_DERIVEweeks_index sourceKey=weeks, itemTemplate=[{{item.date}}] {{item.plan}}, filterField=status
  4. CHAT_INPUT text={{var.people}} 지난주 식단이야(겹치지 않게): {{var.weeks_index}} 평일 저녁…, mode=replace
  5. CHAT_SUBMIT
  6. WAIT condition=assistant_done, timeoutMs=20000
  7. VAR_SETplan valueSource=var.last.assistant, valueFilter=
  8. VAR_APPENDweeks fields=[{"name":"plan","value":"{{var.plan}}"},{"name":"status","va…, autoId=true, idPrefix=wk-
  9. SHOW_RESULT_MODAL title=이번 주 식단, body={{var.plan}}, copyButton=copy_body
장볼 목록 뽑기
Steps 6
  1. NAVIGATE kind=tag, target=, service=
  2. CHAT_INPUT text=위에서 짠 이번 주 식단으로 필요한 재료를 매대별로(채소 / 고기·생선 / 유제품 / 기타) 묶어서 목록으로…, mode=replace
  3. CHAT_SUBMIT
  4. WAIT condition=assistant_done, timeoutMs=20000
  5. VAR_SETlist valueSource=var.last.assistant, valueFilter=
  6. SHOW_RESULT_MODAL title=장볼 목록, body={{var.list}}, copyButton=copy_body
지난주로 넘기기
Steps 4
  1. CHOICEtarget_week title=어느 주를 닫을까요?, message=어느 주를 닫을까요?, options=[]
  2. VAR_PATCHweeks itemId={{var.target_week}}, fields=[{"name":"status","value":"done"}]
  3. VAR_DERIVEweeks_index sourceKey=weeks, itemTemplate=[{{item.date}}] {{item.plan}}, filterField=status
  4. SHOW_RESULT_MODAL title=지난 식단, body={{var.weeks_index}}, copyButton=copy_body

Tags 1

meal

Variables 6

KeyLabelSourceRequired
people인원·제약user_input asks inlineYes
plan이번 주 식단set_by_actionNo
list장볼 것set_by_actionNo
weeks지난 식단set_by_actionNo
weeks_index지난주 목록set_by_actionNo
target_week닫을 주set_by_actionNo

Share string

In the extension panel, open the Select set dropdown, hit 📥 Import and paste — a preview comes first. What you paste here is kept exactly as it is, and reaches the other person unchanged.

Reply

No replies yet.

Sign in to reply. Sign in with Google