LEARN · 3 MIN
Build your own loop
Define one by hand, or let Loopify interview you.
Defining a loop is answering five questions.
- What is the job?
- What steps repeat on each pass?
- What proves a pass worked?
- When should it stop?
- What needs your approval?
Here is a simple example: check three feeds every morning and summarize what changed. The repeated steps are fetch the feeds, compare with the last saved state, keep only new items, write a short summary, and save the new state. The check is that every item has a source URL and the summary is empty when nothing changed. The stop condition is no new items, a complete summary, or an error that needs a human. Approval is needed before posting publicly or changing the feed list.
You can define that by hand. Or paste the Loopify prompt and let your agent interview you one question at a time.
Fetch https://loopmaster-ai.pages.dev/skills/loopify/SKILL.md and follow it.
Interview me, one question at a time, to define a loop for a job I want
done: the goal, the steps to repeat, how to check each pass worked, and
when to stop. Don't set up or schedule anything until I approve the plan.Paste this into your agent
Fetch https://loopmaster-ai.pages.dev/skills/loopify/SKILL.md and follow it.
Interview me, one question at a time, to define a loop for a job I want
done: the goal, the steps to repeat, how to check each pass worked, and
when to stop. Don't set up or schedule anything until I approve the plan.Copy this into your agent when you are ready.