Pack comparison
Two packs, side-by-side. Merged comparisons, shared shape, and diff highlights in one view.
seven-safety-layers
Defense-in-depth for tool execution. Deny > ask > allow. All 7 layers, in order, with honest failure modes.
Install
npx attrition-sh pack install seven-safety-layersToken budget
—
Pass rate
—
Avg tokens
—
Publisher
Agent Workspace
Compatibility
turn-execution-pipeline
The 9-step loop, 5 context shapers, 3 recovery paths. The 98.4% infrastructure under every turn.
Install
npx attrition-sh pack install turn-execution-pipelineToken budget
200,000
Pass rate
—
Avg tokens
—
Publisher
Agent Workspace
Compatibility
Contract summary
3 required outputs, 4 permissions, 3 completion conditions.
out: .transcripts/<session>.jsonl
Shared shape
What both packs have in common
Overlap across canonical pattern, compatibility, tags, and required packs.
Compatibility
Tags
Merged comparisons
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).
| Source | Alternative | Axis | Winner | Note |
|---|---|---|---|---|
| A | injection-surface-audit | maintainability | Tie | This 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. |
| A | turn-execution-pipeline | complexity | Alternative | Turn 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. |
| A | owasp-llm-top10 | accuracy | A | OWASP 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. |
| B | advisor-pattern-v2 | complexity | Alternative | Advisor 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. |
| B | claude-code-guide | maintainability | Tie | Claude 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. |
| B | orchestrator-workers | accuracy | Tie | Orchestrator-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. |
Diff highlights
What each pack brings that the other doesn't
Unique coverage and any measurable gap between the two.
Unique to A — Seven Safety Layers
Comparisons not in B
Compatibility A-only
(none)
Tags A-only
Unique to B — Turn Execution Pipeline
Comparisons not in A
Compatibility B-only
(none)
Tags B-only
Swap / reset