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 highly actionable with concrete, executable commands across all major AD attack techniques, and it includes a useful Decision Gate for branching on outcomes. Its weaknesses are redundancy between the Quick Reference and detailed sections, missing per-step validation checkpoints for batch operations, and a monolithic structure that underuses the bundled reference file.
Suggestions
Remove the duplication between the 'Quick Reference' section and sections 1-7, keeping either the compact cheatsheet or the detailed sections rather than both.
Add explicit validation checkpoints within each technique (e.g., verify Kerberoast/AS-REP hash files are populated before cracking; confirm the DCSync output file contains expected accounts before extracting krbtgt).
Move the detailed per-technique command reference into references/attack-paths.md and keep SKILL.md as a leaner overview that points to it, improving progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Commands are concrete rather than padded with concepts Claude already knows, but the 'Quick Reference' section duplicates commands fully expanded in sections 1-7 (e.g., BloodHound collection, Kerberoast, AS-REP, DCSync, AD CS enum), so it could be tightened. | 2 / 3 |
Actionability | Provides fully executable commands with concrete flags and placeholders (e.g., impacket-GetUserSPNs, certipy req, mimikatz kerberos::golden, hashcat -m 13100), copy-paste ready and matching the anchor for executable code/commands. | 3 / 3 |
Workflow Clarity | Each technique is sequenced (enumerate -> extract -> crack/use) and the Decision Gate provides outcome branching, but per-step validation checkpoints are absent; batch operations like DCSync and mass Kerberoast cap workflow clarity at 2 per the scoring notes. | 2 / 3 |
Progressive Disclosure | references/attack-paths.md is clearly signaled at one level deep with a when-to-read note and the file exists, but the full command reference is inline in SKILL.md (~415 lines) rather than a lean overview pointing to the reference, so content that should be separate is inline. | 2 / 3 |
Total | 9 / 12 Passed |