Focus Mode
Trigger on "focus mode", "focus time", "deep work", "study session", "start a pomodoro", "集中モード", "勉強モード", "ポモドーロ".
Default flow
- Set lights to a steady 70% via
execute_commandwith{device_type:"light", action:"set_brightness", parameters:{brightness:70}}. Bright enough to read by, low enough to avoid eye strain. - Drop the speaker volume to 20 via
set_volumeso notifications and filler phrases stay quiet. - Call
clear_notificationsonce so the first stretch is interrupt-free. - If the user asks for a Pomodoro: default to a 25-minute timer via
set_timer(seconds=1500). If they specify a duration ("45 minute focus"), honor it. - After the focus block ends and the user signals "break", suggest a short 5-minute timer.
Style
- One short confirmation: "Focus on." or "Let's focus."
- No interruptions until the timer fires.
- When the timer fires, a single short prompt: "Focus block done. Take a break?"
- If the user says "focus over" / "stop focusing", restore lights to 100% and volume to 50.