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

BCommunityharnessorchestrator-workersv0.1.0Recommended
Turn Execution Pipeline

turn-execution-pipeline

The 9-step loop, 5 context shapers, 3 recovery paths. The 98.4% infrastructure under every turn.

npx attrition-sh pack install turn-execution-pipeline

Token budget

200,000

Pass rate

Avg tokens

Publisher

Agent Workspace

claude-codecursorcodex

3 required outputs, 4 permissions, 3 completion conditions.

out: .transcripts/<session>.jsonl

What both packs have in common

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

claude-codecursorcodex
harnessdive-into-claude-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.
Badvisor-pattern-v2complexityAlternativeAdvisor is a specialized loop shape running inside a pipeline like this one. Advisor is simpler because it ignores the shaper chain; this pack is the whole pipeline.
Bclaude-code-guidemaintainabilityTieClaude Code Guide is the operator's view (AGENTS.md, hooks, skills); this pack is the implementer's view (loop, shapers, recovery). Use together when onboarding a team building a clone.
Borchestrator-workersaccuracyTieOrchestrator-workers is the canonical pattern family; this pack is the specific instantiation inside Claude Code's harness. The match is substantial but not total — the 5-shaper chain is not part of the generic orchestrator-workers shape.

What each pack brings that the other doesn't

Unique coverage and any measurable gap between the two.

Comparisons not in B

turn-execution-pipeline

Compatibility A-only

(none)

Tags A-only

parallelizationsubagentsskill-toolagent-toolisolationsidechainclaude-code

Comparisons not in A

orchestrator-workers

Compatibility B-only

(none)

Tags B-only

turn-loopcontext-compactionorchestrator-workersclaude-code-internals

Difference: 150,000 tokens. A (Subagent Delegation — Three Isolation Modes) is the cheaper declared contract.