LaunchKit · 2026
Back to Skills

arc-department-manager

Manage a team of AI sub-agents organized into departments.

0
641 downloads
by @trypto1019

Setup & Installation

openclaw skills install @trypto1019/arc-department-manager

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install arc-department-manager

What This Skill Does

Organize AI sub-agents into named departments with assigned models and task queues. Delegate tasks by department, track status, and generate summary reports across the full team. Built for autonomous workflows where multiple domains need to run in parallel.

Parallel delegation across specialized departments is faster and more organized than routing all tasks through a single agent sequentially.

When to use it

  • Delegating blog writing to a content department while engineering handles bug fixes simultaneously
  • Checking all active tasks across every department in a single command
  • Assigning a high-priority market research task to a specialized research agent
  • Running an end-of-day report to review what each department completed
  • Removing a department after a project phase wraps up

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Set up a content department and assign a blog post task

AGENT
  1. 1Creates a 'content' department with a description and default model assigned
  2. 2Assigns a high-priority task to write a blog post about the OpenClaw memory system
  3. 3Checks department status to confirm the task is queued and active
  4. 4Marks the task complete with the output file path once the agent finishes
OUTPUT

Content department created, task tracked through completion, output saved to drafts/memory-post.md