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 commands, queries, and a scoring rubric, and the workflow is clearly sequenced across four phases. Its weaknesses are conciseness (the 'Why This Works' framing is padding), missing explicit validation checkpoints in the workflow, and a monolithic structure with little content offloaded to reference files.
Suggestions
Trim the 'Why This Works' section to one or two lines, keeping only the post-raise buying-window insight that Claude would not already infer.
Add an explicit validation checkpoint in Phase 3 (e.g., verify each candidate's amount/stage was parsed from a primary source before scoring, and flag low-confidence single-source entries) to raise workflow clarity.
Move the scoring rubric and outreach-angle templates into a references file (e.g., SCORING.md) linked from the body to improve progressive disclosure and reduce inline bulk.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete tables and commands, but the 'Why This Works' section and post-raise rationale ('fresh capital, aggressive growth plans…') explain context Claude largely already knows and could be tightened; not level 3 because of this padding, not level 1 because the bulk is actionable rather than purely explanatory. | 2 / 3 |
Actionability | Provides fully executable guidance — 'pip3 install requests', 'export APIFY_API_TOKEN=…', concrete 'python3 …/search_funding.py --stages …' invocations, explicit search-query strings, and a point-based scoring rubric — copy-paste ready; not level 2 because details are complete rather than pseudocode or partial. | 3 / 3 |
Workflow Clarity | A clear four-phase sequence (Configuration → Multi-Source Search → Consolidation & Qualification → Output) with numbered sub-steps, but it lacks explicit validation checkpoints or validate→fix→retry loops before scoring/output; not level 3 because checkpoints are only implicit, not level 1 because the sequence is clearly laid out. | 2 / 3 |
Progressive Disclosure | The one bundle script (scripts/search_funding.py) is real and clearly referenced, but the SKILL.md is a largely monolithic ~240-line inline doc with scoring rubrics, templates, and troubleshooting all in one file that could be split out; not level 3 because there is no overview-pointing-to-detailed-materials split, not level 1 because references are one-level-deep and signaled. | 2 / 3 |
Total | 9 / 12 Passed |