Content
58%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body delivers exceptionally clear, well-validated workflows and concrete actionable calls, but its quality is undermined by extreme length, heavy internal duplication, and a deliberate anti-progressive-disclosure decision to inline and repeat reference material.
Suggestions
De-duplicate the body: the "Prompt patterns worth preserving", brief-shaping sequence, candidate-brief field lists, artifact call lists, and first-call/stage-start sequences each appear multiple times — keep one canonical statement and reference it.
Restore progressive disclosure by moving the templates and playbooks in the "Integrated reference appendix" into actual separate reference files under ./references/ and linking to them one level deep, instead of inlining them twice.
Provide one fully worked, end-to-end example of an artifact.submit_idea call with a complete payload to lift actionability from mostly-executable to copy-paste ready.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | At ~1650 lines the body is noticeably verbose with severe structural duplication: the "Prompt patterns worth preserving" section, brief-shaping sequence, candidate-brief fields, artifact calls, and mandatory first-call sequence each recur 2-4 times, and the "Integrated reference appendix" re-inlines ~540 lines already covered inline. | 2 / 5 |
Actionability | Highly actionable with concrete MCP calls and arguments (artifact.submit_idea(mode='create', submission_mode='candidate', ...), memory.list_recent(scope='quest', limit=5), bash_exec(mode='detach', ...)), named control files, numeric bounds (2-3 candidates, 20-minute fast/slow-check, success_patience >= 2), status enums, and an example CANDIDATE_BOARD table; minor gaps remain from ellipsis payload placeholders and the absence of one fully filled end-to-end call. | 4 / 5 |
Workflow Clarity | Multi-step workflows are explicitly sequenced (7-step Required MCP-driven workflow, 7-step Recommended workflow, mandatory first-call sequence) with explicit validation checkpoints (smoke-then-full-eval gating, read logs before retry, post-fix bounded checks), feedback loops (debug/archive on failure, plateau route-change, family-shift trigger), and a checkbox checklist template. | 5 / 5 |
Progressive Disclosure | No bundle files exist and the skill is a single ~1650-line file that deliberately inlines former separate reference files ("This appendix inlines the former optimize/references/*.md material so the skill remains self-contained"), duplicating content that clearly belongs in separate files despite headers providing some structure. | 2 / 5 |
Total | 13 / 20 Passed |