Interview Kevin about recurring day-to-day work and turn it into agent-delegable workflow specs. Use when Kevin says "/loop-me", "loop me", "find work to delegate to AI", "what should I automate", "what day-to-day work can agents take over", or asks to design recurring workflows. Adapted from mattpocock/skills@loop-me.
Interview Kevin about recurring work until each useful loop is specified tightly enough that an implementer agent could build it without asking another question.
This is not a brainstorming chat. The output is a workflow spec: trigger, inputs, tools, checkpoints, approval gates, outputs, and a first implementation path.
kevin-wiki, use wiki/inbox/loop-specs/<slug>.md for candidate specs unless Kevin explicitly wants a committed workflow page. · In an application repo, use workflows/<slug>.md when the loop belongs to that repo. · Use NOTES.md for raw notes about the user's world, tools, channels, and terminology when the workspace is thin or the loop is not yet spec-ready.rg -n "<topic>|<tool>|<workflow>" workflows wiki/workflows wiki/inbox plans 2>/dev/null · qmd search "<topic>" if available.wiki/philosophies/no-one-off-work.md, wiki/tools/loopy.md, wiki/concepts/borrowed-intelligence.md, and wiki/projects/loop.md.A loop is a recurring pattern in Kevin's life or work: a morning routine, a repeated review, a weekly scan, a recurring build chore, or a repeated decision. A workflow is the spec that makes that loop delegable. Workflows run on loops.
Do not mandate AI, checkpoints, or schedules by default. Some workflows are scripts, some are agent tasks, some are read-only monitors, and some should not exist after the interview clarifies the actual cost.
Vocabulary:
Ask one question at a time. Keep the session moving by proposing concrete defaults and asking Kevin to correct them.
Cover these questions:
Useful vocabulary:
Write one file per loop:
---
title: <Loop Name>
type: workflow
status: candidate
created: YYYY-MM-DD
updated: YYYY-MM-DD
source: loop-me interview
tags: [loop, workflow, delegation, agents]
related: ["[[no-one-off-work]]", "[[tools/loopy|Loopy and Loop Library]]"]
---
# <Loop Name>
> One-line outcome.
## Trigger
What starts the loop.
## Current Path
How Kevin does it today.
## Agent-Delegable Path
What the agent should do instead.
## Inputs
Files, URLs, accounts, repos, people, calendars, APIs, or prior wiki pages required.
## Tools And Skills
Named tools, skills, MCPs, CLIs, scripts, or browser surfaces to use.
## Checkpoints
Human-readable proof points before writes, sends, deletes, payments, or external actions.
Push checkpoints right: present a decision-ready brief after the agent has prepared the
work, not before the agent has done anything useful.
## Output Artifact
The exact artifact the loop leaves behind.
## Acceptance Criteria
Concrete checks that mean the loop worked.
## Failure Modes
What can go wrong and how the agent should stop, ask, or recover.
## Implementation Brief
The first build ticket, script, skill change, or automation definition.
---
## Timeline
- **YYYY-MM-DD** | Created from loop-me interview. [Source: User]A loop spec is done when:
If the spec implies a recurring automation, propose the automation after the spec is complete. Do not silently create a scheduled job.
grill-with-docs for feature/product design interrogation.skill-creator when a completed loop should become an executable skill.codex-automation-admin when a completed loop should become a Codex automation.learn-from-projects when repeated work is discovered from transcripts instead of interview.Upstream: github.com/mattpocock/skills/skills/in-progress/loop-me/SKILL.md at 0877403d1e867fd9d574117e9b34ade404f36d2a.