diverter-mode

Toggle automatic and approval-based delegation policies for Diverter subagent workflows.

23|1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/GML-MMGroup/Diverter --skill diverter-mode
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: diverter-mode
Source: https://github.com/GML-MMGroup/Diverter/tree/main/skills/diverter-mode
Command: npx skills add https://github.com/GML-MMGroup/Diverter --skill diverter-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a clear, explicit interface to manage how the Diverter agent handles task delegation, preventing ambiguity in whether the agent should act autonomously or seek approval.

Core Features & Use Cases

  • Policy Management: Toggle between automatic dispatch and approval-first delegation modes.
  • Status Reporting: Verify the current configuration to ensure the agent behaves as expected during the next session.
  • Use Case: If you are working on a sensitive codebase and want to review every subagent lineup before it executes, use this skill to set the policy to ask mode.

Quick Start

Use the diverter-mode skill to set your delegation policy to auto mode.

Frequently Asked Questions about diverter-mode

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

FAQPage Schema
How do I configure an agent to require approval before dispatching subagent tasks?▼

To configure agent delegation policies, you can use a delegation mode manager to toggle between automatic dispatch and approval-first task execution. This ensures the agent seeks your review before proceeding with sensitive subagent workflows.

What is the difference between automatic and approval-based task delegation in agent workflows?▼

Automatic task delegation dispatches subagent lineups immediately, while approval-based delegation requires you to review and authorize the task lineup before execution. Switching modes clarifies whether the agent acts autonomously or seeks confirmation.

How do I verify the current delegation policy of my automation agent?▼

To verify the current delegation policy, you can run a status check that reports the active configuration. This confirms whether the agent is set to auto mode or approval mode for the next session.

Can I switch task delegation modes for sensitive codebases without rewriting configuration files manually?▼

Yes, you can switch delegation modes by executing internal Python scripts that automatically update the configuration files. This provides an explicit interface to manage dispatch policies without manual file editing.