plugins/profit-first-coach/skills/allocation-calculator/SKILL.md
Calculate exact dollar amounts for Profit First allocations based on income and percentages. Use on allocation days (10th and 25th).
npx skillsauth add roaming-panda-llc/claude-plugins allocation-calculatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Calculate the exact dollar amounts to transfer to each Profit First account based on income received and current allocation percentages.
Use this skill on allocation days (10th and 25th of each month) to calculate how much to transfer from the INCOME account to each destination account.
Note: Use CURRENT percentages (CAPs), not target percentages (TAPs), unless you've fully transitioned.
For each account:
Allocation Amount = Income Amount × (Percentage / 100)
## Profit First Allocation
### Income to Allocate: $X
### Allocations
| Account | Percentage | Amount |
|---------|------------|--------|
| Profit | X% | $X.XX |
| Owner's Pay | X% | $X.XX |
| Tax | X% | $X.XX |
| Operating Expenses | X% | $X.XX |
| **Total** | **100%** | **$X.XX** |
### Transfer Instructions
1. ✅ Transfer $X.XX to **PROFIT** account
2. ✅ Transfer $X.XX to **OWNER'S PAY** account
3. ✅ Transfer $X.XX to **TAX** account
4. ✅ Transfer $X.XX to **OPEX** account
### Hold Account Transfers (Separate Bank)
After the above transfers:
- Move PROFIT balance to **PROFIT HOLD** at separate bank
- Move TAX balance to **TAX HOLD** at separate bank
### Verification
After all transfers, INCOME account should show: $0.00
Input:
Output:
| Account | Percentage | Amount | |---------|------------|--------| | Profit | 5% | $500.00 | | Owner's Pay | 50% | $5,000.00 | | Tax | 15% | $1,500.00 | | Operating Expenses | 30% | $3,000.00 | | Total | 100% | $10,000.00 |
When allocations don't divide evenly:
Example with rounding:
If the business has a Materials/Inventory account, allocate that FIRST:
1. Materials: X% → Materials Account
2. Remaining = Income - Materials allocation
3. Apply TAPs to Remaining (this is the Real Revenue)
Example:
Before presenting allocations, verify:
If percentages don't sum to 100%, alert the user and ask them to verify their current allocation percentages.
Allocation methodology from Profit First by Mike Michalowicz. For the complete methodology, see "Profit First" at profitfirstbook.com.
tools
Calculate Real Revenue for Profit First allocations. Determines if a business should use Real Revenue (vs Total Revenue) and calculates it.
development
Calculate quarterly profit distribution options including standard distribution, debt destruction, and vault building strategies.
tools
Plan the quarterly transition from Current Allocation Percentages (CAPs) to Target Allocation Percentages (TAPs) using the 3% rule.
testing
Generate narrated demo videos with synchronized audio using ElevenLabs TTS and Playwright