Content
68%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 content is a tight, well-structured, actionable reference for git-workforest with concrete commands and examples. Its main weakness is the absence of explicit validation/verification checkpoints for destructive tree-removal operations, which caps workflow clarity.
Suggestions
Add an explicit validation step to the remove workflow, e.g. "After remove, run `git forest list` to confirm the tree is gone and check `git worktree list` for leftover entries."
Before showing `git forest remove -f`, add a guardrail/checkpoint reminding to confirm or stash uncommitted changes, since force-remove discards work.
Add brief executable examples for `git forest clone`, `git forest migrate`, and `git forest init`, and a one-line `~/.workforest.yaml` config snippet showing `fatTrees: true`, so every table command has a concrete example.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude knows git worktrees, opening with a brief comparison and compact command table; a few facts are restated across sections (e.g. "The forest root is NOT a git repo" appears in multiple places), keeping it just short of a fully lean score 5. | 4 / 5 |
Actionability | Provides copy-paste-ready commands with realistic pwd context and predicted output (git forest add/remove/remove -f), but clone, migrate, and init appear only in the table without examples and the fatTrees config is mentioned without a full config snippet, leaving minor gaps versus a score 5. | 4 / 5 |
Workflow Clarity | Structure and a built-in guard ("refuses if dirty") exist, but destructive/batch tree-removal operations lack explicit Claude-performed validation checkpoints or feedback loops, so per the rubric's destructive-operations cap workflow clarity cannot exceed 3. | 3 / 5 |
Progressive Disclosure | Self-contained with no external bundles and clear section headers throughout, with no nested references or wall-of-text; at ~95 lines a couple of detail-heavy sections (list output, layout diagram) keep it just below the clean score 5 the simple-skill exception grants to very short self-contained skills. | 4 / 5 |
Total | 15 / 20 Passed |