Content
62%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 well-sequenced, largely actionable workflow with good validation and reference structure, but it is held back by internal repetition and a central mandatory script whose path is a placeholder and whose file is absent from the bundle. Fixing the script reference and de-duplicating recurring warnings would lift conciseness and actionability.
Suggestions
Resolve the adapt-script reference: either include scripts/adapt-spec-for-foundry.py in the bundle or replace the /path/to/ placeholder with the actual resolved path so the core mandatory command is copy-paste ready.
De-duplicate recurring guidance — consolidate the --description/Error:EOF note, the "don't trim vendor specs" rule, and the "trust the adapt script" rule into single canonical statements to tighten conciseness.
Verify the use-cases/ and ../../relative links resolve in the real bundle, since only the references/ files are present here and several external links are unconfirmed.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly operative and dense, but key messages repeat verbatim across sections (the --description/EOF note appears 3x; "don't trim vendor specs" and "trust the adapt script, don't analyze auth" each repeat twice), so it could be tightened. | 2 / 3 |
Actionability | Strong runnable commands exist (foundry api-integrations create, gh api download, python3 spec-patching), but the mandatory adapt step references /path/to/adapt-spec-for-foundry.py and scripts/adapt-spec-for-foundry.py, a path that is not copy-paste ready and whose file is absent from the bundle. | 2 / 3 |
Workflow Clarity | A clearly ordered 3-step sequence (Download, Adapt, Register) with an explicit validation checkpoint (foundry apps validate --no-prompt) and error-recovery guidance for the EOF prompt, matching the top anchor. | 3 / 3 |
Progressive Disclosure | Three real one-level references are well-signaled via a Reading Guide table, but scoring against the actual bundle reveals the repeatedly-referenced mandatory scripts/adapt-spec-for-foundry.py is missing, a broken reference that keeps it off the top level. | 2 / 3 |
Total | 9 / 12 Passed |