Use when executing implementation plans with independent tasks in the current session
36
31%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/subagent-driven-development/SKILL.mdQuality
Discovery
0%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 description is extremely vague and fails across all dimensions. It provides no concrete actions, no natural trigger terms, and no clear indication of what the skill actually does or when it should be selected over other skills. The phrase 'executing implementation plans with independent tasks' is abstract jargon that would not help Claude distinguish this skill from others.
Suggestions
Specify the concrete actions this skill performs—e.g., 'Parallelizes independent coding tasks across multiple files' or 'Executes multi-step build plans by running tasks concurrently'.
Add natural trigger terms users would actually say, such as 'parallel execution', 'run tasks simultaneously', 'batch processing', or whatever the actual use case involves.
Expand the 'Use when' clause with specific, concrete scenarios—e.g., 'Use when the user asks to run multiple independent tasks in parallel, such as updating several files simultaneously or executing concurrent build steps'.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | The description uses vague language like 'executing implementation plans with independent tasks' without specifying any concrete actions. It doesn't describe what the skill actually does—no verbs like 'creates', 'runs', 'parallelizes', etc. | 1 / 3 |
Completeness | The 'what' is extremely vague—'executing implementation plans' tells us almost nothing about the skill's capabilities. While there is a 'Use when' clause, the trigger condition is so abstract that it provides no meaningful guidance for skill selection. | 1 / 3 |
Trigger Term Quality | The terms 'implementation plans', 'independent tasks', and 'current session' are abstract and not natural keywords a user would say. Users are unlikely to phrase requests using these terms. | 1 / 3 |
Distinctiveness Conflict Risk | 'Implementation plans with independent tasks' is generic enough to overlap with many skills involving task execution, project management, or workflow automation. There are no distinct triggers to differentiate it. | 1 / 3 |
Total | 4 / 12 Passed |
Implementation
62%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill has excellent workflow clarity with well-defined sequences, validation checkpoints, and error recovery paths for a complex multi-step coordination process. However, it suffers from verbosity — the Advantages section, lengthy example, and Graphviz diagrams add significant token cost without proportional value. Actionability is limited by the absence of bundle files containing the actual prompt templates that are central to the skill's execution.
Suggestions
Trim or remove the 'Advantages' section — the benefits are self-evident from the process description and add ~40 lines of token cost without actionable guidance.
Shorten the example workflow significantly — the current narrative example could be reduced to show one task cycle (dispatch → review → fix → approve) rather than two full tasks plus commentary.
Replace Graphviz dot diagrams with concise numbered lists or simple markdown — the dot syntax is verbose and the diagrams describe straightforward decision trees that are clearer as bullet points.
Ensure the referenced prompt template files (implementer-prompt.md, spec-reviewer-prompt.md, code-quality-reviewer-prompt.md) exist in the bundle, as they are critical to actionability.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is moderately efficient but includes significant verbosity: the 'Advantages' section rehashes benefits that are self-evident from the process description, the 'When to Use' decision tree could be a simple bullet list, and the example workflow is quite long. The 'Red Flags' section has useful constraints but some are redundant restatements of the process. The Graphviz diagrams add token cost for something that could be expressed more concisely. | 2 / 3 |
Actionability | The skill provides a clear process and references prompt templates (./implementer-prompt.md, ./spec-reviewer-prompt.md, ./code-quality-reviewer-prompt.md), but since no bundle files are provided, the actual dispatch instructions are absent. The example workflow shows the flow but uses narrative prose rather than executable commands or concrete prompt construction. Model selection guidance is directional rather than specific (no model names or concrete dispatch syntax). | 2 / 3 |
Workflow Clarity | The multi-step process is clearly sequenced with explicit validation checkpoints: spec compliance review must pass before code quality review, review loops require re-review after fixes, and the handling of implementer statuses (DONE, DONE_WITH_CONCERNS, NEEDS_CONTEXT, BLOCKED) provides clear feedback loops and error recovery paths. The Graphviz diagram and example workflow reinforce the sequence unambiguously. | 3 / 3 |
Progressive Disclosure | The skill references three prompt template files (./implementer-prompt.md, ./spec-reviewer-prompt.md, ./code-quality-reviewer-prompt.md) and several other skills, which is good progressive disclosure structure. However, since no bundle files are provided, we can't verify these exist. The main file itself is quite long (~200+ lines) with sections like 'Advantages' and the detailed example that could potentially be split out. The inline content is heavy for what should be an overview. | 2 / 3 |
Total | 9 / 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.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
f2cbfbe
Table of Contents
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.