What problem does it solve?
This Skill solves the problem of reliably running multi-agent work by provisioning and governing fleet “members” (local or remote), securely managing credentials and permissions, and dispatching commands or LLM prompts in a controlled way.
Core Features & Use Cases
- Member lifecycle management: register, list, inspect details, update metadata, and remove members.
- Secure onboarding & auth provisioning: set up SSH auth for remote members, provision LLM auth, and provision/revoke VCS credentials (GitHub/Bitbucket/Azure DevOps) with reusable secret storage.
- Permissions and safe dispatch: compose provider-native permission configs, enforce denial handling, and manage unattended execution modes safely.
- Work execution & orchestration: run shell commands (execute_command) and dispatch agent reasoning tasks (execute_prompt) with timeouts, resume behavior, concurrency guards, and cancellation via stop_prompt.
- File transfer & persistence: push/pull files between orchestrator and members, and track long-running work using Beads (bd) for durable session/task recovery.
Quick Start
Ask the AI to register two members for a project, compose permissions, then execute a plan-to-implementation flow by dispatching the doer via execute_prompt and the reviewer via execute_prompt.