Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill is a well-sequenced, directive workflow with strong copy-paste tool configs and a clear placeholder system. Its main weakness is that the entire template-instantiation step references a /templates/ bundle that is not shipped, which hurts both actionability and progressive disclosure.
Suggestions
Ship the referenced templates/ directory (AGENTS.md, MEMORY.md, REVIEW-CHECKLIST.md, agent_docs/*.md, tool-adapters/) as bundle files so the core 'instantiate the templates' step is executable and the references resolve to real content.
Add an explicit post-generation verification feedback loop — e.g. grep for any remaining [REPLACE:]/[CHOOSE:] placeholders and confirm every expected output file exists — before the 'After Completion' summary.
Tighten the discursive prose sections ('Session Continuity', 'Your Role', 'Naming Policy') into concise bullets to improve token efficiency.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is directive and well-structured with copy-paste config blocks and specific fill instructions; it does not pad with concepts Claude already knows, so most tokens earn their place. | 3 / 3 |
Actionability | Provides concrete, copy-paste-ready configs (CLAUDE.md, .cursor/rules/vibe.mdc, .agent/rules/vibe.md) and a clear placeholder system, but the central Step 3 ('Read and instantiate the canonical templates in /templates/') depends on template files that are not shipped in the bundle, leaving the core action incomplete. | 2 / 3 |
Workflow Clarity | A clearly numbered sequence (Load Context → Ask Questions → Instantiate Templates → Generate Tool Configs → After Completion) with a prerequisite guard ('If either is missing, suggest running the appropriate skill first') and a completion check ('No square-bracket placeholders may remain'). | 3 / 3 |
Progressive Disclosure | The body is well-organized and signals one-level-deep references via the template/destination table, but the referenced detail files (templates/AGENTS.md, templates/agent_docs/*.md, templates/tool-adapters/) are absent from the bundle, so the disclosed references are dangling rather than functional. | 2 / 3 |
Total | 10 / 12 Passed |