Execute multiple Claude Code agents in parallel using the cpo CLI tool. Use when running parallel tasks, monitoring execution, or understanding the execution workflow.
Install with Tessl CLI
npx tessl i github:jpoutrin/product-forge --skill parallel-execution91
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Discovery
75%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 has good structure with explicit 'what' and 'when' clauses, and the specific mention of 'cpo CLI tool' provides strong distinctiveness. However, the capabilities could be more concrete (what specific actions can be performed?) and the trigger terms could include more natural variations users might use when seeking parallel execution help.
Suggestions
Add more specific concrete actions like 'spawn multiple agents', 'aggregate results', 'configure concurrency', or 'handle failures across parallel runs'
Expand trigger terms to include natural variations: 'concurrent', 'batch', 'multiple agents simultaneously', 'run agents in parallel'
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (parallel Claude Code agents) and mentions actions like 'running parallel tasks, monitoring execution, understanding execution workflow', but lacks specific concrete actions like 'spawn agents', 'aggregate results', or 'configure concurrency limits'. | 2 / 3 |
Completeness | Clearly answers both what ('Execute multiple Claude Code agents in parallel using the cpo CLI tool') and when ('Use when running parallel tasks, monitoring execution, or understanding the execution workflow') with explicit trigger guidance. | 3 / 3 |
Trigger Term Quality | Includes some relevant terms ('parallel tasks', 'cpo CLI tool', 'monitoring execution') but misses common variations users might say like 'concurrent', 'batch processing', 'multiple agents', 'parallel execution', or 'run in parallel'. | 2 / 3 |
Distinctiveness Conflict Risk | The specific mention of 'cpo CLI tool' and 'Claude Code agents in parallel' creates a clear niche that is unlikely to conflict with other skills; the combination of parallel execution + specific tool name is distinctive. | 3 / 3 |
Total | 10 / 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 excellent skill document that efficiently teaches parallel execution using the cpo CLI. It provides concrete, executable examples for both CLI and SDK approaches, clear workflow sequences with wave dependency visualization, and well-organized progressive disclosure. The content respects Claude's intelligence while providing all necessary actionable details.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient, avoiding explanations of concepts Claude already knows. Every section provides actionable information without padding or unnecessary context about what parallel execution or CLI tools are. | 3 / 3 |
Actionability | Provides fully executable commands (pip install, cpo validate/run/status), complete TypeScript code example for SDK usage, and specific file paths. All examples are copy-paste ready with concrete commands and code. | 3 / 3 |
Workflow Clarity | Clear numbered workflow (validate → execute → monitor), explicit wave execution diagram showing dependencies, and the 'What cpo run Does' section provides a clear sequence with implicit validation. The 'Tips for Success' reinforces validation-first approach. | 3 / 3 |
Progressive Disclosure | Well-structured with clear sections progressing from primary method to alternative approaches. References to related skills are clearly signaled at the end. Content is appropriately organized with tables for quick reference and detailed sections for deeper understanding. | 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.