Skip to content
Automation
Skill

/kandev-task-ops

Operate Office tasks when you need to list workspace tasks, read a conversation, or post an agent-authored comment.

From plugin
kandev
5639 skills1 agent3 commands
Install
$ npx -y skills add kdlbs/kandev --skill kandev-task-ops --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-task-ops

Context preview

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

Operate Office tasks when you need to list workspace tasks, read a conversation, or post an agent-authored comment.

SKILL.md

kandev-task-ops.SKILL.md
name: kandev-task-ops
description: Operate Office tasks when you need to list workspace tasks, read a conversation, or post an agent-authored comment.
kandev:
  system: true
  version: "0.42.0"
  default_for_roles: [ceo, worker, specialist, assistant, reviewer]

Task Ops

Use this skill for task communication and task-level operations outside the singular task status flow in `kandev-protocol`.

Choose the operation

  • List tasks or read task conversations: read `references/tasks.md`.
  • Post an agent-authored comment to your current task or another task: read `references/comments.md`.

Rules

  • Prefer comments over spawning subtasks for small coordination updates.
  • Keep comments concise and specific.
  • Use `kandev task update --status <status>` for signed status changes. Workflow-step moves and archival require a human or admin action.
  • Do not ask the human a decision question via task comment; use the available user-question tool or `kandev-escalation`.
Ships withkandev

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

Get the whole plugin