AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Task Delegation

skill-stanshy-agenthub-task-delegation · by Stanshy

Create task breakdown in dev plan section 6 and generate .tasks/ files

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-stanshy-agenthub-task-delegation

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-stanshy-agenthub-task-delegation)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Task Delegation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

任務拆解與分派

在開發計畫書第 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"

  1. 根據第 3 節(檔案變更清單)和技術方案,拆解任務
  1. 更新 dev-plan 第 6 節任務表:
| 任務 | 說明 | 負責 | 依賴 | 預估 |
|------|------|------|------|------|
| T1 | ... | backend-architect | — | 1h |
  1. 取得真實時間(必要,不可跳過)

!node -e "console.log(new Date().toISOString())" > ⚠️ 禁止自行編造時間。將輸出存為 $NOW 供後續步驟使用(建立時間與事件紀錄 timestamp)。

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

> ⚠️ Sprint 子目錄規則:任務檔案必須放在對應 Sprint 的子目錄下。 > - Sprint 1 的任務 → .tasks/sprint-1/T1-xxx.md > - Sprint 2 的任務 → .tasks/sprint-2/T3-xxx.md > - 如果目錄不存在,先建立:mkdir -p .tasks/sprint-{N} > - 禁止 直接放在 .tasks/ 根目錄(會導致跨 Sprint ID 衝突)

格式規範(系統解析依賴,務必遵守)

| 欄位 | 格式 | 說明 | |------|------|------| | ID | TN | T + 數字,如 T1, T2, T10 | | Sprint | Sprint N | 必須用 Sprint N 格式(如 Sprint 1),系統用此名稱對應 DB 中的 Sprint UUID | | 狀態 | 英文小寫 | 初始值為 assigned(L1 拆解時已知指派對象) | | 優先級 | P0 / P1 / P2 | — | | 建立時間 | ISO 8601 | 如 2026-03-26T12:00:00.000Z | | 依賴 | 逗號分隔 ID | 如 T1,T3,無則填 |

# {任務標題}

| 欄位 | 值 |
|------|-----|
| ID | TN |
| 專案 | {專案名} |
| Sprint | Sprint {N} |
| 指派給 | {agent-id} |
| 優先級 | P0/P1 |
| 狀態 | assigned |
| 依賴 | {依賴任務 ID,無則填 —} |
| 預估 | {預估工時,無則填 —} |
| 建立時間 | $NOW |

---

## 任務描述

{詳細描述}

## 驗收標準

- [ ] ...

---

## 事件紀錄

### $NOW — 建立任務(assigned)
由 L1 透過 /task-delegation 建立
  1. 畫出依賴圖(ASCII art)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.