loop-readiness
Installation
SKILL.md
Loop readiness review
This is a readiness review, not a gate. It never produces a pass/fail verdict or a single overall score — it reports what's present, what's missing, and what to consider per dimension, so the person deciding whether to start the loop has the full picture.
A "loop" here means any agent/process that runs multiple iterations with no human checking every step — an autopilot, a scheduled job, a long-running agent workflow, or anything similar. The review looks at the plan for that loop, not the loop itself — nothing gets executed during this review.
Step 1: Get the plan
- If a plan was given — as text or a file path — use it.
- If not, use the
grill-designskill if available. Otherwise, interview the user one question at a time to build up an understanding of the plan — what it's trying to do, and how it's supposed to know if it's working. One question per turn, never ask a compound question.