loop-me

Interviews users to produce workflow specifications for recurring life loops.

Updated Sep 19, 2026
One-click install
npx skills add https://github.com/Ab0umar/selrs.cc.BU --skill loop-me-ab0umar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: loop-me
Source: https://github.com/Ab0umar/selrs.cc.BU/tree/main/.agents/skills/loop-me
Command: npx skills add https://github.com/Ab0umar/selrs.cc.BU --skill loop-me-ab0umar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It turns vague ideas about automating recurring activities into complete workflow specifications by grilling the user with structured rounds of questions until nothing is left ambiguous. ## Core Features & Use Cases - Stateful Grilling Sessions: Runs a relentless question-and-answer loop, one round at a time, each with a recommended answer, aimed only at producing workflow specs. - Loop Discovery Lens: Identifies recurring patterns in the user's career, week, or daily routines that are worth delegating, including ones the user has not noticed. - Spec File Management: Creates, edits, and deletes workflow specs in workflows/*.md and maintains raw context in NOTES.md as grilling resolves decisions. - Use Case: You want to automate your morning email triage. The skill interviews you about triggers, checkpoints, and briefs until an implementer agent could build the workflow without asking a single question. ## Quick Start Ask the assistant to start a loop-me session to design a workflow for a recurring task you want to delegate.

Frequently Asked Questions about loop-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a recurring task into an automation spec?▼

Start a grilling session describing the recurring task. The skill asks one round of questions at a time, each with a recommended answer, and writes the resolved decisions into a workflow spec file until an implementer could build it without asking anything.

What is a workflow spec and where is it stored?▼

A workflow spec is the written definition of one recurring loop, covering its trigger, checkpoints, and briefs. Specs live as markdown files in the workflows directory and serve as the single source of truth for implementation.

Does every workflow need AI, checkpoints, or a schedule?▼

No. The skill mandates nothing structural. A workflow may run autonomously with no checkpoints, use no AI at all, or be triggered by an event rather than a schedule, depending entirely on what the grilling reveals.

When should I use event triggers versus schedules?▼

Event triggers fire a workflow when something happens, such as a new email or issue, and are usually more efficient. Schedules run at fixed times, like every morning, and suit loops with no detectable triggering event.

What happens if my notes about tools and routines are empty?▼

The skill interviews you about your world first, recording the tools you use, the channels you process, and your own terminology in NOTES.md before specifying any workflow, sharpening fuzzy terms into canonical ones.