kandev-protocol

Manage tasks and statuses via the kandev orchestrator command-line interface.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/AvatarGanymede/pcraft --skill kandev-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kandev-protocol
Source: https://github.com/AvatarGanymede/pcraft/tree/main/apps/backend/internal/office/configloader/skills/kandev-protocol
Command: npx skills add https://github.com/AvatarGanymede/pcraft --skill kandev-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kandev-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The kandev-protocol Skill solves the challenge of coordinating with the kandev orchestrator for task assignments and execution using the command-line interface.

Core Features & Use Cases

  • CLI-Based Task Management: Interact with the orchestrator to manage task assignments, status updates, and progress tracking through a command-line interface.
  • Automated Session Control: Automates the handling of tasks like checking wake reasons, updating status, creating subtasks, and escalating tasks that require human decision.
  • Role-Specific Operations: Supports role-based functionality for agents, CEOs, reviewers, and workers.

Quick Start

Initialize your session with $KANDEV_CLI kandev setup.

Frequently Asked Questions about kandev-protocol

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task management and status updates through a CLI tool?

Automating task management through a CLI tool involves interacting with an orchestrator instance to manage assignments, update statuses, and track progress. This skill uses environment variable injection to automate routine procedures and ensure smooth task execution.

How do I set up and initialize a kandev orchestrator session for task tracking?

To set up a kandev orchestrator session for task tracking, initialize your environment using the command `$KANDEV_CLI kandev setup`. This configures the CLI interface required to manage task assignments and automate session control procedures.

Can I use role-based operations for agents, CEOs, reviewers, and workers in task automation?

Role-based operations for agents, CEOs, reviewers, and workers are fully supported in task automation. The system tailors task assignments and tracking functionality to specific roles, ensuring smooth execution for various operational responsibilities.

What is the best way to escalate tasks requiring human decision in an automated task control system?

Escalating tasks requiring human decision in an automated task control system is handled through the orchestrator's session control. It automatically identifies tasks needing human input and escalates them while managing subtasks and checking wake reasons.

Do I need the kandev-cli dependency to manage orchestrator operations via command-line interface?

Yes, the kandev-cli dependency is required to manage orchestrator operations via the command-line interface. It provides the necessary commands to interact with the orchestrator instance for task assignments, status updates, and automated routine procedures.

Why use environment variable injection for automated task control in a CLI environment?

Environment variable injection is used for automated task control in a CLI environment to seamlessly handle routine procedures like checking wake reasons and updating statuses. This method ensures smooth task execution without manual configuration overrides.