Operations Journey Canvas Building
Automatically parse a natural-language description into structured intent JSON for an operations flow and generate a Mermaid flowchart preview, taking operations automation from idea to executable canvas in a single conversation.
User path
step to stepThe Operations Flow Canvas Creation Skill is an operations-automation intent-parsing capability in ThinkingAI's industry Skill library. Starting from a natural-language description of the business scenario, it helps operations teams automatically parse it into structured intent JSON for the operations flow canvas, including the complete flow structure of entry trigger, target audience, push channels, branch conditions, and judge nodes, and generate a Mermaid flowchart preview to confirm. This is ThinkingAI's decade of industry experience, packaged into ready-to-use Skills.
Live walkthrough
message_pushjudge for two-way branches, and split the delayed check into wait + judgefirst_mic_on event count = 0The canvas breakdown is complete. Your description was parsed into a three-branch journey with 12 nodes and 11 edges: mic-off guidance, next-day room recall, and mic-on first-gift nudge, with each path ending in an end node. Node details for a sample voice-chat platform (demo) follow.
1. Journey canvas nodes
| Stage | Trigger / condition | Action | Goal |
|---|---|---|---|
| Entry | Event trigger: register | Users registered in the last 7 days enter | Full coverage, about 2,380/day |
| Decision 1 (judge) | first_mic_on = 0 on signup day | Met → Push 1; not met → Decision 3 | Route mic-off users separately |
| Push 1 + wait (action + wait) | Fires when Decision 1 is met | Send the 'mic guidance' Push, wait 24 hours | Day-one mic rate 31% → 40% |
| Decision 2 + Push 2 | first_mic_on still 0 after 24 hours | Send the 'popular rooms' Push | Lift next-day return |
| Decision 3 + Push 3 | Mic on and send_gift = 0 within 3 days | Send the '$1 newcomer first-gift' | First-week gifting penetration 18% → 25% |
| End (end ×4) | Terminus of each path | Mark the journey complete | Intent JSON forms a graph, no dangling branches |
2. Canvas design logic
judge (met / not-met binary) rather than split: with no more than two branches, judge is semantically tighter and the logic won't drift after launchwait + judge, rather than stuffed into the trigger condition: so you can adjust the wait time on its own later without touching the whole journeyOn your data
That was a simulated run
Leave your work email and we will run a live walkthrough on your real business data.
The problem
The flow canvas is the core tool of automated operations, yet more than 70% of operators struggle to structure a flow: they know they want a churn win-back or an onboarding guide but aren't sure how to break it into trigger conditions, audience filtering, channel selection, branch judgments, and wait nodes, averaging 2 to 3 hours per flow design. Choosing the wrong node type is also common, causing the flow logic to deviate from expectations once live.
What it does
When to use it
Designing a new-user activation flow, such as onboarding to first-payment conversion
Designing a churn win-back flow, such as N days without login to a push and then a judge on whether they returned
Designing a payment-conversion flow, such as a judge after a trigger event that routes to different push paths
Designing a scheduled push flow, such as reaching a specific audience daily or weekly
Designing an A/B test flow, splitting by percentage to compare the effect of different strategies
In the field
FAQ
Can this Skill create the flow directly?
No. It produces structured intent JSON, which a downstream flow-node builder converts into the final deployable flow configuration.
What is the difference between split and judge?
split is for three or more branches or an A/B test, while judge is for a two-path met/not-met decision.
Which push channels are supported?
It supports message_push (Push/FCM/Apns/JPush), wechat_push, and webhook_push (custom Webhook/gift pack/popup/email/SMS).
Related Skills
Equip your Agent with Operations Journey Canvas Building
Book a demo and see how it works in your own business.
