canonical-team-specialist

Coordinate specialist agents with canonical task actions and CLI commands.

32|6|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/FISHers6/clawBro --skill canonical-team-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canonical-team-specialist
Source: https://github.com/FISHers6/clawBro/tree/main/crates/clawbro-server/host-skills/team-specialist
Command: npx skills add https://github.com/FISHers6/clawBro --skill canonical-team-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Specialist agents often receive tasks within a team but lack a standardized way to report progress, request help, or finalize results, leading to duplicated effort and stalled workflows.

Core Features & Use Cases

  • Canonical actions: checkpoint_task, request_help, block_task, and submit_task_result provide a consistent interface for specialist agents.
  • CLI bridge: Simple commands like clawbro team-helper submit-task-result let agents interact with the backend without custom scripting.
  • Use case: In a coding team, a specialist executor can continuously checkpoint its progress on a feature implementation and finally submit the completed code for leader review.

Quick Start

Ask the specialist skill to submit the result of task T001 with a brief summary and markdown content.

Frequently Asked Questions about canonical-team-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do specialist agents report progress and finalize tasks within a team workflow?

Specialist agents report progress and finalize tasks using canonical actions like checkpoint_task, request_help, block_task, and submit_task_result to ensure reliable handoff to team leaders.

What is the best way to prevent duplicated effort when coordinating specialist agents?

Preventing duplicated effort when coordinating specialist agents requires a standardized interface for reporting progress and requesting help, ensuring reliable handoff without replanning the entire team workflow.

How do I submit task results from a specialist agent to a team leader for review?

To submit task results, use the submit_task_result action via the CLI bridge, providing a brief summary and markdown content to finalize the specialist executor's completed work for leader review.

Can I use this specialist coordination skill without writing custom backend scripts?

Yes, you can use this skill without custom scripts by leveraging the CLI bridge, which provides simple commands like clawbro team-helper submit-task-result to interact with the backend agnostically.

Does this agent coordination skill require replanning the entire team workflow?

No, this skill coordinates specialist agents to execute assigned tasks without replanning the entire team, operating within backend-agnostic workflows for coding, reviewing, or research roles.

When should I block a task during specialist agent execution?

You should use the block_task action when a specialist agent encounters a blocker during task execution, stalling the workflow and requiring intervention before progress can continue.