From design-agent-orchestration
Guides state management in multi-agent systems, covering state types, architecture patterns like centralized and event-sourced, conflict resolution, and user-facing designs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/design-agent-orchestration:state-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
In a multi-agent system, state is the shared truth about what's happened, what's in progress, and what's been decided. Without state management, agents work with stale or conflicting information.
In a multi-agent system, state is the shared truth about what's happened, what's in progress, and what's been decided. Without state management, agents work with stale or conflicting information.
Users have expectations about what the system remembers:
When multiple agents modify state simultaneously:
npx claudepluginhub owl-listener/ai-design-skills --plugin design-agent-orchestrationDesigns multi-agent systems with context isolation, supervisor/swarm coordination, explicit handoffs, or parallel execution.
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Provides patterns for multi-agent systems in Claude Code: job description method, shared folder communication, handbook consolidation, context management. Use for complex agent orchestrations.