Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill is genuinely actionable with concrete gbrain commands and a clear output template, and its phased workflow is well-sequenced. Its main weaknesses are duplicated content across sections, implicit rather than explicit verification checkpoints, and a dangling reference to a filing-rules file that does not exist.
Suggestions
Consolidate the duplicated meeting-loading guidance (Phase 1 vs "Before a meeting") and citation rules (Contract vs "Citation in Briefings") into single authoritative sections to recover tokens.
Add an explicit verification step before delivery, e.g. a final "Verify every fact carries a [Source: ...] citation and every meeting gap is flagged" checkpoint.
Either create the referenced `skills/_brain-filing-rules.md` (or a local reference file) and link it once-level-deep, or inline the essential filing rules and drop the dangling reference.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is largely actionable but duplicates content: meeting loading appears in both Phase 1 and "Before a meeting", citations in both the Contract and "Citation in Briefings", and the _brain-filing-rules reference appears twice — these could be tightened. | 2 / 3 |
Actionability | It provides multiple fully executable commands with specific flags (e.g. `gbrain recall --since-last-run --supersessions --pending --rollup --json`, `gbrain search --type person --sort updated --limit 10`) plus a concrete output template, which is copy-paste ready. | 3 / 3 |
Workflow Clarity | The seven phases (0-6) are clearly sequenced, but verification checkpoints are implicit (gap-flagging, staleness surfacing) rather than explicit gates or validate-then-fix loops in the main flow. | 2 / 3 |
Progressive Disclosure | Sections are well-organized, but at ~135 lines the body keeps content inline that could be split out, and it references a non-existent `skills/_brain-filing-rules.md` with no bundle files actually present to back the reference. | 2 / 3 |
Total | 9 / 12 Passed |