Pack comparison
Two packs, side-by-side. Merged comparisons, shared shape, and diff highlights in one view.
claude-code-guide
How the Claude Code harness actually works — AGENTS.md, skills, hooks, subagents.
Install
npx attrition-sh pack install claude-code-guideToken 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
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 | cursor-rules-guide | maintainability | A | AGENTS.md is honoured by Claude Code, Codex CLI, Cursor, Aider, and Continue. Cursor .cursorrules is single-tool. |
| A | pattern-decision-tree | complexity | Tie | Decision-tree covers WHICH pattern to pick; this pack covers HOW the Claude Code harness executes the chosen pattern. Use together. |
| 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 — Claude Code Guide
Comparisons not in B
Compatibility A-only
Tags A-only
Unique to B — Turn Execution Pipeline
Comparisons not in A
Compatibility B-only
Tags B-only
Swap / reset