Agent Skillsnearai/ironclaw › delegation-tracker

delegation-tracker

GitHub

追踪委派任务,记录承诺并设置跟进提醒。当收到更新时调整状态,支持自动生成逾期提醒和手动发送催办消息,确保委派事项得到持续跟踪。

skills/delegation-tracker/SKILL.md nearai/ironclaw

Trigger Scenarios

用户提到将某项任务委派给他人 用户报告委派任务的进展或结果 用户要求对未回复的委派事项进行催促

Install

npx skills add nearai/ironclaw --skill delegation-tracker -g -y
More Options

Use without installing

npx skills use nearai/ironclaw@delegation-tracker

指定 Agent (Claude Code)

npx skills add nearai/ironclaw --skill delegation-tracker -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-tracker",
    "version": "0.1.0",
    "activation": {
        "tags": [
            "commitments",
            "delegation"
        ],
        "keywords": [
            "delegated",
            "assigned to",
            "waiting on",
            "follow up with",
            "check with",
            "ask them",
            "handed off",
            "they said",
            "blocked on",
            "no response",
            "nudge",
            "chase up"
        ],
        "patterns": [
            "(?i)(delegated|assigned|handed off) (to|this to)",
            "(?i)(waiting|blocked) on .+ (to|for)",
            "(?i)follow up with .+ (about|on|regarding)",
            "(?i)check (with|in with) .+ (about|on)",
            "(?i)(tell|ask) .+ to (handle|own|take|follow up|do|finish|review|send|draft)"
        ],
        "max_context_tokens": 1200
    },
    "description": "Track delegated commitments, set follow-up timers, and generate nudge reminders when updates are overdue."
}

Delegation Tracker

Track commitments that depend on someone else. The triage routine will flag stale delegations for follow-up.

When delegation is detected

User says: "I asked Sarah to handle the deployment" or "tell ops to investigate staging" or "waiting on legal for the contract review."

This skill is only successful if the delegation is persisted in workspace memory. Do not just acknowledge or summarize a delegation.

Execution order is mandatory:

  1. Check for an existing matching commitment
  2. If needed, write or update the commitment in projects/commitments/open/
  3. Only then confirm what was tracked

Never say "tracked", "saved", or "I'll flag it" unless the corresponding memory_write succeeded.

Action:

  1. Check if a matching commitment already exists in projects/commitments/open/ via memory_search
  2. If it exists: update the frontmatter — set delegated_to: <person/team>, status: waiting
  3. If it doesn't exist: create a new commitment in projects/commitments/open/ with:
---
type: commitment
status: waiting
urgency: <infer from context>
due: <if mentioned, else null>
created_at: <today>
owner: user
delegated_to: <person or team name>
source_signal: null
tags: [delegation]
---
# <What was delegated>
<Description of what was delegated and to whom.>

## Follow-up
- Delegated on: <today>
- Expected response by: <date if given, else 3 days from now>
- Last checked: never
  1. After the write succeeds, confirm: "Tracked — waiting on for . I'll flag it if there's no update by ."

When an update is received

User says: "Sarah got back to me about the deployment" or "legal approved the contract."

Action:

  1. Find the matching commitment via memory_search or memory_tree("projects/commitments/open/")
  2. If the delegation is resolved: update status and move to projects/commitments/resolved/
  3. If partially resolved: update the Progress section, keep status as open or waiting
  4. Confirm the update

Follow-up generation

The triage routine handles automated follow-up detection. It reads open commitments where delegated_to is set and status: waiting, checks the "Expected response by" date, and flags overdue items in the triage alert.

When the user asks to follow up explicitly ("nudge Sarah about the deployment"), draft a brief follow-up message and offer to send it if a channel to that person is available.

Version History

  • 5380a32 Current 2026-08-20 07:09

Same Skill Collection

.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/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

Metadata

Files
0
Version
5380a32
Hash
50fa706b
Indexed
2026-08-20 07:09

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 06:16
浙ICP备14020137号-1 $mapa de visitantes$