diff --git a/frontend/src/app/pages/Workflows/app/ComposeView.tsx b/frontend/src/app/pages/Workflows/app/ComposeView.tsx index b128bf74..059cd2ef 100644 --- a/frontend/src/app/pages/Workflows/app/ComposeView.tsx +++ b/frontend/src/app/pages/Workflows/app/ComposeView.tsx @@ -14,12 +14,16 @@ import StepsCard from './StepsCard'; import SaveGuard from './SaveGuard'; import type { AppNav } from './types'; +// Starter prompts sent verbatim, so each reads as a real ask the agent can turn +// into steps + a schedule. Spread across personas so most people see one that +// fits: work, money, research, learning, lifestyle, monitoring. const NEW_CHIPS = [ - 'Summarize my inbox each morning', - 'Draft replies to important emails', - 'Send me a daily news digest', - 'Weekly report from my calendar', - 'Watch a webpage for changes', + 'Summarize my inbox each morning and draft the key replies', + 'Every Sunday, recap my spending, subscriptions, upcoming bills, and any weird charges', + 'Weekly digest of new research and trends in my field', + 'Each morning, teach me something new in five minutes', + 'Friday afternoon, plan my weekend from the weather and what\'s nearby', + 'Watch a webpage and alert me when it changes', ]; // Short provisional name from the first message so the workflow isn't "Untitled" @@ -120,7 +124,7 @@ const ComposeView: React.FC<{ nav: AppNav }> = ({ nav }) => { if (!workflow) { return ( -