Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with a clear, validated workflow and clean self-contained organization; its main weakness is verbosity in the historical frontmatter-writing rationale, which pads the token budget without proportional value.
Suggestions
Compress the 'Why this used to break' and 'classic LLM trap' paragraphs into a one-line note plus the canonical single-quoted example, dropping the version-history narrative.
Consider moving the detailed 'Prevention — Writing Valid Frontmatter' guidance into a references/ file so the main body stays a lean overview while still pointing one level deep.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Most sections are tight and assume competence (validation-class table, bash commands, output envelope), but several passages are padded beyond necessity — the 'Why this used to break' historical narrative and the LLM-trap code snippet re-explain version history (v0.37.5.0, '6,981 of these') that Claude does not need, so it is mostly efficient but could be tightened. | 2 / 3 |
Actionability | Provides copy-paste-ready commands for every phase (`gbrain frontmatter audit --json`, `validate <path> --json`, `--fix`, `--dry-run`, `install-hook`) plus concrete correct/broken YAML examples and a sample JSON envelope, matching the score-3 anchor of fully executable commands and specific examples. | 3 / 3 |
Workflow Clarity | Phases are explicitly sequenced (Audit → Validate → Fix → Pre-commit) with validation checkpoints and feedback loops: exit codes, `--dry-run` before batch fix, state-before-modify rules, and explicit 'don't auto-fix without input' guards for destructive/batch operations, satisfying the score-3 anchor including the destructive-operations feedback-loop requirement. | 3 / 3 |
Progressive Disclosure | No bundle files exist in references/, scripts/, or assets/, so the body is self-contained and organized into clearly labeled sections (Contract, Validation classes, Phases, Output rules, Prevention, Anti-Patterns) with no nested references; per the simple-skills note, well-organized single-file content scores 3. | 3 / 3 |
Total | 11 / 12 Passed |