hive-drive

Manage Plugin Hive swarm execution loops with wave-based worker monitoring.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/twofoldtech-dakota/plugin-hive --skill hive-drive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-drive
Source: https://github.com/twofoldtech-dakota/plugin-hive/tree/main/skills/hive-drive
Command: npx skills add https://github.com/twofoldtech-dakota/plugin-hive --skill hive-drive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the end-to-end execution of Plugin Hive swarms, removing the need for manual intervention in monitoring and advancing swarm progress.

Core Features & Use Cases

  • Autonomous Swarm Coordination: Manages the entire lifecycle of a swarm, from initiation to completion or failure.
  • Wave-Based Execution: Utilizes a robust loop to pollinate, spawn worker bees, monitor progress, and handle swarm status updates.
  • Error Handling & Safety: Includes checks for stalled swarms, maximum wave limits, and gated approvals.
  • Use Case: Start a complex feature-dev swarm for a new authentication system and let hive-drive manage its progress, including handling any necessary approvals for gated flights, until it's successfully completed.

Quick Start

Use /hive-drive feature-dev Add user authentication system to start and autonomously manage a new swarm.

Frequently Asked Questions about hive-drive

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

FAQPage Schema
How do I automate AI agent swarm execution from start to finish?

You can automate AI agent swarm execution by using a wave-based loop to spawn worker bees, monitor progress, and handle gated approvals. This removes manual intervention by managing the lifecycle from initiation to completion.

What is wave-based orchestration for autonomous workflows?

Wave-based orchestration is an execution loop that pollinates tasks, spawns background worker bees, and monitors swarm status updates. It progresses workflows autonomously until a completion or failure state is reached.

How do I handle gated approvals in an autonomous workflow?

Handling gated approvals in an autonomous workflow involves monitoring swarm progress and pausing execution to intercept necessary permissions. The process waits for approval before advancing to the next wave of worker bees.

Can I use background workers to manage complex feature development autonomously?

Yes, you can spawn background worker bees to manage complex feature development like a new authentication system. The swarm coordinates the entire process autonomously, including handling necessary approvals.

What safety mechanisms prevent stalled swarms during orchestration?

Safety mechanisms like epoch checking and beekeeper checks prevent stalled swarms during orchestration. The system also enforces maximum wave limits to halt execution if progress stalls or exceeds safe boundaries.

Does hive-drive require manual intervention to advance swarm progress?

No, hive-drive does not require manual intervention to advance swarm progress. It autonomously monitors status updates and advances the wave-based execution loop until the swarm successfully completes or fails.