What problem does it solve?
Top-level loop commands (Bloop) that run multi-persona chains autonomously without the user needing to invoke each step.
TLDR:
Use Bloop commands when you want a full workflow, not a single-persona response.
Each loop runs its persona chain to completion — saving state and posting handoffs at every step.
For direct single-persona control, use *chat @persona *command instead.
Core Features & Use Cases
- Trigger autonomous chains of personas to complete end-to-end workflows.
- Enforce state saving and inter-persona handoffs between steps to avoid blind transitions.
- Apply to end-to-end feature development, bug triage, and process automation across teams.
Quick Start
Invoke a complete autonomous loop using bloop to run the full persona chain from start to finish.