📋
AutomationTypeScript

Task Dispatch

by Stanshy

Task Dispatch 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 Dispatch
Copy Task Dispatch 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-dispatch ~/.claude/skills/task-dispatch

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-dispatch/SKILL.md in Stanshy/AgentHub
Installs to
~/.claude/skills/task-dispatch
Collection
One of 25 skills cataloged from this repository
Category
Automation1956 skills

What Task Dispatch does

Task Dispatch creates `.tasks/sprint-{N}/` task files from session instructions and appends them to the dev-plan. Use it to assign work, record dependencies, and keep sprint task tracking consistent.

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

Documentation

README

任務下達

老闆在 Session 中下達任務指令,自動建立 .tasks/sprint-{N}/ 並記錄到 dev-plan。

使用方式

/task-dispatch $ARGUMENTS

輸入格式

任務: T3 — 移除 19 個服務
指派: backend-architect
優先級: P0
依賴: T2
預估: 2h
驗收標準:
- 19 個服務檔案已刪除
- 保留 14 個核心服務
- typecheck 通過

支援批次(用 --- 分隔多個任務)。

執行步驟

  1. 解析 $ARGUMENTS,提取:

    • 任務 ID + 名稱(如 T3 — 移除 19 個服務
    • 指派對象(agent-id)
    • 優先級(P0/P1/P2,預設 P1)
    • 依賴(可選,如 T2
    • 預估工時(可選,如 2h
    • 驗收標準(checkbox list)
  2. 取得真實時間(必要,不可跳過): !node -e "console.log(new Date().toISOString())"

    ⚠️ 禁止自行編造時間。Agent 不知道真實時間,必須透過上述指令取得。將輸出存為變數 $NOW 供後續步驟使用(用於 建立時間 和事件紀錄的 timestamp)。

  3. 讀取當前 Sprint 的 dev-plan: !ls -t proposal/sprint*-dev-plan.md 2>/dev/null | head -1

  4. 偵測當前專案名稱(從 CLAUDE.md 或 dev-plan 標題提取)

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

Commands Task Dispatch provides

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

  • /task-dispatch

Frequently asked about Task Dispatch

  • What else does Stanshy publish alongside Task Dispatch?

    Task Dispatch 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 Dispatch 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 Dispatch compare to other Automation skills?

    Task Dispatch ranks #1784 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 Dispatch against them. Open each page to compare what they document and how they install.

More from Stanshy/AgentHub

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

See all 25 skills