CtrlK
BlogDocsLog inGet started
Tessl Logo

team-orchestration

Creates and coordinates teams of persistent AI teammates with shared task lists, messaging, and lifecycle management. Use when spawning teammates, creating a team, setting up reviewers or implementers, coordinating multi-agent work, or any skill references "kit:team-orchestration". Provides the scaffolding for TeamCreate, teammate spawning, task dependencies, SendMessage communication, and graceful shutdown.

68

Quality

81%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

62%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a well-structured orchestration skill with clear workflows, good sequencing, and explicit validation checkpoints. Its main weaknesses are the lack of concrete, executable tool invocation examples (showing exact parameter syntax) and some redundancy between the main sections and the 'Red Flags' summary. The content would benefit from actual code/command examples showing tool calls with real parameters.

Suggestions

Add concrete, executable examples of tool invocations (e.g., exact TaskCreate and SendMessage calls with all required parameters) to improve actionability from descriptive to copy-paste ready.

Remove or consolidate the 'Red Flags' section since most items duplicate guidance already stated in earlier sections, improving conciseness.

Consider providing a bundle file (e.g., EXAMPLES.md) with full worked examples of team orchestration scenarios to improve progressive disclosure.

DimensionReasoningScore

Conciseness

Generally efficient but has some redundancy — the 'Red Flags' section largely restates guidance already given in earlier sections (e.g., 'Do not re-spawn teammates' is stated twice). The parallelism table and lifecycle diagram are concise and earn their tokens, but some sections like 'Integration' add little value.

2 / 3

Actionability

Provides structured guidance with specific tool names (TeamCreate, TaskCreate, TaskUpdate, SendMessage) and naming conventions, but lacks executable code examples — most instructions are descriptive rather than copy-paste ready. The config file read path is concrete, but actual tool invocation syntax/parameters are never shown.

2 / 3

Workflow Clarity

Multi-step processes are clearly sequenced: team setup (create → spawn → verify), task coordination (create → dependencies → assign → monitor), plan approval (exit plan mode → review → approve/reject), and shutdown (verify → request → wait → delete). Validation checkpoints are explicit (verify team config, check TaskList before shutdown), and the plan approval flow includes a feedback loop for rejection.

3 / 3

Progressive Disclosure

Content is well-organized with clear section headers and a logical flow from setup through shutdown. However, with no bundle files, all content is inline in a single file. The 'Integration' section references domain skills but doesn't link to any concrete files. For a skill of this complexity, some content (e.g., the parallelism rules table, red flags checklist) could be split out.

2 / 3

Total

9

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a strong skill description that clearly articulates specific capabilities (team creation, task dependencies, messaging, lifecycle management), provides explicit trigger guidance via a 'Use when' clause with natural and technical terms, and occupies a distinct niche in multi-agent orchestration. The description is concise yet comprehensive, using proper third-person voice throughout.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: creating teams, spawning teammates, shared task lists, messaging, lifecycle management, task dependencies, SendMessage communication, and graceful shutdown.

3 / 3

Completeness

Clearly answers both 'what' (creates and coordinates teams with shared task lists, messaging, lifecycle management) and 'when' (explicit 'Use when' clause listing spawning teammates, creating a team, setting up reviewers/implementers, coordinating multi-agent work, or skill references).

3 / 3

Trigger Term Quality

Includes strong natural trigger terms users would say: 'spawning teammates', 'creating a team', 'setting up reviewers or implementers', 'coordinating multi-agent work', 'kit:team-orchestration', 'TeamCreate', 'SendMessage'. Covers both natural language and technical identifiers.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche around multi-agent team orchestration with distinct triggers like 'TeamCreate', 'SendMessage', 'kit:team-orchestration', and 'spawning teammates' that are unlikely to conflict with other skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
shousper/claude-kit
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.