CtrlK
BlogDocsLog inGet started
Tessl Logo

parallel

Multi-agent pipeline orchestrator that plans and dispatches parallel development tasks to worktree agents. Reads project context, configures task directories with PRDs and jsonl context files, and launches isolated coding agents. Use when multiple independent features need parallel development, orchestrating worktree agents, or managing multi-agent coding pipelines.

68

Quality

82%

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

80%

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

An actionable, concise orchestration procedure with copy-paste commands and a clear two-path workflow. It is capped by the absence of an explicit validation feedback loop and by all content living inline with no progressive disclosure mechanism.

Suggestions

Add an explicit error-recovery loop after 'task.py validate' (e.g. 'If validation fails: review errors, fix the task config, re-run validate; only start the agent when validation passes').

Consider moving the detailed Manual Configuration sub-steps into a referenced file (e.g. references/manual-config.md) so SKILL.md stays a focused overview.

Introduce more natural user-facing trigger phrasings (e.g. 'develop several features at once', 'run coding tasks in parallel') alongside the technical 'worktree agents' terminology.

DimensionReasoningScore

Conciseness

Lean, command- and table-driven content with no over-explanation of concepts Claude already knows; minor redundancy ('Don't write code directly' repeats in Role Definition and Core Rules) but every section earns its place.

3 / 3

Actionability

Provides concrete, copy-paste-ready executable commands throughout (get_context.py, plan.py, task.py create/init-context/set-branch, start.py) for both the Plan Agent and Manual Configuration paths.

3 / 3

Workflow Clarity

Steps are clearly sequenced with a 'task.py validate' checkpoint before launch, but no explicit validate→fix→retry feedback loop is described for the destructive/batch agent-dispatch operations.

2 / 3

Progressive Disclosure

A single self-contained file, well-sectioned, with no bundle files or external references; at ~190 lines it keeps all procedures inline rather than splitting detailed paths (e.g. manual config) into referenced files.

2 / 3

Total

10

/

12

Passed

Description

85%

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, third-person description that concretely lists capabilities and provides an explicit use-when trigger. It is slightly held back by jargon-heavy trigger terms ('worktree agents') that a user may not naturally say.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ('plans and dispatches parallel development tasks', 'configures task directories with PRDs and jsonl context files', 'launches isolated coding agents') rather than vague language.

3 / 3

Completeness

Clearly states what it does and includes an explicit 'Use when multiple independent features need parallel development...' trigger clause.

3 / 3

Trigger Term Quality

Relevant terms like 'parallel development' and 'multi-agent coding pipelines' appear, but 'worktree agents' is technical jargon and common user phrasings are missing.

2 / 3

Distinctiveness Conflict Risk

Targets a clear niche (multi-agent worktree orchestration pipelines) with distinct triggers unlikely to collide with other skills.

3 / 3

Total

11

/

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
zhukunpenglinyutong/desktop-cc-gui
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.