一键导入
bwoc-task
Manage a BWOC team's shared task list — add, list, claim, complete, plan, approve, reject. Wraps `bwoc task`. Use to coordinate work across a team.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage a BWOC team's shared task list — add, list, claim, complete, plan, approve, reject. Wraps `bwoc task`. Use to coordinate work across a team.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Open an interactive chat session with a BWOC agent using its manifest-driven backend/model. Wraps `bwoc chat`. Use for back-and-forth conversation rather than one-shot tasks.
Read and search BWOC workspace-level memory (`.bwoc/memory/`) and Tier-2 deep memory. Wraps `bwoc memory`. Use to recall prior decisions, notes, and session context.
Run a single task on a BWOC agent non-interactively and capture the result (headless). Wraps `bwoc run`. Use when you need a one-shot answer/output back from an agent.
Append a message to a BWOC agent's inbox (fire-and-forget). Wraps `bwoc send`. Use to hand work or notes to an agent asynchronously.
Show a per-agent health and identity snapshot for the BWOC fleet. Wraps `bwoc status`. Read-only — use to inspect a single agent or summarize all agents.
Manage BWOC Saṅgha teams — create, list, retire a named subset of agents sharing a task list. Wraps `bwoc team`. Use to organize agents into coordinating groups.
| name | bwoc-task |
| description | Manage a BWOC team's shared task list — add, list, claim, complete, plan, approve, reject. Wraps `bwoc task`. Use to coordinate work across a team. |
Manage a team's shared task list. Wraps the bwoc task subcommands.
bwoc task <COMMAND> ...
bwoc task add <TEAM> <TITLE> [--deps a,b] [--id <ID>] [--requires-plan] [--json]
Add a task. --deps gates it on other task ids; --requires-plan gates completion on lead plan approval (Pavāraṇā).bwoc task list <TEAM> [--json]
List a team's tasks with state + claimant. Read-only.bwoc task claim <TEAM> <TASK> --as <AGENT> [--json]
Claim a pending, unblocked task as a team member.bwoc task complete <TEAM> <TASK> --as <AGENT> [--json]
Complete an in-progress task you claimed.bwoc task plan <TEAM> <TASK> [--as <AGENT>] [--plan "<TEXT>" | --plan-file <FILE>]
Submit/revise a plan for a claimed task, or show the current plan (omit --as and plan text to just show).bwoc task approve <TEAM> <TASK>
Lead approves a submitted plan so the claimant may complete.bwoc task reject <TEAM> <TASK>
Lead rejects a submitted plan; claimant must revise + resubmit.All subcommands accept --workspace <PATH> and --lang <en|th>.
bwoc task list <team>
bwoc task add <team> "Wire the new endpoint" --deps t1,t2
bwoc task claim <team> <task> --as <agent>
bwoc task plan <team> <task> --as <agent> --plan "1. spec 2. impl 3. test"
bwoc task approve <team> t3
bwoc task complete <team> <task> --as <agent>
Quote titles and plan text safely. This is a thin wrapper — no business logic.