Content
65%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-organized OSINT reference card with concrete commands throughout, but it is held back by a duplicated Quick Start block and, more seriously, by references to three supporting files that are not bundled, breaking progressive disclosure.
Suggestions
Bundle the three referenced files (social-media.md, geolocation-and-media.md, web-and-dns.md) under references/, or remove the links and inline the essential details, so the progressive-disclosure path actually resolves.
Drop or trim the 'Quick Start Commands' section, since its DNS, image-metadata, web-archive, username-lookup, and Shodan entries are already covered in the dedicated sections below — this removes redundant token spend (conciseness).
Add a short explicit decision sequence at the top (e.g., identify data type -> pick technique section -> verify result against the challenge) so the workflow is sequenced rather than left implicit (workflow_clarity).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly an efficient one-liner-per-technique reference card, but the 'Quick Start Commands' block duplicates the DNS recon, image metadata, web archive, username lookup, and Shodan sections that appear verbatim below, so it could be tightened. | 2 / 3 |
Actionability | Provides concrete, copy-paste-ready commands ('dig -t any target.com', 'exiftool image.jpg', 'curl "https://web.archive.org/..."', 'shodan search "hostname:target.com"') plus executable formulas such as the Snowflake timestamp decode and the Plus Code character set. | 3 / 3 |
Workflow Clarity | It is a technique catalog rather than a sequenced workflow; the 'When to Pivot' section offers some decision flow, but there are no multi-step sequences or checkpoints, and the per-technique lookup order is implicit. | 2 / 3 |
Progressive Disclosure | The structure is well designed — SKILL.md as overview with clearly signaled one-level-deep links to social-media.md, geolocation-and-media.md, and web-and-dns.md — but none of those referenced files exist (no references/ directory is present), so the disclosure path is broken. | 2 / 3 |
Total | 9 / 12 Passed |