kandev-escalation

Create human review tasks for AI-blocked decisions with role-based escalation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of escalating tasks requiring human decision-making to the appropriate personnel, ensuring that critical decisions are made efficiently.

Core Features & Use Cases

  • Automated Task Escalation: Escalate tasks to humans when decisions cannot be made by AI.
  • Role-Based Escalation: Escalate tasks to specific roles based on the task's context.
  • Task Blocking: Block the original task until the escalated task is resolved.
  • Use Case: When an AI agent encounters a situation that requires a human decision, such as a design decision or missing credentials, it can automatically create a task for the human to review and decide.

Quick Start

Use the kandev-escalation skill to create an escalation task for a blocked task with the following command: kandev task create --title "Decision needed: <your specific question here>" --description "Context: <1-2 sentences of background> Question: <the specific decision the human needs to make> Options considered: - Option A: <brief description> - Option B: <brief description> Blocked task: $KANDEV_TASK_ID

Frequently Asked Questions about kandev-escalation

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

FAQPage Schema
How do I automate task escalation to humans when an AI agent hits a blocked decision?

Role-based task escalation routes blocked decisions to specific personnel based on task context. It ensures design decisions or credential issues are reviewed by the correct human role, blocking the original task until the review is complete.

Can I block the original task until the human review is resolved?

Yes, task blocking prevents the original process from proceeding until the escalated human review task is completed. This guarantees that critical decisions are made before the workflow continues.

What is the best way to create a human review task for AI-assisted decision-making?

Use the escalation command to create a task specifying the title, context, question, options considered, and the blocked task ID. This provides the human reviewer with all necessary information to make the decision efficiently.

When do I need automated human intervention in an AI workflow?

Automated human intervention is needed when an AI agent encounters situations requiring design decisions, missing credentials, or ambiguous requirements. Escalation ensures a human reviews and decides on these critical blocked points.

Does task escalation require a specific task management system to function?

Yes, automated task escalation requires interaction with a task management system and human review capabilities to create, manage, and resolve the escalated tasks effectively.