CtrlK
BlogDocsLog inGet started
Tessl Logo

teamharness-task-execution

Use when a Worker receives TASK_ASSIGNED, acknowledges the task, works inside shared/tasks/{task-id}/, submits with taskflow submit_task, publishes deliverables through submit_task, and reports TASK_COMPLETED or blockers in the Task room.

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%Weight 40%Scale 1-3

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

A well-structured, actionable skill body: concrete commands, a clearly sequenced workflow with error-recovery checkpoints, and lean prose that assumes competence. It is self-contained with no need for external references.

DimensionReasoningScore

Conciseness

The body is lean: it gives path conventions, JSON command templates, and tight rules without explaining concepts Claude already knows, so every token earns its place.

3 / 3

Actionability

It provides copy-paste-ready JSON for ack_task and submit_task, exact path templates, the completion-message format, the blocker format, and an enumerated status list — fully executable guidance.

3 / 3

Workflow Clarity

The Acknowledge → Read spec → Execute → Submit → Completion Message sequence is explicit, with validation checkpoints (ack_task failure handling, BLOCKED instead of silent waiting, acting only after submit_task returns ok: true) for the stateful submit step.

3 / 3

Progressive Disclosure

This is a focused single-purpose skill with no external bundle files and no nested references; its well-organized sections (Task Directory, Acknowledge, Execute, Submit, Completion Message) satisfy the simple-skill note for progressive disclosure.

3 / 3

Total

12

/

12

Passed

Description

100%Weight 40%Scale 1-3

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

A strong, specific description that names concrete worker-protocol actions and pairs them with an explicit "Use when..." trigger covering the full task lifecycle. It is distinguishable from other skills and free of vague fluff.

DimensionReasoningScore

Specificity

The description lists multiple concrete actions — "acknowledges the task", "works inside shared/tasks/{task-id}/", "submits with taskflow submit_task", "publishes deliverables", "reports TASK_COMPLETED or blockers" — matching the anchor for several specific concrete actions.

3 / 3

Completeness

An explicit "Use when a Worker receives TASK_ASSIGNED..." clause answers "when", and the action list answers "what", satisfying the anchor for both what and when with explicit triggers.

3 / 3

Trigger Term Quality

It covers the natural system trigger terms a Worker would actually encounter — TASK_ASSIGNED, taskflow submit_task, TASK_COMPLETED, Task room, shared/tasks/{task-id}/, blockers — giving good coverage rather than jargon or a single keyword.

3 / 3

Distinctiveness Conflict Risk

The trigger is tied to a distinct teamharness Worker protocol (TASK_ASSIGNED, taskflow submit_task, Task room), occupying a clear niche unlikely to fire for unrelated 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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
agentscope-ai/AgentTeams
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.