CtrlK
BlogDocsLog inGet started
Tessl Logo

workspace-dispatch

Single-agent mission orchestrator. Decomposes a mission into tasks, spawns one worker per task using the default model, verifies exit criteria, and chains tasks with retry. No critic pattern — each worker self-verifies. Simple, fast, works with any model config.

57

Quality

65%

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

Fix and improve this skill with Tessl

tessl review fix ./skills/workspace-dispatch/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

85%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.

The body is a well-structured, actionable orchestration playbook with concrete API calls, executable verification commands, and a clear validate-retry feedback loop. Its only weakness is minor redundancy between the final Rules section and earlier content.

DimensionReasoningScore

Conciseness

The body is mostly lean, but the trailing "Rules" section duplicates earlier content ("no critic", "Workers self-verify", "Don't start servers in tasks") that already appears in the Worker Prompt and Dispatch Loop, so it could be tightened.

2 / 3

Actionability

It gives concrete API calls (sessions_spawn, sessions_yield with parameters), executable exit-criteria shell commands, and a copy-paste worker prompt template with placeholders — fully actionable guidance.

3 / 3

Workflow Clarity

The Dispatch Loop is a clear sequence with an explicit verify → retry (max 3) → fail-and-skip-dependents feedback loop, plus a Failure Handling table, matching the anchor for explicit validation steps and error-recovery feedback loops.

3 / 3

Progressive Disclosure

No bundle files exist and none are needed; the skill is a self-contained, single-purpose process with well-organized sections (Flow, Decomposition Rules, Task Types, Dispatch Loop, Worker Prompt, Failure Handling) and no nested references.

3 / 3

Total

11

/

12

Passed

Description

45%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.

The description is specific and action-oriented in third person, but it is written in implementation jargon with no user-facing trigger terms and no "Use when" guidance, leaving the *when* unanswered. It is distinguishable but could conflict with broader orchestration skills.

Suggestions

Add an explicit "Use when…" clause with natural trigger phrases (e.g., "Use when you need to break a multi-step goal into subtasks, run each independently, and verify completion") to answer when and introduce user-facing keywords.

Replace internal jargon ("critic pattern", "exit criteria", "spawn worker", "default model") with language users would actually say so the skill triggers naturally.

Sharpen distinctiveness by naming the specific scenario — single-agent task orchestration with per-task self-verification — versus general multi-agent or workflow skills.

DimensionReasoningScore

Specificity

"Decomposes a mission into tasks, spawns one worker per task… verifies exit criteria, and chains tasks with retry" lists multiple specific concrete actions in third-person voice, matching the anchor for listing several concrete actions.

3 / 3

Completeness

It clearly answers *what* the skill does but never states *when* to use it — no explicit trigger guidance — so per the guidelines completeness is capped at 2.

2 / 3

Trigger Term Quality

The terms are internal/technical ("mission orchestrator", "exit criteria", "critic pattern", "spawn worker", "default model") rather than phrases a user would naturally say, and there is no "Use when…" trigger with natural keywords.

1 / 3

Distinctiveness Conflict Risk

It occupies a specific niche (single-agent task orchestration with self-verification) but lacks distinct natural triggers and could still overlap with general workflow/orchestration skills.

2 / 3

Total

8

/

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
outsourc-e/hermes-workspace
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.