Content
67%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a well-structured overview that dispatches cleanly to one-level-deep detail files and supplies concrete lock-file formats and detection commands. Its weaknesses are moderate verbosity from restating the adoption model across the intro and golden rules, and a long inlined ruleset that keeps progressive disclosure just short of a clean overview.
Suggestions
Collapse the overlap between the opening 'setup' section and Golden rules 1, 4, 5, and 6 (which restate the snapshot/gitignore/canonical-symlink model) to recover token budget.
Move the verbatim lock-file format blocks and possibly the golden-rules contract into a dedicated detail file, leaving the body a leaner overview that links to it.
Surface the key validation checkpoints (drift check before upgrade, verify after install) as a short inline checklist so the workflow's safety nets are visible without opening the detail files.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is dense and domain-specific (apache-magpie is a custom framework Claude does not already know, so explanation is warranted), but the nine golden rules restate points already made in the opening 'setup' section and the lock-file prose, so it could be tightened without losing information. | 3 / 5 |
Actionability | Concrete, copy-paste-ready artefacts are provided — verbatim lock-file formats, the `git rev-parse --git-dir` vs `--git-common-dir` worktree-detection command, and an explicit sub-action dispatch table — with only minor gaps because the actual execution steps are deferred to the detail files. | 4 / 5 |
Workflow Clarity | The upgrade flow is laid out as a numbered five-step sequence (delete snapshot, re-install per committed lock, refresh symlinks, reconcile overrides, update local lock) with drift detection as the trigger and a verify sub-action, and unadopt surfaces its removal plan before writing; minor validation detail lives in the referenced detail files rather than inline. | 4 / 5 |
Progressive Disclosure | A 'Detail files in this directory' table gives clear one-level-deep navigation to adopt/upgrade/verify/skill-sources/agents/overrides/unadopt, and the body serves as an overview, but at roughly 400 lines it inlines the verbatim lock-file formats and nine golden rules that could arguably live in their own files. | 4 / 5 |
Total | 15 / 20 Passed |