loop-me

Interviews users to produce workflow specifications for recurring life loops.

Updated May 9, 2024
One-click install
npx skills add https://github.com/AceCodePt/dotfiles --skill loop-me-acecodept
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: loop-me
Source: https://github.com/AceCodePt/dotfiles/tree/main/.config/opencode/flows/loop-me
Command: npx skills add https://github.com/AceCodePt/dotfiles --skill loop-me-acecodept

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning vague ideas about automating recurring activities into concrete, implementable workflow specs 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 - Loop Discovery: Identifies recurring patterns in your career, week, or daily routines that are worth delegating, including ones you have not noticed. - Stateful Grilling: Asks one round of questions at a time, each with a recommended answer, and creates, edits, or deletes specs in workflows/*.md as answers resolve. - Shared Vocabulary: Applies concepts like triggers, checkpoints, push-right, and briefs only when a workflow actually calls for them. - Use Case: You want to automate your morning email triage. The Skill interviews you about your tools and channels, records them in NOTES.md, and produces a complete spec in workflows/email-triage.md defining the trigger, checkpoint, and brief format. ## Quick Start Ask the assistant to grill you about a workflow you want to build, such as 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 automation workflow spec?▼

Start a grilling session describing the recurring activity. The Skill asks rounds of questions with recommended answers, then writes a complete spec into workflows/*.md that an implementer agent can build from without further questions.

What is a loop in workflow design?▼

A loop is a recurring pattern in your life, such as your week, morning, or a repeated activity. A workflow is the specification of one loop made real, and running the workflow on the loop is its instantiation.

Does every workflow need AI 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 autonomously, and some use no AI at all.

What is a checkpoint and a brief in workflow automation?▼

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

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, creating and editing specs, until no open questions remain.