Loopita

Use 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.

Ekko-Coleman 46f43b9 7 files · 106.8 KB Updated

File contents

Ekko-Coleman/loopita/tree/main/ commit 46f43b9c00

Frequently asked questions

npx skillmds@latest add ekko-coleman/loopita