loops

Orchestrate multi-persona workflow chains with persistent state and handoffs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate end-to-end workflows by chaining multiple personas to act in sequence, saving time and reducing manual orchestration.

Core Features & Use Cases

  • Autonomous persona chains: Each persona completes its role, saves state, and posts a handoff before transitioning.
  • End-to-end workflow automation: Orchestrates complex tasks across multiple personas (e.g., *fix, *impl, *qa, *review, *plan sprint) without user intervention.
  • Gatekeeping and recovery: Enforces handoff gates, supports backtracking in failure, and ensures state persistence and traceability.

Quick Start

Begin a loop workflow by issuing a command like *fix <thing> to trigger the first persona and let the chain progress automatically.

Frequently Asked Questions about loops

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

FAQPage Schema
How do I automate end-to-end development workflows across multiple personas?

Automate end-to-end workflows by chaining multiple personas to act in sequence, enabling hands-off progress. Each persona completes its role, saves state, and posts a handoff before transitioning to the next.

How does state management work during a multi-persona handoff?

State management during a handoff relies on persistent per-symbol state and explicit handoff gates. This ensures state persistence and traceability, allowing the next persona to resume the workflow seamlessly.

Can I backtrack and recover from failures during autonomous workflow orchestration?

Autonomous workflow orchestration supports robust failure handling by enforcing gatekeeping and recovery. It supports backtracking in failure scenarios to ensure the workflow can recover and resume correctly.

What is the best way to start an autonomous AI automation loop for a coding task?

Begin a loop workflow by issuing a command like *fix <thing> to trigger the first persona. The chain then progresses automatically through subsequent personas like *impl, *qa, and *review without manual intervention.

Does multi-persona workflow automation require manual intervention between stages?

Multi-persona workflow automation does not require manual intervention between stages. It orchestrates complex tasks across multiple personas autonomously, saving time and reducing manual orchestration overhead.