delegation

Decompose delegated tasks into actionable plans with deadlines and tracking routines.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Linnanli/xClaw --skill delegation-linnanli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegation
Source: https://github.com/Linnanli/xClaw/tree/main/desktop-client/ironclaw/skills/delegation
Command: npx skills add https://github.com/Linnanli/xClaw --skill delegation-linnanli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Handles the cognitive load of delegating tasks by enabling users to assign work, outline steps, set deadlines, and monitor progress automatically.

Core Features & Use Cases

  • Clarify and plan: Prompt the user to specify task details, constraints, and deadlines.
  • Decompose and persist: Break tasks into concrete steps and save the plan to memory at a path like tasks/{task-name}.md with fields for description, steps, due date, and status.
  • Tracking and execution: Create routines and heartbeat checks for ongoing updates, and adjust plans based on user preferences from USER.md.
  • Context-aware actions: Tailor actions based on user profiles (proactivity, tone, focus areas).

Quick Start

Tell me the task you want delegated with any deadlines and constraints, and I will decompose it and set up a tracking routine.

Frequently Asked Questions about delegation

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

FAQPage Schema
How do I automate task delegation and track progress for team handoffs?

To automate task delegation, you provide the task details, constraints, and deadlines. The system then decomposes the request into actionable steps, saves the plan to persistent memory, and sets up routine heartbeat checks to track progress automatically.

Can I set up automated reminders and routines for ongoing task management?

Yes, automated reminders and routines are supported for ongoing task management. The system creates routine-based heartbeat checks to monitor ongoing updates and adjust plans automatically based on your specified deadlines and progress tracking requirements.

What is the best way to break down complex requests into an actionable plan with deadlines?

The best way to break down complex requests is to input your task with any constraints and deadlines. The system decomposes the request into concrete steps, saves this plan to a memory file, and sets deadline tracking fields for status monitoring.

Does task planning work with user profiles to adjust tone and proactivity?

Yes, task planning adapts to user profiles. By reading a USER.md file, the system tailors its actions based on your specific preferences, including your desired proactivity level, communication tone, and focus areas.

How does memory-based persistence work for delegated task steps?

Memory-based persistence saves your decomposed task plan to a specific file path like tasks/{task-name}.md. This file stores the task description, concrete steps, due date, and status, ensuring your delegation plans remain accessible for tracking and execution.