CtrlK
BlogDocsLog inGet started
Tessl Logo

arn-code-batch-implement

This skill should be used when the user says "batch implement", "implement all", "batch execution", "implement all features", "parallel implement", "implement in parallel", "arness batch implement", "arn-code-batch-implement", "run batch implementation", "implement everything", "launch batch workers", or wants to spawn parallel worktree-isolated background agents to implement multiple pending features simultaneously. Each worker runs as a full independent session with all tools. This skill requires pending plans in .arness/plans/ — run arn-code-batch-planning first if none exist.

74

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

A dense, well-structured orchestration skill with executable commands, explicit validation and retry feedback loops, and properly split one-level-deep references. The only weakness is conciseness — rationale passages and upstream-issue citations add tokens beyond pure instruction.

Suggestions

Drop the upstream issue citations ('anthropics/claude-code#27881 and #39886') and the explanatory rationale around the isolation workaround; state the instruction ('pre-create every worktree via git worktree add, then spawn agents without isolation') directly.

Tighten or relocate the Step 6 worked example — it illustrates behavior already specified by the steps; consider trimming it to one sentence or moving it to worker-instructions.md.

Remove interpretive asides like 'the single most common cause of transient worktree add failures' and 'The goal is to recover from transient collisions…' that restate what the procedure already implies.

DimensionReasoningScore

Conciseness

Mostly efficient operational prose with concrete commands, but includes unnecessary explanation — the upstream-issue citations ('anthropics/claude-code#27881 and #39886'), rationale sentences ('the single most common cause of transient worktree add failures'), and the multi-line worked example. Not a 3 because not every token earns its place; not a 1 because there is no padding with concepts Claude already knows.

2 / 3

Actionability

Fully executable guidance — real git commands ('git -C "$REPO" worktree add … -b', 'show-ref --verify --quiet'), exact slug-sanitization rules, copy-paste bash blocks, and precise AskUserQuestion wording. Not a 2 because commands are complete and runnable rather than pseudocode.

3 / 3

Workflow Clarity

Clearly sequenced Steps 0–7 with sub-steps, explicit validation checkpoints (preflight, worktree-creation verification against 'git worktree list'), and a retry feedback loop (prune → re-add → spawn or mark failed). Not a 2 because validation and error-recovery loops are explicit, not implicit.

3 / 3

Progressive Disclosure

Overview keeps orchestration inline while detailed procedures are split into one-level-deep, well-signaled references ('Read … preflight-validation.md and follow its procedure', 'Read the worker instructions template from … worker-instructions.md'), both of which exist as substantial files. Not a 2 because references are clearly signaled and not nested stub chains.

3 / 3

Total

11

/

12

Passed

Description

100%

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 description that clearly states both what the skill does and when to use it, with extensive natural trigger phrases and a distinct parallel-batch niche. Third-person voice is maintained throughout.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'spawn parallel worktree-isolated background agents to implement multiple pending features simultaneously', 'Each worker runs as a full independent session with all tools', and 'requires pending plans in .arness/plans/'. Not a 2 because it goes beyond naming a domain to enumerating specific operational actions.

3 / 3

Completeness

Explicitly answers both: what ('spawn parallel worktree-isolated background agents…') and when ('This skill should be used when the user says…'). Not capped at 2 because an explicit 'should be used when' trigger clause is present.

3 / 3

Trigger Term Quality

Provides ~11 trigger phrases users would naturally say — 'batch implement', 'implement all', 'implement everything', 'parallel implement', 'implement in parallel', 'launch batch workers'. Not a 2 because coverage of natural phrasings is broad, not just a single keyword.

3 / 3

Distinctiveness Conflict Risk

Clear niche — parallel worktree-isolated batch orchestration — with batch/parallel-specific triggers unlikely to fire for single-feature implement skills. Not a 2 because the parallel/worktree framing is dominant and distinct, despite 'implement all'/'implement everything' being mildly generic.

3 / 3

Total

12

/

12

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
AppsVortex/arness
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.