Content
55%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
Strong workflow structure with explicit checkpoints and validation, but it is verbose with some redundancy, uses placeholder/external paths that don't resolve, and lacks any actual bundled template or reference files despite pointing to them.
Suggestions
Bundle the standard template (examples/LBO_Model.xlsx) and resolve the recalc.py script path to a real, included file so the repeated references are loadable rather than placeholders.
Tighten redundancy: the COMMON ERRORS table, verification checklist, and per-section checkpoint guidance overlap heavily — consolidate the color/formatting rules into one block.
Replace the '/path/to/excel-author/scripts/recalc.py' placeholder with either an included script or a concrete, resolvable reference, and confirm the excel-author pairing is stated once rather than repeatedly.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is useful and domain-specific, but it is long (270+ lines) with repeated material — e.g., the color/formatting conventions and the verification checklist restate the COMMON ERRORS table, and some guidance restates Excel basics Claude already knows. | 2 / 3 |
Actionability | Concrete patterns exist (formula color codes, sensitivity-table mixed-reference patterns, the recalc.py command), but no complete executable example model and references to scripts like /path/to/excel-author/scripts/recalc.py and examples/LBO_Model.xlsx are placeholder paths no reader could resolve verbatim. | 2 / 3 |
Workflow Clarity | It gives a clear section-by-section sequence (template analysis → S&U → operating model → debt schedule → returns → sensitivity) with explicit user sign-off checkpoints after each section and a verification checklist with validation via recalc.py returning zero errors. | 3 / 3 |
Progressive Disclosure | No bundle directories (references/, scripts/, assets/, examples/) exist, yet the body repeatedly points to external paths — excel-author/scripts/recalc.py, examples/LBO_Model.xlsx, native-mcp skill — none of which are present or loadable, so references are dangling rather than well-signaled one-level-deep pointers. | 1 / 3 |
Total | 8 / 12 Passed |