loop-me

Grills users to produce workflow specifications for recurring life loops.

2|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/IsKenKenYa/skills --skill loop-me-iskenkenya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop-me
Source: https://github.com/IsKenKenYa/skills/tree/main/skills/in-progress/loop-me
Command: npx skills add https://github.com/IsKenKenYa/skills --skill loop-me-iskenkenya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a vague idea for automating a recurring activity into a buildable workflow spec is hard; this Skill runs a relentless grilling interview that resolves every open question until an implementer agent could build the workflow without asking anything. ## Core Features & Use Cases - Stateful Grilling Sessions: Runs a round-by-round interview with a recommended answer attached to each question, creating, editing, and deleting specs as decisions resolve. - Loop Discovery Lens: Identifies recurring patterns in your career, week, or daily routines worth delegating, and proposes loops you have not noticed. - Workflow Spec Management: Maintains one spec per workflow in workflows/*.md as the source of truth, plus a NOTES.md capturing your tools, channels, and terminology. - Use Case: You want to automate your morning email triage. The Skill interviews you about triggers, checkpoints, and briefs until a complete spec exists that an implementer agent can build directly. ## Quick Start Ask the agent to grill you on a workflow you want to build, for example your weekly report routine, and let it write the spec into the workflows directory.

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?

Run a grilling session that interviews you one round of questions at a time about your recurring loop. Each resolved answer is written into a spec file under workflows/*.md until an implementer agent could build it without asking anything.

What is a loop in workflow automation design?

A loop is a recurring pattern in your life, such as your morning routine or weekly review, that is predictable enough to delegate. A workflow is the specification of one loop, and running the workflow instantiates that loop.

Does a workflow spec require AI or scheduled triggers?

No. The Skill mandates nothing structural: a workflow needs no AI, no checkpoint, and no schedule unless the grilling shows it does. Triggers can be events like a new email or schedules like every morning.

When is a workflow specification considered done?

A spec is done when an implementer agent could build it without asking a single question. The grilling continues until every open question is resolved, and nothing counts as done while a question remains.

What is the difference between a checkpoint and a brief in a workflow?

A checkpoint is a human-in-the-loop point where you verify or decide something. A brief is what the checkpoint presents: a tight, decision-ready summary with a link to the underlying asset, never the raw output.