bloop

Orchestrate multi-persona workflows with stateful handoffs and gate-based coordination.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/drusifer/via --skill bloop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bloop
Source: https://github.com/drusifer/via/tree/main/agents/skills/bloop
Command: npx skills add https://github.com/drusifer/via --skill bloop

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about bloop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-persona workflows to run autonomously from start to finish?

You can automate multi-persona workflows by triggering a top-level loop command that runs the entire persona chain to completion. The system enforces state saving and inter-persona handoffs between each step, completing end-to-end processes without requiring manual invocation.

What is stateful execution in autonomous workflow orchestration?

Stateful execution in workflow orchestration saves the current context between each step before transferring control to the next persona. This mechanism prevents blind transitions, ensures gate-based coordination, and provides clear failure recovery during end-to-end process automation.

How do I manage handoffs between different personas during bug triage or sprint planning?

Inter-persona handoffs are managed automatically by enforcing state saving before transferring control to the next persona in the chain. This gate-based coordination ensures explicit handoffs, avoiding blind transitions during complex processes like bug triage or feature development.

Can I control a single persona directly instead of running the full autonomous chain?

Yes, you can bypass the full autonomous loop and control a single persona directly by using specific chat commands. This allows you to invoke individual steps on demand rather than executing the entire end-to-end persona chain.

When should I use autonomous workflow orchestration instead of direct single-persona commands?

Autonomous workflow orchestration should be used when you need a complete end-to-end workflow rather than a single-persona response. It is applicable for complex processes like feature development, bug triage, and sprint planning across teams that require hands-off handoffs.