Agent Workspace

Pack comparison

Two packs, side-by-side. Merged comparisons, shared shape, and diff highlights in one view.

ACommunityharnessparallelizationv0.1.0Recommended
Subagent Delegation — Three Isolation Modes

subagent-delegation-three-isolation-modes

SkillTool vs AgentTool, 6 built-in types, 3 isolation modes. The knob every harness engineer gets wrong first.

npx attrition-sh pack install subagent-delegation-three-isolation-modes

Token budget

50,000

Pass rate

Avg tokens

Publisher

Agent Workspace

claude-codecursorcodex

3 required outputs, 2 permissions, 3 completion conditions.

out: .sidechains/<task-id>.jsonl

BCommunityreferencev0.1.0Recommended
Claude Code Guide

claude-code-guide

How the Claude Code harness actually works — AGENTS.md, skills, hooks, subagents.

npx attrition-sh pack install claude-code-guide

Token budget

Pass rate

Avg tokens

Publisher

Agent Workspace

claude-codecursorcodex-cli

What both packs have in common

Overlap across canonical pattern, compatibility, tags, and required packs.

claude-codecursor
subagentsclaude-code

Head-to-head claims from both packs

Each row is attributed to the pack that authored it. The winner column is normalised to this compare view (A / B / Tie).

SourceAlternativeAxisWinnerNote
Aadvisor-pattern-v2costTieAdvisor routes intelligence by confidence (cheap executor + expensive advisor). Subagent delegation routes context (keep wide reads out of the parent window). Different cost axes; stack them when both apply.
Aclaude-code-guidecomplexityAlternativeClaude Code Guide is a 10-section reference covering the whole harness including subagents. This pack is the deep dive on just subagent delegation — use the guide for onboarding, this pack for production tuning.
Aturn-execution-pipelinelatencyTieEach subagent runs its own 9-step turn pipeline internally. Subagent spawns add 1-3s round-trip on top of a pipeline turn; fan-out parallelises across children to amortise.
Bcursor-rules-guidemaintainabilityBAGENTS.md is honoured by Claude Code, Codex CLI, Cursor, Aider, and Continue. Cursor .cursorrules is single-tool.
Bpattern-decision-treecomplexityTieDecision-tree covers WHICH pattern to pick; this pack covers HOW the Claude Code harness executes the chosen pattern. Use together.

What each pack brings that the other doesn't

Unique coverage and any measurable gap between the two.

Comparisons not in B

advisor-pattern-v2claude-code-guideturn-execution-pipeline

Compatibility A-only

codex

Tags A-only

harnessparallelizationskill-toolagent-toolisolationsidechaindive-into-claude-code

Comparisons not in A

cursor-rules-guidepattern-decision-tree

Compatibility B-only

codex-cli

Tags B-only

referenceagents-mdskillshooks