Ekko-Coleman
- 1 skill
- 0 followers
- 17 hours ago last updated
- ▌ Loopita · ekko-coleman bundleUse at the start of complex or large work — shipping several features at once, big refactors or migrations across many files, "keep going until it's green" loops, or researching and comparing multiple options — even if the user never says "orchestrate." Loopita picks a strategy (a single pass, a loop with an explicit end condition, or a parallel swarm of sub-agents), breaks the work into scoped slices, keeps your main context lean, and produces an audit trail. Especially reach for it when a task is too big to track in one context or benefits from running sub-agents in parallel.