What problem does it solve?
This Skill solves the problem of producing financial Excel workbooks that are hard to audit, fragile to edits, and opaque about what is an input versus a calculation.
Core Features & Use Cases
- Banker-grade workbook conventions: enforces blue/black/green cell color semantics so reviewers can instantly distinguish hardcoded assumptions from formula-driven results and external links.
- Formulas over hardcodes: ensures every derived metric is written as an Excel formula string instead of being computed in Python and pasted as a static value.
- Auditing support built in: includes named ranges for cross-sheet references and a dedicated Checks tab for balance and reconciliation-style TRUE/FALSE validation.
- Headless delivery readiness: supports a recalc workflow (LibreOffice headless) so downstream tooling can obtain computed values instead of blanks.
Quick Start
Ask the agent to build a complete financial Excel model workbook and save it to the out folder following the banker-grade conventions, then recalculate formulas before returning the output path.