powerloop
Installation
SKILL.md
powerloop — Structured Loop with Quality Phases
An enhanced /loop that wraps recurring tasks in a Plan → Execute → Review → Sample cycle. Track progress per item, dispatch work to SubAgents, and auto-stop when quality sampling passes.
Interactive Setup Flow
When invoked, guide the user through these questions in order. Adapt phrasing naturally — do not dump all questions at once.
Step 1: Goal
Ask what the user wants to accomplish. Examples:
- "Refactor all UI components"
- "Implement remaining features from SPEC.md"
- "Convert all class components to function components"
Rephrasing for clarity is fine, but do not drop qualifiers, scope constraints, or edge-case notes — these details affect how SubAgents make judgment calls later. If you need to condense, confirm the rewritten goal with the user before proceeding.
Derive a short lowercase identifier from the goal for the progress file name (e.g., refactor, spec-impl, migrate).