og-board-manager

Use when you need to delegate, track, or review work.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "og-board-manager" with this command: npx skills add jatin-31/og-board-manager

Board Manager

Delegate and track work using OpenGoat tools.

Use tools directly. Do not run shell CLI commands like sh ./opengoat ....

Allowed Actions

  • Create tasks for yourself.
  • Assign tasks to your direct or indirect reportees.
  • Read and update task state.
  • Add blockers, artifacts, and worklogs.

Important: replace amazon-senior-manager with your agent ID.

opengoat_agent_info({ "agentId": "amazon-senior-manager" })

Task Tools

opengoat_task_list({ "assignee": "amazon-senior-manager" })
opengoat_task_get({ "taskId": "<task-id>" })
opengoat_task_create({
  "actorId": "amazon-senior-manager",
  "title": "...",
  "description": "...",
  "assignedTo": "<agent-id>",
  "project": "<path>"
})
opengoat_task_update_status({
  "actorId": "amazon-senior-manager",
  "taskId": "<task-id>",
  "status": "todo|doing|blocked|pending|done",
  "reason": "<optional-reason>"
})
opengoat_task_add_blocker({ "actorId": "amazon-senior-manager", "taskId": "<task-id>", "blocker": "..." })
opengoat_task_add_artifact({ "actorId": "amazon-senior-manager", "taskId": "<task-id>", "content": "..." })
opengoat_task_add_worklog({ "actorId": "amazon-senior-manager", "taskId": "<task-id>", "content": "..." })

Standard Workflow

1. Confirm org context

opengoat_agent_info({ "agentId": "amazon-senior-manager" })

Use the output to ensure:

  • You assign only to your reportees (direct or indirect) or yourself.
  • You choose task granularity appropriate to your layer in the org.

2. Review tasks

opengoat_task_list({ "assignee": "amazon-senior-manager" })
opengoat_task_get({ "taskId": "<task-id>" })

3. Delegate by creating a task

Create one task per owner and outcome.

opengoat_task_create({
  "actorId": "amazon-senior-manager",
  "title": "<verb>: <deliverable>",
  "description": "<context + deliverable + acceptance criteria>",
  "assignedTo": "<agent-id>",
  "project": "<path>"
})

Self-assigning (do the work yourself)

If the task is small enough and you have the tools and context to complete it efficiently, do not delegate. Create a task for yourself so the work is still tracked.

Rules:

  • Use "assignedTo": "amazon-senior-manager".
  • Keep the task scoped to a single, verifiable outcome.
  • Include acceptance criteria so done is unambiguous.

Example:

opengoat_task_create({
  "actorId": "amazon-senior-manager",
  "title": "Fix: <short description>",
  "description": "Context:\n- ...\n\nDeliverable:\n- ...\n\nAcceptance criteria:\n- ...",
  "assignedTo": "amazon-senior-manager",
  "project": "<path>"
})

Task sizing and detail level

Do not blindly break tasks down small. Size tasks based on where you sit in the org and who you are assigning to.

If you are a higher-level manager

Write outcome-focused tasks:

  • What result is needed
  • Why it matters
  • Constraints and success criteria
  • Optional milestones (not step-by-step instructions)

Expect your reportee to create smaller tasks for their own direct reportees if needed.

If you are the last manager before execution

Write execution-ready tasks:

  • Concrete steps when helpful
  • File paths and edge cases
  • Clear validation steps

Task writing template

Title

Use a verb + deliverable:

  • Implement: <feature>
  • Fix: <bug>
  • Investigate: <question>
  • Decide: <tradeoff>

Description

Context:
- Why this matters (1–3 bullets)

Deliverable:
- What to produce (code/doc/decision)

Acceptance criteria:
- Observable checks (tests pass, output, link, screenshot, etc.)

Constraints:
- Scope boundaries, dependencies, must-use tools, performance limits

Troubleshooting

  • Task creation fails: you are likely assigning to someone who is not in your reportee tree. Reassign to a valid reportee (direct or indirect) or assign to yourself.
  • If a tool call fails, inspect the tool error and retry with corrected parameters.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

AIWolfPK - AI狼人杀

四个AI互相猜疑,你坐着看戏。每局30秒,到底谁是狼? Four AIs play Werewolf while you watch. 30s per round. Spot the wolf before they do.

Registry SourceRecently Updated
General

Project Analyzer

Analyze any project directory and produce a detailed report covering what the project does, its tech stack, folder structure, entry points, how to run it, an...

Registry SourceRecently Updated
General

Thought-Retriever

提炼对话回答中的核心洞察为高置信度知识晶体,存储于本体驱动记忆系统的自我进化与复用。

Registry SourceRecently Updated
General

Miaoji Bid Guard Pro

亚马逊广告护城河Pro版,90天ROI预测+多活动协同+季节性出价+关键词攻防矩阵。 从单次调价建议升级为完整的广告战役规划。基础功能可使用 miaoji-bid-guard 免费版。

Registry SourceRecently Updated