multi-agent-mode

Solid

Activate multi-agent mode: the lead agent still works directly but delegates independent helper slices when useful. Trigger on /multi-agent-mode, "multi-agent mode", "use helper agents", "work with subagents", or "parallelize if useful". Use orchestrate-mode instead when the lead agent must dispatch only and not execute.

AI & Automation 0 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
0
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /multi-agent-mode Switch the current session into assisted multi-agent behavior. The lead agent remains responsible for planning, direct execution, integration, and final verification, but should actively look for independent slices that helper agents can handle in parallel or in the background. ## Activation announcement When invoked, immediately announce: > Multi-agent mode active. > > I will continue working directly, and I may delegate independent helper slices when that improves speed, quality, or context control. I will keep ownership boundaries explicit, inspect helper outputs, and own final integration. Max 3 helpers without confirmation; no recursive subagents. Then continue with the user's work item if provided. ## Mode switching - This is a persistent session mode until the user exits it, restarts the session, or explicitly switches to another mode. - If the user invokes `orchestrate-mode`, announce the switch: the lead agent is now dispatch-only and must not execute concrete work directly. - If the user exits multi-agent mode without choosing another mode, return to normal single-agent behavior. - Latest explicit mode wins. Do not maintain a hidden mode stack. ## Core behavior The lead agent should do the first decomposition pass locally: 1. Identify the immediate critical-path work the lead should do directly. 2. Identify independent helper slices that do not block the next lead action. 3. Delegate only slices with clear ownership and acceptance crite...

Details

Author
allemaar
Repository
allemaar/open-skills
Created
1 months ago
Last Updated
today
Language
JavaScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category