Skip to content
Automation
Skill

/kandev-team-admin

Manage the Office roster when delegating work, hiring agents, changing budgets or concurrency, retiring agents, or checking spend before approvals.

From plugin
kandev
5639 skills1 agent3 commands
Install
$ npx -y skills add kdlbs/kandev --skill kandev-team-admin --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/kandev-team-admin

Context preview

The summary Claude sees to decide when to auto-load this skill.

Manage the Office roster when delegating work, hiring agents, changing budgets or concurrency, retiring agents, or checking spend before approvals.

SKILL.md

kandev-team-admin.SKILL.md
name: kandev-team-admin
description: Manage the Office roster when delegating work, hiring agents, changing budgets or concurrency, retiring agents, or checking spend before approvals.
kandev:
  system: true
  version: "0.42.0"
  default_for_roles: [ceo]

Team Admin

Use this skill when you need fresh organization state or need to change the agent roster.

First checks

$KANDEV_CLI kandev agents list
$KANDEV_CLI kandev budget get

Before hiring, confirm no existing idle specialist or worker already fits. Before approving budget grants, check workspace and per-agent spend.

Common actions

  • List and inspect agents: read `references/team.md`.
  • Hire a new worker, specialist, assistant, or reviewer: read `references/hiring.md`.
  • Rename, cap, or retire an agent: read `references/agent-edit.md`.
  • Review workspace or per-agent spend: read `references/budget.md`.

Guardrails

  • Do not hire for one-off work that an existing agent can handle.
  • Do not assign work to agents in `pending_approval`.
  • Do not silently pause or cap an over-budget agent. Leave a task comment explaining the reason first.
Ships withkandev

Manage and run tasks in parallel. Orchestrate agents. Review changes. Ship value.

Get the whole plugin