Content
82%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 tight, highly actionable CFO review skill: concrete commands, numeric thresholds, a verdict system, and a complete output template. Its main weakness is structural — the executable scripts and several references point outside the skill's own bundle (no local references/, scripts/, or assets/ exist), creating a dependency on a sibling skill.
Suggestions
Move or vendor the three calculator scripts into this skill's own scripts/ directory (or reference them via a clearly documented prerequisite) so the workflow is self-contained.
Add a brief validation/consistency step to the Workflow (e.g. confirm every Numbers field is populated and the verdict matches the bear-case survival result before emitting the report).
Tighten a few explanatory bullets ('Above 2x is a problem', 'Default-alive is non-negotiable') into the threshold itself to save tokens without losing the rule.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean — bulleted questions with one-line definitions and crisp thresholds ('Burn multiple = Net burn ÷ Net new ARR', 'LTV / CAC > 3x is healthy') — but carries a few mildly explanatory lines ('Above 2x is a problem', 'Default-alive is non-negotiable') that could be trimmed. | 4 / 5 |
Actionability | Provides copy-paste-ready bash commands (the three python scripts), quantitative pass/fail thresholds for every question, a tri-state verdict scheme, and a complete output-format template — covering the common cases concretely. | 5 / 5 |
Workflow Clarity | A clear three-step sequence (run the numbers → answer the six questions → apply the verdict) with the GREEN/YELLOW/RED decision acting as a checkpoint, but there is no explicit validation or fix-and-retry feedback loop; acceptable because this is an analytical review, not a destructive or batch operation. | 4 / 5 |
Progressive Disclosure | Well-organized into clearly labeled sections (When to Run, Six CFO Questions, Workflow, Output Format, Routing, Related) with one-level-deep, clearly signaled references to an agent file and a sibling skill; however the runnable scripts live in another skill's bundle (../../../c-level-advisor/skills/cfo-advisor/scripts/) rather than this skill's own (absent) scripts/ directory, a minor placement gap. | 4 / 5 |
Total | 17 / 20 Passed |