How work becomes repeatable — without building a complicated workflow machine.
What you'll learn
- The difference between a skill and a routine
- The safe order: one good task → skill → routine
- What belongs in a solid skill
- How to start a routine (and why you test first)
Lesson
In Lesson 1 you met Bots. In Lesson 2 you met their computer. Lesson 3 is about repeating good work on purpose.
Grok Bot uses two building blocks:
- A skill = how to do a job (reusable instructions).
- A routine = when one Bot should run a job (on a schedule, or after an event when that is supported).
The golden order
- Do the task once.
- Fix it until the result is reliable.
- Save the method as a skill.
- Only then turn it into a routine.
Don’t automate a messy process. Automate a process you’ve already seen work.
What a good skill includes
When you ask a Bot to save a skill, tell it to capture:
- When to use it