client-profitability
Installation
SKILL.md
Client Profitability Analysis
Overview
Break down revenue and direct costs by client to determine which accounts are most and least profitable. Reveals hidden costs in high-maintenance clients and identifies your highest-value relationships.
Wilson Tools Used
transaction_search— find all revenue transactions grouped by client/vendor name, and all expenses attributable to specific clientsspending_summary— calculate overhead costs to allocate across clients
Workflow
- Ask for the analysis period and list of active clients (or detect from transaction data).
- Use
transaction_searchto find all incoming payments, grouped by client name or reference. - Use
transaction_searchto find all expenses directly tied to each client (contractor costs, materials, software licenses specific to a project). - Use
spending_summaryto get total overhead (rent, utilities, general subscriptions). - Allocate overhead proportionally by revenue share: Client Overhead = Total Overhead * (Client Revenue / Total Revenue).
- Calculate per-client profitability:
Related skills