Content
21%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is essentially a high-level project plan template that delegates all actual implementation to other skills via '@skill-name' references, providing no concrete, executable guidance itself. Every phase follows an identical template of vague action items and delegation prompts, resulting in significant verbosity with minimal actionable content. It reads more like a table of contents for a RAG curriculum than an implementable workflow.
Suggestions
Replace vague action items with concrete, executable code examples — e.g., show actual chunking code with LangChain/LlamaIndex, a real vector DB setup with connection strings, or a working retrieval pipeline snippet.
Add specific validation steps with concrete criteria — e.g., 'Retrieval accuracy should exceed 85% on test set; measure using MRR@10' instead of 'Evaluation passing'.
Consolidate the 8 repetitive phases into a more concise format — the identical 'Skills to Invoke / Actions / Copy-Paste Prompts' structure across all phases wastes tokens without adding value.
Include at least one end-to-end minimal working example (e.g., a 20-line Python script showing query → embed → retrieve → generate) so the skill provides standalone value beyond just referencing other skills.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is heavily padded with repetitive structure across 8 phases that all follow the same template (Skills to Invoke, Actions, Copy-Paste Prompts). The numbered action items are vague platitudes ('Define use case', 'Select model') that Claude already knows. The 'When to Use This Workflow' section explains obvious use cases. Significant token waste with minimal unique information. | 2 / 5 |
Actionability | The content is entirely abstract with no executable code, no concrete commands, no specific configurations, and no real examples. Every 'action' is a vague directive like 'Choose vector database' or 'Implement chunking'. The 'Copy-Paste Prompts' are just references to other skills (e.g., 'Use @rag-engineer to implement chunking strategy') with no actual implementation guidance. | 1 / 5 |
Workflow Clarity | While there is a rough 8-phase sequence and a quality gates checklist, the steps within each phase are vaguely defined ('Implement vector search', 'Test retrieval quality') with no validation checkpoints, no error recovery, and no concrete criteria for moving between phases. The quality gates are just a checkbox list with no pass/fail criteria. | 2 / 5 |
Progressive Disclosure | The skill references many external skills/bundles which suggests an intent for progressive disclosure, but no bundle files are provided to verify these references exist. The structure is organized into phases with clear headers, but the content is repetitive and could be significantly condensed. The architecture diagram is a nice touch but the overall organization is mediocre. | 3 / 5 |
Total | 8 / 20 Passed |