bau

Report atmux team commit cadence, kanban workload, and live agent state.

2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/geoyws/atmux --skill bau
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bau
Source: https://github.com/geoyws/atmux/tree/main/plugins/atmux/skills/bau
Command: npx skills add https://github.com/geoyws/atmux --skill bau

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, tmux, git, and includes scripts (resource) components.

What problem does it solve?

It prevents teams from silently stalling by turning operational signals (commit cadence, kanban state, and agent input/limits) into a clear BAU status report and escalation directive.

Core Features & Use Cases

  • Business-as-usual status check: Computes per-team verdicts (BAU, quiescent, dormant, rate-limited, stuck-input, saturated) for a configurable time window.
  • Velocity-fix escalation: When staleness crosses a threshold, it automatically pings the team lead with concrete remediation steps unless fixes are intentionally skipped.
  • Cockpit-wide or single-team scope: Detects whether you want to report across the cockpit or just the current team based on your tmux cage/session context.

Quick Start

Run /atmux:bau 24 to get a cockpit-wide BAU report for the last 24 hours with automatic velocity-fix escalation when needed.

Frequently Asked Questions about bau

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

FAQPage Schema
How do I monitor agent velocity and detect stalled tmux sessions?

To monitor agent velocity, you can run a business-as-usual status check that reports commit cadence, kanban workload, and live agent state to detect dormant, stuck-input, or rate-limited behavior across tmux sessions.

What is a BAU status check for automated team workflows?

A BAU status check computes per-team verdicts such as quiescent, dormant, or saturated for a configurable time window, turning operational signals like commit cadence and agent input limits into a clear execution health report.

How do I auto-escalate stalled kanban tasks to team leads?

You can auto-escalate stalled tasks by running a velocity-fix escalation that pings the team lead inbox with concrete remediation steps via tmux when staleness crosses a configured threshold.

Can I generate a BAU report for a single team instead of the entire cockpit?

Yes, the status check detects your scope based on tmux cage or session context, allowing you to generate a BAU report for either the entire cockpit or just the current team.

Do I need jq and git to run commit cadence monitoring?

Yes, the status check script requires jq, git, and tmux installed to parse operational signals, read repository commit history, and interact with the live agent sessions.