CtrlK
BlogDocsLog inGet started
Tessl Logo

dispatching-parallel-agents

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

48

Quality

51%

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 ./plugins/AI-Agents-Safe-Coding-Skills-claude/skills/dispatching-parallel-agents/SKILL.md

The canonical home for this skill is dispatching-parallel-agents in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

67%Weight 40%Scale 1-5

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

The body is actionable and well-sequenced with concrete dispatch examples and verification steps, but it is somewhat verbose due to repeated sections, a graphviz diagram, and a dated anecdote. Tightening the duplicated when/verification sections would lift conciseness.

Suggestions

Merge the duplicated 'Don't use when' and 'When NOT to Use' sections, and 'Review and Integrate' with 'Verification', to remove redundancy

Drop or generalize the '2025-10-03' dated session note, or move it to a references file, since time-sensitive detail penalizes conciseness

Replace the graphviz dot block with a short prose decision rule to save tokens

DimensionReasoningScore

Conciseness

The body is mostly useful but repeats guidance across overlapping sections ('Don't use when' vs 'When NOT to Use', 'Review and Integrate' vs 'Verification'), includes a dated session note (2025-10-03) and a graphviz block that pad rather than instruct.

3 / 5

Actionability

It gives a concrete TypeScript Task() dispatch snippet and a copy-paste agent prompt template with real test names and explicit constraints, with only minor gaps around how to actually invoke the tasks.

4 / 5

Workflow Clarity

A clear four-step sequence (identify domains, create tasks, dispatch, review/integrate) is given with validation checkpoints ('Verify fixes don't conflict', 'Run full test suite', 'Spot check'), though an explicit fix-and-retry feedback loop is not spelled out.

4 / 5

Progressive Disclosure

The skill is a single self-contained file with well-organized section headers and no bundle files to navigate; structure is clear, though the long real-example section could plausibly live in a reference.

4 / 5

Total

15

/

20

Passed

Description

36%Weight 40%Scale 1-5

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 a clear trigger condition but omits the capability itself, so it answers 'when' without 'what'. It is moderately specific but reads more like a guard clause than a description of what the skill does.

Suggestions

Lead with the capability, e.g. 'Dispatches one parallel agent per independent problem so concurrent investigations run at once'

Add natural synonyms users say, such as 'parallel' or 'concurrent', alongside 'independent tasks'

Mention 'agents' explicitly to reduce overlap with generic task-management skills

DimensionReasoningScore

Specificity

The description names the domain ('2+ independent tasks', 'no shared state or sequential dependencies') but states no concrete actions — it never says what the skill does (e.g. dispatch parallel agents), only the triggering condition.

2 / 5

Completeness

An explicit 'when' clause is present ('Use when facing 2+ independent tasks...') but the 'what' is entirely missing — the description never states the capability, matching the 'only when is present without what' anchor.

2 / 5

Trigger Term Quality

'independent tasks' is a natural phrase users would say, but 'shared state' and 'sequential dependencies' lean technical and common synonyms like 'parallel' or 'concurrent' are missing.

3 / 5

Distinctiveness Conflict Risk

The no-shared-state / no-sequential-dependencies framing is somewhat specific, but because 'agents' is never mentioned it could still overlap with general task-delegation or work-organization skills.

3 / 5

Total

10

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
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.