Use when parallelizing development, running multiple agents, splitting work across agents, coordinating parallel tasks, or decomposing PRDs for concurrent execution. Breaks work into independent agent workstreams.
Install with Tessl CLI
npx tessl i github:jpoutrin/product-forge --skill parallel-agents96
Does it follow best practices?
Validation for skill structure
Discovery
89%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 is a well-structured description with excellent trigger term coverage and clear 'Use when' guidance. The main weakness is that the 'what' portion is somewhat thin - it only describes one action ('Breaks work into independent agent workstreams') without detailing the full range of capabilities like coordination mechanisms or output formats.
Suggestions
Expand the capability description to include more specific actions, e.g., 'Breaks work into independent agent workstreams, generates task assignments, defines dependencies, and tracks parallel execution progress.'
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (parallel development, agent coordination) and one action ('Breaks work into independent agent workstreams'), but lacks comprehensive concrete actions like how it decomposes, coordinates, or manages the parallel work. | 2 / 3 |
Completeness | Explicitly answers both what ('Breaks work into independent agent workstreams') and when ('Use when parallelizing development, running multiple agents, splitting work across agents, coordinating parallel tasks, or decomposing PRDs for concurrent execution'). | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural terms users would say: 'parallelizing development', 'running multiple agents', 'splitting work', 'coordinating parallel tasks', 'decomposing PRDs', 'concurrent execution' - these are all phrases developers would naturally use. | 3 / 3 |
Distinctiveness Conflict Risk | Clear niche focused on multi-agent parallelization and work decomposition - distinct triggers like 'multiple agents', 'parallel tasks', 'PRDs', and 'concurrent execution' are unlikely to conflict with other skills. | 3 / 3 |
Total | 11 / 12 Passed |
Implementation
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is an exemplary skill document that efficiently communicates a complex parallel development orchestration system. It excels at providing concrete, executable guidance through CLI commands, JSON schemas, and directory structures while maintaining excellent organization with clear workflow phases and cross-references to related skills.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient, using tables, code blocks, and structured sections without explaining concepts Claude already knows. Every section serves a clear purpose with no padding or unnecessary explanations. | 3 / 3 |
Actionability | Provides concrete CLI commands, complete JSON schemas, specific directory structures, and copy-paste ready examples. The workflow phases have explicit commands that can be executed directly. | 3 / 3 |
Workflow Clarity | Clear 4-phase workflow (Setup → Decomposition → Execution → Integration) with explicit sequencing. The manifest.json includes wave-based execution with validation steps, and dependency execution order is explicitly documented. | 3 / 3 |
Progressive Disclosure | Excellent structure with a clear overview, quick start section, and well-signaled references to related skills (parallel-decompose, parallel-prompt-generator, etc.). Content is appropriately split with a Related Skills table for navigation. | 3 / 3 |
Total | 12 / 12 Passed |
Validation
90%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 10 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 10 / 11 Passed | |
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.