Agent Workspace

Pack comparison

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

ACommunityharnessorchestrator-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

BCommunitysecurityv0.1.0Recommended
Seven Safety Layers

seven-safety-layers

Defense-in-depth for tool execution. Deny > ask > allow. All 7 layers, in order, with honest failure modes.

npx attrition-sh pack install seven-safety-layers

Token budget

Pass rate

Avg tokens

Publisher

Agent Workspace

claude-codecursorcodex

What both packs have in common

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

claude-codecursorcodex
claude-code-internalsdive-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-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.
Aclaude-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.
Aorchestrator-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.
Binjection-surface-auditmaintainabilityTieThis pack is the architecture; injection-surface-audit is the checklist. Use the architecture for design decisions, the checklist for per-release audits. Complementary, not substitutes.
Bturn-execution-pipelinecomplexityAlternativeTurn pipeline describes the outer 9-step loop; this pack expands step 7 (permission gate) into its 7-layer decomposition. Pipeline is simpler because it treats the gate as one step; safety layers are the hard part.
Bowasp-llm-top10accuracyBOWASP LLM Top 10 is a vocabulary for LLM-app vulnerabilities; this pack is a specific architecture. Use OWASP to name the risks, this pack to verify the layers.

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-guideorchestrator-workers

Compatibility A-only

(none)

Tags A-only

harnessturn-loopcontext-compactionorchestrator-workers

Comparisons not in A

injection-surface-auditturn-execution-pipelineowasp-llm-top10

Compatibility B-only

(none)

Tags B-only

securitypermissionsdefense-in-depthssrf-and-sandbox