Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a highly actionable credential-access reference rich in executable commands and tables, with strong actionability and a clear decision gate. Its weaknesses are verbosity and duplication in the main body, missing validation feedback loops for destructive operations, and underuse of progressive disclosure despite a valid bundled reference.
Suggestions
Remove the duplicated Quick Reference commands or convert it into a pure pointer to the relevant sections to reduce redundancy and lift conciseness.
Add explicit validation/verification checkpoints for destructive and batch operations (e.g., confirm a dump parses with pypykatz before moving on; verify spray attempts stay below lockout threshold and re-check policy mid-run) to reach a 3 on workflow clarity.
Split the large inline sections (techniques 1-7, Detection Signatures, Tools & Resources) into additional reference files and present SKILL.md as a concise overview with one-level-deep links to improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~370-line body is dense with executable commands rather than concept explanations Claude already knows, but the Quick Reference duplicates commands that reappear in the detailed sections (e.g., comsvcs.dll, reg save), so it is mostly efficient yet could be tightened; not a 3 due to redundancy and length. | 2 / 3 |
Actionability | It provides fully executable, copy-paste-ready commands with real flags and placeholders (e.g., 'hashcat -m 1000 ... -r .../best64.rule', 'secretsdump.py ... -just-dc-ntlm'), matching the anchor for specific, concrete, executable examples. | 3 / 3 |
Workflow Clarity | Sections are organized by technique and include a Decision Gate with branching next steps plus a lockout-awareness rule, but for destructive/batch operations like LSASS dumping and spraying there are no explicit validation checkpoints or validate->fix->retry feedback loops, which caps workflow clarity at 2. | 2 / 3 |
Progressive Disclosure | The single bundled reference references/lsass-techniques.md exists and is well signaled one level deep, but the SKILL.md body is a large monolithic wall keeping nearly all detail inline rather than serving as a concise overview pointing to multiple reference files, fitting the 'content that should be separate is inline' anchor. | 2 / 3 |
Total | 9 / 12 Passed |