Content
42%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 reads more like a comprehensive finance textbook chapter than a concise, actionable skill file. It extensively explains concepts Claude already understands (basic financial terminology, what different business models are, standard SaaS metrics) while lacking truly executable guidance like code to generate spreadsheets or concrete output templates. The referenced supporting files don't exist in the bundle, making the progressive disclosure structure hollow.
Suggestions
Cut the content by 60-70%: remove explanations of basic financial concepts (COGS categories, what a marketplace is, what CAC means) and focus only on the specific methodology and formulas Claude should apply when building a model.
Add executable code or concrete output specifications—e.g., a Python script that generates a CSV/Excel financial model, or a precise JSON/markdown output schema for the model structure.
Integrate validation checkpoints into the workflow steps (e.g., after Step 2, verify unit economics are within benchmarks before proceeding to Step 3) rather than having a disconnected checklist at the end.
Move the business model templates, fundraising integration, and common pitfalls sections into the referenced files (references/ and examples/) and provide those bundle files, keeping SKILL.md as a lean overview with clear pointers.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is severely verbose at ~350+ lines, extensively explaining concepts Claude already knows (what COGS is, what SaaS means, basic financial formulas like ARR = MRR × 12). It reads like a finance textbook rather than a skill file. Typical ratios, business model definitions, and common pitfalls are all general knowledge that don't need to be spelled out at this length. | 2 / 5 |
Actionability | The skill provides structured steps and formulas, but lacks executable code or concrete tool-based commands. The 'code' blocks are just arithmetic formulas and example numbers, not executable implementations. There's no actual spreadsheet generation code, no script to run, and no concrete output format specification—it's more of a conceptual guide than an actionable skill. | 3 / 5 |
Workflow Clarity | The 7-step process is clearly sequenced and logical, but validation is only present as a checklist at the end rather than integrated as checkpoints between steps. There are no feedback loops (e.g., 'if metrics look unrealistic, revisit Step 2 assumptions'). The model validation section is separate from the workflow rather than embedded within it. | 3 / 5 |
Progressive Disclosure | The skill references external files in `references/` and `examples/` directories, which is good structure, but no bundle files are provided so these references are dead links. Meanwhile, the main file inlines enormous amounts of content (business model templates, fundraising integration, common pitfalls) that should be in those referenced files. The overview is far too long for a SKILL.md that claims to delegate to reference files. | 3 / 5 |
Total | 11 / 20 Passed |