One-click install
npx skills add https://github.com/geoyws/atmux --skill whip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whip
Source: https://github.com/geoyws/atmux/tree/main/plugins/atmux/skills/whip
Command: npx skills add https://github.com/geoyws/atmux --skill whip

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Keeps an atmux team moving by repeatedly nudging the lead to dispatch work, escalate only true blockers, and re-arm itself until progress resumes, without the user manually babysitting every 5-minute window.

Core Features & Use Cases

  • Unified autonomous loop: Runs a lead-side nudge cycle on a ~5-minute schedule to continue progress, handle real blockers, and keep coordination flowing.
  • Cadence control: Tunes how quickly the loop re-arms per team, including adaptive behavior and manual overrides.
  • Liveness watchdog (manual): Performs a one-shot driver-side liveness check to detect stalled behavior and page only when needed.

Quick Start

Tell the system to start the autonomous loop with the command /loop /atmux:whip.

Frequently Asked Questions about whip

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

FAQPage Schema
How do I automate agent orchestration and escalation for tmux-based teams?

Agent orchestration for tmux teams is automated by running an autonomous whip loop that nudges the team lead to dispatch work every five minutes. It adapts re-arm cadence over idle time and only sends Discord pings when true blockers require escalation.

What is a watchdog liveness check in autonomous coordination?

A watchdog liveness check in autonomous coordination is a manual, one-shot diagnostic scan that detects stalled behavior in a tmux team lead. It pages the user through Discord escalation only when progress has genuinely halted and intervention is required.

How do I set up cadence scheduling for ongoing tmux coordination sessions?

Cadence scheduling for tmux coordination is configured by reading team context and cadence settings from per-team files, then using ScheduleWakeup to re-arm the loop automatically. You can tune the dispatch cycle speed adaptively or apply manual overrides.

Does the autonomous whip loop require Discord integration to function?

Discord integration is not required for the core autonomous loop to function, but is necessary for escalation. The loop uses a shared ping-discord script to send alerts exclusively when specific blocker conditions are met during team coordination.

Can I manually override the adaptive re-arm cadence during a dispatch loop?

You can manually override the adaptive re-arm cadence by using the specific cadence control command. This allows you to tune how quickly the autonomous dispatch loop re-arms per team, overriding the default idle-time adaptation behavior.

When should I avoid using an autonomous dispatch loop for team coordination?

You should avoid using an autonomous dispatch loop for team coordination when tasks require continuous manual oversight or lack clear blocker conditions. The loop is designed for ongoing sessions where the lead can work independently and only needs escalation on true blockers.