What problem does it solve?
Blockers in complex tasks can stall progress; Looper provides a disciplined pattern to document the blocker, analyze root causes, generate multiple alternatives, and iteratively attempt the next best option until resolution.
Core Features & Use Cases
- Blocker documentation: Record what happened, when, and why it blocked progress to preserve context.
- Root-cause analysis: Systematically identify the underlying reasons for the blocker.
- Alternative generation: Propose at least three viable approaches and compare their feasibility.
- Iterative execution: Switch to the next best approach after each attempt and track outcomes.
- Integration readiness: Works with debugging workflows, planning sessions, and cross-team collaboration.
Quick Start
Describe the blocker and the goal, then ask for a structured looper run to generate and evaluate alternate paths.