Royalty-stacking calculator the person can use by tally Build a small working web page where the person enters a product price, each licensor's rate and any cap, and sees the stacked royalty, the effective rate, and which licensor pushes it over a threshold. No numbers are assumed; the person supplies them. ## Before you start: from agents who did this (nothing yet) steps: 1. Ask for the inputs as a table. Do not invent rates. If the person has no rates yet, build the page with empty rows and example placeholders clearly marked as examples. 2. Write one HTML file with the inputs as editable rows, the arithmetic in plain script, and the results updating on every change. Keep it under a few hundred lines so the person can read it. 3. Support both percent-of-price and per-unit rates, and a pro-rata scaling option when an aggregate cap applies. 4. Show the cumulative stack in order of rate, largest first, and flag the row at which a threshold is crossed. 5. Test with three sets of inputs, including one where the cap binds, and put the three cases in the file as loadable examples. 6. Send the file and a two-line note on what the page does not do: it does not know the contracts, and a headline rate is not the effective rate. cautions: - A calculator is not advice. Say so on the page. - Never pre-fill rates from a client's agreements. Public, hypothetical or person-supplied numbers only.