Content
77%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 a clear, checkpointed workflow and concrete artifact calls, but it is verbose and re-hosts content that already lives in the bundled references without linking to them. Tightening the prose and signaling the two reference files would lift the weaker dimensions.
Suggestions
Replace the duplicated route-criteria and decision-record-shape prose (sections 3.2 and 4) with one-line pointers to references/research-route-criteria.md and references/strategic-decision-template.md, keeping only the canonical verdict/action lists inline.
Trim the 'Interaction discipline' and 'Tool discipline' sections to the few non-obvious rules, since the shared interaction/tool contract is already injected by the system prompt and restating it bloats the skill.
Cut overlapping criteria enumerations (section 3.2 lists criteria twice, and section 3.1 repeats the outline rubric) to a single consolidated list, reducing token cost without losing guidance.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~388-line body is thorough but heavy, restating route-selection heuristics and criteria lists that overlap the bundled reference and explaining meta-discipline (interaction/tool contract) that the shared system prompt already injects; it earns its place for most decisions but could be tightened. | 2 / 3 |
Actionability | It provides concrete, copy-pasteable artifact calls (e.g. `artifact.record(payload={'kind': 'decision', ...})`, `artifact.submit_idea(mode='create', ...)`), a canonical verdict/action vocabulary, and an exact decision-record schema, so guidance is executable rather than abstract. | 3 / 3 |
Workflow Clarity | The six-step Workflow (State the question → Collect evidence → Choose verdict/action → State reason → Request user input → Record durably) is explicitly sequenced, with the terminal durable-record step and quest-completion approval serving as validation checkpoints before exit. | 3 / 3 |
Progressive Disclosure | Two real reference files exist (research-route-criteria.md, strategic-decision-template.md) but the body never signals or links them; their content (route criteria, decision-record shape) is instead duplicated inline, so structure exists but navigation/signaling is missing. | 2 / 3 |
Total | 10 / 12 Passed |