supervisor-designer

Configure Layer 2 domain supervisors for budget gating and health monitoring across 14 domains.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ShubhamManachekar/GeoSupply --skill supervisor-designer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supervisor-designer
Source: https://github.com/ShubhamManachekar/GeoSupply/tree/main/.agent/skills/supervisor-designer
Command: npx skills add https://github.com/ShubhamManachekar/GeoSupply --skill supervisor-designer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Layer 2 domain supervision for GeoSupply to manage budgets, scheduling, backpressure, and health monitoring across 14 domain supervisors in FA v3.

Core Features & Use Cases

  • Layer 2 domain supervisory pattern that standardizes budget gating, priority queuing, backpressure, and health checks.
  • Provides consistent implementations for 14 domain supervisors bridging SwarmMaster and Agents, with per-domain budget caps and escalation when budgets are exhausted.
  • Enables scalable task routing, failure handling, and observability for GeoSupply deployments.

Quick Start

Configure and deploy all 14 domain supervisors, enable budget gating, backpressure, and health checks, and monitor task routing between SwarmMaster and Agents.

Frequently Asked Questions about supervisor-designer

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

FAQPage Schema
How do I enforce budget gating across multiple domain supervisors?

Budget gating is enforced by configuring per-domain budget caps using a shared BaseSupervisor pattern. When a domain supervisor exhausts its budget_cap_inr, the system triggers escalation to reallocate resources and maintain operational continuity.

What is Layer 2 domain supervision in a multi-agent architecture?

Layer 2 domain supervision is an orchestration pattern that bridges SwarmMaster and Agents to standardize priority queuing, backpressure, and health checks across multiple domain supervisors. It ensures scalable task routing and failure recovery for complex deployments.

How do I manage backpressure and priority queuing for task routing?

Backpressure and priority queuing are managed through queue configurations within each Layer 2 domain supervisor. The shared BaseSupervisor pattern standardizes these mechanisms to control task flow between SwarmMaster and Agents during high-load scenarios.

Can I use this supervisor pattern to monitor health across 14 different domains?

Yes, this supervisor pattern supports health monitoring across 14 specific domains including ingestion, NLP, intel, ML, and disaster-recovery. It provides observable metrics and standardized health checks to ensure system reliability.

What is the best way to handle failure recovery and budget reallocation in GeoSupply?

The best way to handle failure recovery and budget reallocation is implementing the shared BaseSupervisor pattern with escalation on budget exhaustion. This approach standardizes health checks and automatically reallocates budgets across the 14 domain supervisors.

Why does my task routing fail when domain budgets are exhausted?

Task routing fails when domain budgets are exhausted if escalation protocols are not properly configured. The BaseSupervisor pattern addresses this by implementing budget gating with predefined escalation paths to reallocate resources and prevent routing failures.