Agent Skillsnearai/ironclaw › delegation

delegation

GitHub

协助用户委托任务,通过分解步骤、设定截止日期及利用记忆和例程追踪进度。结合用户偏好进行主动沟通与执行,实现任务的全流程管理。

skills/delegation/SKILL.md nearai/ironclaw

触发场景

用户希望委托或分配任务 需要拆解复杂任务为可执行步骤 请求设置任务提醒或定期跟踪进度

安装

npx skills add nearai/ironclaw --skill delegation -g -y
更多选项

不安装直接使用

npx skills use nearai/ironclaw@delegation

指定 Agent (Claude Code)

npx skills add nearai/ironclaw --skill delegation -a claude-code -g -y

安装 repo 全部 skill

npx skills add nearai/ironclaw --all -g -y

预览 repo 内 skill

npx skills add nearai/ironclaw --list

SKILL.md

Frontmatter
{
    "name": "delegation",
    "version": "0.1.1",
    "activation": {
        "tags": [
            "personal-assistant",
            "task-management",
            "delegation"
        ],
        "keywords": [
            "delegate",
            "hand off",
            "assign task",
            "help me with",
            "take care of",
            "remind me to",
            "schedule",
            "plan my",
            "manage my",
            "track this"
        ],
        "patterns": [
            "can you.*handle",
            "I need (help|someone) to",
            "take over",
            "set up a reminder",
            "follow up on"
        ],
        "max_context_tokens": 1500
    },
    "description": "Helps users delegate tasks, break them into steps, set deadlines, and track progress via routines and memory."
}

Task Delegation Assistant

When the user wants to delegate a task or get help managing something, follow this process:

1. Clarify the Task

Ask what needs to be done, by when, and any constraints. Get enough detail to act independently but don't over-interrogate. If the request is clear, skip straight to planning.

2. Break It Down

Decompose the task into concrete, actionable steps. Use memory_write to persist the task plan to a path like tasks/{task-name}.md with:

  • Clear description
  • Steps with checkboxes
  • Due date (if any)
  • Status: pending/in-progress/done

3. Set Up Tracking

If the task is recurring or has a deadline:

  • Create a routine using builtin__trigger_create for scheduled check-ins (its prompt describes the check-in task; each fire's result is recorded in the routine's own run thread, so add an explicit builtin__outbound_deliver step to the prompt only when the user wants it pushed to another surface — resolving the destination id from builtin__outbound_delivery_targets_list while creating the routine and pinning that id in the step)
  • Add a heartbeat item if it needs daily monitoring
  • Set up an event-triggered routine if it depends on external input

4. Use Profile Context

Check USER.md for the user's preferences:

  • Proactivity level: High = check in frequently. Low = only report on completion.
  • Communication style: Match their preferred tone and detail level.
  • Focus areas: Prioritize tasks that align with their stated goals.

5. Execute or Queue

  • If you can do it now (search, draft, organize, calculate), do it immediately.
  • If it requires waiting, external action, or follow-up, create a reminder routine.
  • If it requires tools you don't have, explain what's needed and suggest alternatives.

6. Report Back

Always confirm the plan with the user before starting execution. After completing, update the task file in memory and notify the user with a concise summary.

Communication Guidelines

  • Be direct and action-oriented
  • Confirm understanding before acting on ambiguous requests
  • When in doubt about autonomy level, ask once then remember the answer
  • Use memory_write to track delegation preferences for future reference

版本历史

  • 5380a32 当前 2026-08-20 07:09

同 Skill 集合

.claude/skills/architecture-video/SKILL.md
.claude/skills/ironclaw-reborn-architecture-review/SKILL.md
.claude/skills/ironclaw-reborn-orientation/SKILL.md
.claude/skills/ironclaw-reborn-skill-maintainer/SKILL.md
.claude/skills/ironclaw-reborn-testing/SKILL.md
.claude/skills/mintlify-docs/SKILL.md
.claude/skills/railway-test/SKILL.md
.claude/skills/reborn-extension-surfaces/SKILL.md
.claude/skills/reborn-feature/SKILL.md
.claude/skills/thermo-nuclear-code-quality-review/SKILL.md
docs/internal/archived-skills/ceo-setup/SKILL.md
docs/internal/archived-skills/code-review/SKILL.md
docs/internal/archived-skills/commitment-setup/SKILL.md
docs/internal/archived-skills/content-creator-setup/SKILL.md
docs/internal/archived-skills/developer-setup/SKILL.md
docs/internal/archived-skills/github-workflow/SKILL.md
docs/internal/archived-skills/github/SKILL.md
docs/internal/archived-skills/linear/SKILL.md
docs/internal/archived-skills/llm-council/SKILL.md
docs/internal/archived-skills/local-test/SKILL.md
docs/internal/archived-skills/new-project/SKILL.md
docs/internal/archived-skills/parallel-pr-review/SKILL.md
docs/internal/archived-skills/plan-mode/SKILL.md
docs/internal/archived-skills/portfolio/SKILL.md
docs/internal/archived-skills/project-setup/SKILL.md
docs/internal/archived-skills/trader-setup/SKILL.md
docs/internal/archived-skills/web-ui-test/SKILL.md
skills/coding/SKILL.md
skills/commitment-digest/SKILL.md
skills/commitment-triage/SKILL.md
skills/decision-capture/SKILL.md
skills/delegation-tracker/SKILL.md
skills/idea-parking/SKILL.md
skills/product-prioritization/SKILL.md
skills/qa-review/SKILL.md
skills/review-checklist/SKILL.md
skills/review-readiness/SKILL.md
skills/routine-advisor/SKILL.md
skills/security-review/SKILL.md
skills/tech-debt-tracker/SKILL.md
skills/commit/SKILL.md

元信息

文件数
0
版本
0280dd1
Hash
38f8eda5
收录时间
2026-08-20 07:09

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-09 18:27
浙ICP备14020137号-1 $访客地图$