Top 3 Implementation Items for Today
① Claude Finance Toolkit: 10 file-based Agent templates covering month-end close, bank reconciliation, audit preparation
- Process Scenarios: Month-end closing, GL reconciliation, audit preparation, earnings review, KYC compliance
- Minimal Pilot Approach: Clone the repository
sisovin/claude-finance-toolkit, useinstructions.mdandexamples.mdfrom thegl-reconciliation/directory, input this month’s bank statement Excel and GL trial balance, run the Claude reconciliation process, and compare with manual reconciliation results - Review Controls: The repository includes a disclaimer—all outputs must be reviewed by a qualified human, do not input MNPI, client PII, or authorized data; each agent output is labeled “assumptions vs sourced facts”
- Outputs: reconciliation plan, exception log, matching logic, missing data requests
- Source: GitHub
sisovin/claude-finance-toolkit, released in 2025, agent-agnostic, Markdown+JSON file format, directly usable for Claude Code / Cowork / API deployment | link
② Crewm8 CFO Skills: 36 modular Startup Finance Skills, layered in 6 tiers
- Process Scenarios: Full chain from transaction processing → cash forecasting → FP&A → monthly close → board reporting → strategic advisory
- Minimal Pilot Approach: Use the skill file from
skills/monthly-close-process/, execute a month-end close following its 11-segment standard structure (Purpose / Inputs Required / Procedure / Output Format / Done Criteria / Pitfalls / Verification), and record differences from existing SOPs - Review Controls: Each skill contains
PitfallsandVerificationsegments; can be chained asmonthly-close-process → financial-statement-generation → board-reportingto form a complete close chain - Outputs: close checklist, tie-outs, variance explanations, board deck KPI
- Source: GitHub
gokulb20/crewm8-cfo-skills, agent-agnostic (Hermes / Claude Code / Cursor / OpenClaw), YAML frontmatter format | link
③ David Karandish (Capacity CEO): “Repeatable Machine” five-stage evolution framework
- Process Scenarios: Systematic upgrade of any repetitive finance process (product requirements, AP approval, close checklist, budget collection)
- Minimal Pilot Approach: Select a current “non-machine” process (e.g., expense report approval), diagnose using the five-stage model—① Non-Machine (scattered collection) → ② Descriptive (unified entry point) → ③ Predictive (predict results/anomalies) → ④ Prescriptive (prioritize by order) → ⑤ Automated Prescriptive (closed-loop automation). This week, first map out the current state and target state
- Review Controls: Karandish’s interview standards can be directly applied to finance team hiring—ask candidates “What have you recently automated in your personal life?” to assess automation mindset; ask “How do you make decisions and what frameworks do you use?” to judge problem selection ability
- Outputs: process diagnostic diagram, automation roadmap, role competency assessment criteria
- Source: Substack podcast
Not Another CEOepisode 84, Karandish is Capacity CEO (nearly $100M ARR, 350 employees, 14 acquisitions), viewpoints based on practical operational experience | link
Accounting / Close / Controls
Claude Finance Toolkit’s Month-End Close Agent
See Top 3 Implementation Item ① above. The agent’s instructions.md contains standard output templates for close checklist, tie-outs, variance explanations, and examples.md provides copyable prompt examples. Suitable for controllers to execute locally with Claude Code during next month’s close, producing drafts for human review.
Crewm8 Monthly Close Chain
See Top 3 Implementation Item ② above. The monthly-close-process → financial-statement-generation → board-reporting three-segment chain, each with clear Inputs Required and Done Criteria, can serve as an AI-assisted layer for existing close SOPs.
Bilibili: AI+BI E-commerce Finance Reconciliation Full Process (Lead to be verified) Title: “2026 E-commerce Finance Reconciliation Magic Tool! AI+BI Automation Full Process”, author “Consulting Dog Who Doesn’t Want to Overtime”, published on 2026-05-11, 400 views. No available transcript for the video, specific tool stack and data flow cannot be confirmed; only tracked as a lead for e-commerce reconciliation automation. link
FP&A / Planning / Reporting
Crewm8 FP&A Skill Four-Piece Suite
revenue-forecasting → budget-creation-management → scenario-planning → cash-forecasting forms the annual planning chain. Each skill defines input data sources (cohort data, pipeline, driver assumptions) and output formats (sensitivity grid, scenario table). Suitable for FP&A teams to run best/base/worst case scenarios using scenario-planning before Q3 budget season, comparing against existing Excel models. link
Claude Finance Toolkit’s Earnings Review Agent Input ticker + quarter, outputs KPI table, variance drivers, QoQ/YoY commentary, guidance deltas. Suitable for IR/FP&A teams during earnings season for competitor tracking or narrative assistance in board packs. The repository includes “sanity check” and “red flags” skill files for quality control. link
Treasury / Cash / Risk
Crewm8 Cash & Treasury Five Skills
cash-monitoring (daily cash position / burn rate / anomaly detection), cash-forecasting (13-week rolling forecast with scenario modeling), working-capital-optimization (DPO/DSO/CCC optimization), bank-reconciliation (monthly bank and credit card reconciliation), banking-relationship-management (account management, fee negotiation, yield optimization). Each skill has standardized Inputs / Procedure / Output Format. Suitable for treasury to start piloting with cash-monitoring, using the agent daily to read bank account balances + burn rate, outputting an anomaly log. link
Tax / Compliance / Audit
Claude Finance Toolkit’s Statement Audit Agent + KYC Screening Agent
The Statement Audit Agent outputs PBC lists, audit trail notes, disclosure checks; the KYC Screening Agent outputs KYC checklist, red flag summary, escalation notes. The repository’s compliance/ directory contains disclaimer.md, confidentiality.md, kyc-checklist.md, usable as AI-assisted templates for audit/compliance teams. link
Crewm8 Internal Controls Design Skill
internal-controls-design covers approval matrices, SOD (segregation of duties), process docs. tax-compliance-management covers tax calendar, filings, compliance. Suitable for controllers during SOX season to use agents to generate internal control document drafts. link
CFO / Leader Team Building Experience
David Karandish: Hiring people who “build and run machines” Karandish defines “repeatable machine” as “repeatable processes that are scalable and minimize human decision-making.” His hiring criteria: ① Ask “What have you recently automated?”—assess automation mindset; ② Ask “How do you make decisions?”—evaluate problem selection vs problem solving ability. He categorizes problems into “Bicycle Problem” (effort directly yields results) and “Network Problem” (reliant on relationships and connections), believing that identifying “which problem to solve first” is more valuable than “how to solve it.” The CEO role is Chief Repeating Officer—continuously repeating goals and priorities. link
“One-person company” operational model signals (Lead to be verified)
- Medium article “I Built a One-Person AI Company With These 7 Tools”, author Muhammad Zaheer (2026-01-31). Mentions using ChatGPT for strategy, Notion for knowledge management, Supabase for backend, Zapier + Make for invoice/reminder/analysis automation. Perspective leans towards entrepreneur narrative, no practical details for finance teams, but the architecture of “Zapier & Make as silent employees” can be referenced. link
- Substack article “Are you going solo in the New AI Labor Market?”, George Petsinis (2025-05-09). Mentions Billables AI (lawyer automated billing) and Onwish (analyst data automation) as solopreneur cases in high-friction verticals. 35% of new startups are led by solo founders (2024 data). Leans towards market trend analysis, not practical for finance teams. link
Open Source / AI Engineering Insights
Claude Finance Toolkit Architecture
The repository builds agents using Markdown+JSON, each agent with 4 files: agent.json (metadata), system.md (role definition), instructions.md (process steps + checklist), examples.md (prompt examples). Supports 4 deployment modes: Claude Cowork Plugin, Claude Managed Agent, Claude Code local, API calls. The repository also provides a skills/ directory for general capabilities (comps, DCF, red-flags, sources-and-citations) and a manifests/ directory for deployment configurations. This file-first architecture suits finance teams for local validation before gradual rollout. link
Crewm8 Skill Format Standard Each skill uses YAML frontmatter (name / description / tags) + 11-segment standardized body. Benefits for finance teams: ① controllers can directly review and modify skill files; ② not dependent on specific agent platforms; ③ skills can be chained (e.g., close → statements → board). Suitable for finance teams to build their own skill library. link
j9o/cfo-expert: Claude Code CFO Skill
A lightweight Claude Code skill covering US GAAP, financial modeling, tax strategy, FP&A, internal controls, treasury management. The repository has only 5 commits, including a references/ directory and SKILL.md. Low star count (4), but can serve as a reference architecture for “embedding financial expertise in Claude Code.” link
Small Experiments to Try This Week
1. Reconciliation Agent Pilot
Take a bank statement table for this month (100-200 rows) + GL trial balance, clone sisovin/claude-finance-toolkit, use the gl-reconciliation/ prompts to run Claude, produce an exception log and matching logic. Owner: GL accountant. Review: Controller compares with manual reconciliation results, records the number and reasons for differences. Output: Reconciliation variance analysis table + pilot conclusions.
2. Month-End Close Skill Test
Use Crewm8’s monthly-close-process skill, apply its Procedure segment as a checklist during the next close (without agent, purely file reference). Owner: Senior accountant. Review: Close owner checks if any steps from existing SOPs are missed. Output: Skill file vs existing SOP difference comparison table.
3. Process “Machine-ification” Diagnosis Select the most labor-intensive repetitive process currently (e.g., expense report approval, AP three-way matching), map out the current state using Karandish’s five-stage model (likely stages 1-2) and target state after 30 days. Owner: Finance ops. Review: CFO reviews if targets are reasonable. Output: Process diagnostic diagram + 1-page automation roadmap.
4. Cash Monitoring Skill Pilot
Use Crewm8’s cash-monitoring skill to define daily cash position input format, manually compile 5 days of data, test if the skill’s anomaly detection logic can flag anomalies. Owner: Treasury analyst. Review: Treasury manager verifies flagging accuracy. Output: 5-day anomaly log + skill applicability assessment.
5. One-Person Company Tool Stack Audit Compare the 7 tools mentioned in the Medium article (ChatGPT / Notion / Replit+Cursor / Supabase / ElevenLabs / Zapier+Make / Figma) against tools used and not used by the team, focusing on evaluating Zapier/Make feasibility in three scenarios: invoice reminders, expense follow-ups, and scheduled report pushes. Owner: Finance ops. Review: Controller. Output: Tool stack gap analysis + 3 automation candidate scenarios.