Content
73%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.
A dense, highly actionable scene-layer skill with an excellent validation-gated workflow and strong progressive-disclosure discipline toward its parent pptx skill. Its main weaknesses are length/repetition across sections and a few recipe blocks that defer or leave card-repetition as exercises.
Suggestions
Consolidate the repeated hockey-stick y-axis and 4-bucket Use-of-Funds explanations into a single canonical statement and cross-reference it, to trim roughly 806 lines of redundancy.
For recipes that currently say 'Repeat the 4-block pattern at x=...' (e.g. Problem, Why-Now, Team), provide the full multi-card batch JSON inline so each recipe is copy-paste complete.
Move the per-recipe bash blocks or the 12-recipe catalog into a references/ file (e.g. RECIPES.md) so SKILL.md stays a navigable overview, improving progressive disclosure for this >50-line skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely lean and additive (it deliberately inherits rather than re-teaches pptx rules, and uses tables/code blocks that earn their tokens), but at 806 lines it repeats several motifs — the hockey-stick y-axis, the 4-bucket Use-of-Funds, 'VCs read it in <2 seconds' narration — across multiple sections, which could be tightened. | 3 / 5 |
Actionability | Most recipes (Cover, Problem, Market, Traction, Team, Financials, Ask, Pipeline, Competitive) ship copy-paste-ready officecli bash blocks with real props and grid math, but a few use 'Repeat for cards 2 and 3' placeholders or defer full batch blocks to '→ see pptx v2 §X', leaving minor gaps. | 4 / 5 |
Workflow Clarity | The build flow is explicitly sequenced (pick stage → pick 赛道 template → recipes → Delivery Gate) and the Gate system provides explicit validation checkpoints with REJECT/exit-1 feedback loops and 'fix and re-validate' retry guidance for this batch/destructive file-generation operation. | 5 / 5 |
Progressive Disclosure | Well-organized into clearly signaled sections and it pushes inherited material one level deep via '→ see pptx v2 §X' cross-references to the parent skill, but no bundle files exist in references/scripts/assets and the 12 recipes + large tables all live inline in a single 806-line file, a minor organization gap. | 4 / 5 |
Total | 16 / 20 Passed |