loop-me

Interviews users to write workflow specifications for recurring life loops.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/falentio/cimi --skill loop-me-falentio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop-me
Source: https://github.com/falentio/cimi/tree/main/.agents/skills/skills/loop-me
Command: npx skills add https://github.com/falentio/cimi --skill loop-me-falentio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a vague idea for automating a recurring activity into a buildable specification is hard; this Skill runs a structured grilling session that asks relentless rounds of questions until a workflow spec is complete enough for an implementer agent to build without asking anything. ## Core Features & Use Cases - Guided grilling sessions: Runs a stateful question-and-answer loop with a recommended answer attached to each question, resolving ambiguity one round at a time. - Workflow spec authoring: Creates, edits, and deletes specs in workflows/*.md, treating them as the source of truth for each recurring loop. - Vocabulary and notes capture: Records the user's tools, channels, and terminology in NOTES.md, sharpening fuzzy terms into canonical ones before specifying anything. - Use Case: You want to automate your morning email triage. The Skill interviews you about triggers, checkpoints, and briefs, then writes a complete workflow spec an agent can implement directly. ## Quick Start Ask the assistant to start a loop-me session to design a workflow for your weekly report routine.

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 automated workflow spec?

Start a grilling session describing the recurring activity you want to delegate. The Skill asks rounds of questions with recommended answers about triggers, checkpoints, and outputs, then writes a complete spec into workflows/*.md that an implementer agent can build directly.

What is a workflow spec for personal automation?

A workflow spec is a Markdown document in workflows/*.md describing one recurring loop: its trigger (event or schedule), optional human checkpoints, and the brief presented at each checkpoint. It is done when an implementer could build it without asking questions.

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

No. The Skill mandates nothing structural; a workflow needs no AI, no checkpoint, and no schedule unless the grilling shows it does. Some workflows run fully autonomously, and some use no AI at all.

What is the difference between event and schedule triggers?

An event trigger fires a workflow run when something happens, like a new email or issue, while a schedule trigger fires on a cadence such as every morning. Event triggering is usually the more efficient choice.

When should I fill in NOTES.md before writing specs?

Fill NOTES.md first when it is empty or thin. The Skill interviews you about your world, tools, and channels, recording canonical terminology there before any workflow is specified, so specs use precise shared language.