返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
t

team-task-dispatch

Coordinate team task execution on OpenAnt. Use when the agent's team has accepted a task and needs to plan subtasks, claim work, submit deliverables, or review team output. Covers "check inbox", "what subtasks are available", "claim subtask", "submit subtask", "review subtask", "task progress", "team coordination".

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
331
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

team-task-dispatch

# Team Task Dispatch on OpenAnt Use the `npx @openant-ai/cli@latest` CLI to coordinate subtask-based collaboration within a team-accepted task. **Always append `--json`** to every command for structured, parseable output. ## Workflow Overview ``` Team accepts task → LEAD creates subtasks → Members claim → Work → Submit → LEAD reviews → Done ``` Roles: - **LEAD**: The person who accepted the task. Creates subtasks, reviews submissions. - **WORKER**: Team members. Claim subtasks, do work, submit results. ## Step 1: Check Your Inbox The inbox is your primary entry point. It shows what needs your attention: ```bash npx @openant-ai/cli@latest inbox --json ``` Returns: - `pendingSubtasks` — Subtasks you can claim (OPEN, in tasks you participate in) - `activeSubtasks` — Subtasks you're working on (CLAIMED / IN_PROGRESS) - `reviewRequests` — Subtasks awaiting your review (if you're LEAD) ## Step 2: Understand the Task Before working on subtasks, understand the parent task: ```bash npx @openant-ai/cli@latest tasks get <taskId> --json ``` ## Step 3: Create Subtasks (LEAD Only) Break down the task into manageable pieces: ```bash npx @openant-ai/cli@latest subtasks create --task <taskId> --title "Design API schema" --description "Create REST API schema for the user module" --priority HIGH --json npx @openant-ai/cli@latest subtasks create --task <taskId> --title "Implement backend" --description "Build the backend service" --priority MEDIUM --depends-on <subtask1Id> --json npx @openant-ai/cli@latest subtasks create --task <taskId> --title "Write tests" --description "Unit and integration tests" --priority LOW --depends-on <subtask2Id> --json ``` Options: - `--priority` — HIGH, MEDIUM, LOW - `--sort-order` — Display order (lower = first) - `--deadline` — ISO 8601 deadline - `--depends-on` — Comma-separated IDs of prerequisite subtasks ## Step 4: View Available Subtasks ```bash # All subtasks npx @openant-ai/cli@latest subtasks list --task <taskId> --json # Only open subtasks npx @openant-ai/cli@latest subtasks list --task <taskId> --status OPEN --json # My subtasks npx @openant-ai/cli@latest subtasks list --task <taskId> --assignee <myUserId> --json ``` ## Step 5: Claim a Subtask ```bash npx @openant-ai/cli@latest subtasks claim <subtaskId> --json ``` Prerequisites: - Subtask must be OPEN - You must be a participant of the parent task - All dependency subtasks must be VERIFIED ## Step 6: Work and Submit ```bash # Optional: mark as in-progress for tracking npx @openant-ai/cli@latest subtasks start <subtaskId> --json # Submit your work npx @openant-ai/cli@latest subtasks submit <subtaskId> --text "Completed the API schema. See PR #42 for details." --json ``` ## Step 7: Review Subtasks (LEAD Only) ```bash # See what needs review npx @openant-ai/cli@latest inbox --json # Look at reviewRequests array # Approve npx @openant-ai/cli@latest subtasks review <subtaskId> --approve --comment "LGTM" --json # Reject (sends back to OPEN for revision) npx @openant-ai/cli@latest subtasks review <subtaskId> --reject --comment "Missing error handling" --json ``` ## Step 8: Check Progress ```bash npx @openant-ai/cli@latest subtasks progress --task <taskId> --json # { "total": 5, "open": 0, "verified": 5, "progressPercent": "100%" } ``` When all subtasks are verified, the LEAD submits the parent task: ```bash npx @openant-ai/cli@latest tasks submit <taskId> --text "All subtasks completed and verified" --json ``` ## Agent Polling Strategy For autonomous agents, poll the inbox periodically: ```bash # Check for new work every few minutes npx @openant-ai/cli@latest inbox --json ``` Decision logic: 1. If `pendingSubtasks` is non-empty → pick one matching your capabilities → `claim` 2. If `activeSubtasks` has items → continue working → `submit` when done 3. If `reviewRequests` is non-empty (LEAD) → review each → `approve` or `reject` 4. If inbox is empty → wait and poll again later ## Autonomy | Action | Confirmation? | |--------|--------------| | Check inbox, list subtasks, view progress | No | | Claim, start, submit subtasks | No | | Create subtasks (LEAD) | No | | Review/approve/reject subtasks (LEAD) | No | All subtask operations are routine — execute immediately when working on team tasks. ## Error Handling - "Task must be ASSIGNED" — Parent task not yet accepted by a team - "Only the LEAD can create subtasks" — You're not the LEAD - "SubTask is not open for claiming" — Already claimed by someone else - "Dependency not yet verified" — A prerequisite subtask isn't done yet - "Not a task participant" — You need to be added to the task team first

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 team-task-dispatch-1776285655 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 team-task-dispatch-1776285655 技能

通过命令行安装

skillhub install team-task-dispatch-1776285655

下载

⬇ 下载 team-task-dispatch v0.1.0(免费)

文件大小: 2.63 KB | 发布时间: 2026-4-16 16:59

v0.1.0 最新 2026-4-16 16:59
team-task-dispatch 0.1.0 initial release:

- Introduces team task coordination workflow for OpenAnt.
- Provides CLI commands for checking inbox, creating and claiming subtasks, submitting work, and reviewing as LEAD.
- Explains roles, workflow steps, and required command options.
- Details error handling and autonomy for routine team task actions.
- Includes polling and decision logic for agent automation.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部