🗂️
AutomationTypeScript

Task Delegation

by Stanshy

Task Delegation is an Automation skill for Claude Code, published by Stanshy in AgentHub.

201 stars23 forkson Stanshy/AgentHubAdded 2026/09/05+1% in starsRepository updated 2026/04/09
ai-agentsai-workflowclaude-codedeveloper-toolselectronharness-engineeringopen-sourceteam-managementtypescriptvue
Install in seconds
Install Task Delegation
Copy Task Delegation into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/task-delegation ~/.claude/skills/task-delegation

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Stanshy/AgentHub.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.knowledge/company/skill-templates/task-delegation/SKILL.md in Stanshy/AgentHub
Installs to
~/.claude/skills/task-delegation
Collection
One of 25 skills cataloged from this repository
Category
Automation1956 skills

What Task Delegation does

Task Delegation creates a task table in section 6 of a dev plan and generates matching .tasks/sprint-N/TN-xxx.md files. Use it when you need to split planned work into assigned tasks with dependencies and timestamps.

Task Delegation is cataloged under Automation on DirSkills. Task Delegation comes from a repository tagged ai-agents, ai-workflow, claude-code, developer-tools and electron.

Documentation

README

任務拆解與分派

在開發計畫書第 6 節建立任務表,同時產生 .tasks/sprint-{N}/TN-xxx.md 檔案。

使用方式

/task-delegation

執行步驟

  1. 讀取當前 Sprint 的 dev-plan: !ls -t proposal/sprint*-dev-plan.md 2>/dev/null | head -1 | xargs cat 2>/dev/null || echo "找不到 dev-plan"

  2. 根據第 3 節(檔案變更清單)和技術方案,拆解任務

  3. 更新 dev-plan 第 6 節任務表:

| 任務 | 說明 | 負責 | 依賴 | 預估 |
|------|------|------|------|------|
| T1 | ... | backend-architect | — | 1h |
  1. 取得真實時間(必要,不可跳過): !node -e "console.log(new Date().toISOString())"

    ⚠️ 禁止自行編造時間。將輸出存為 $NOW 供後續步驟使用(建立時間與事件紀錄 timestamp)。

  2. 為每個任務建立 .tasks/sprint-{N}/TN-{kebab-case-name}.md

This is the opening of the README. Read the full README on GitHub.

Commands Task Delegation provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /task-delegation

Frequently asked about Task Delegation

  • What else does Stanshy publish alongside Task Delegation?

    Task Delegation is one of 25 skills that DirSkills catalogs from Stanshy/AgentHub, the repository it ships in. Its siblings there include Development Plan Generator, Gate Record and Harness Audit. Each one is a separate skill with its own page in this directory, installs the same way Task Delegation does, and is maintained by Stanshy in that same repository. The rest of the collection is listed on the Stanshy/AgentHub page.

  • How does Task Delegation compare to other Automation skills?

    Task Delegation ranks #1783 by stars among the 1956 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Task Delegation against them. Open each page to compare what they document and how they install.

More from Stanshy/AgentHub

Task Delegation is one of 25 skills cataloged on DirSkills from Stanshy/AgentHub.

See all 25 skills