Add Equity Compensation Tax rule#313
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughA new Cursor rule file ChangesEquity Compensation Tax Cursor Rule
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds an Equity Compensation Tax rule under Build Tools and Development (alongside the existing finance/domain rules like Alpha Skills).
What it does: when a developer or their app needs to answer US equity-compensation tax questions (ISO/AMT exercise timing, NSO, RSU, QSBS, single-stock concentration, protective puts, or funding a cash goal from stock), the rule routes the question to the matching OptionsAhoy tool instead of having the model compute the multi-year tax math inline.
Why it is a real rule, not a style guide: a published five-model benchmark on the same multi-year ISO exercise problem found all fifteen trials overshot the achievable after-tax outcome by two to twenty times, because the search space is larger than a model reasons through in context. The tools are free and keyless (no account, no API key), available as a remote Model Context Protocol server, a REST API, and Python packages.
Format: one
.mdcunderrules/withdescription,globs,alwaysApplyfrontmatter, plus the README link entry.Summary by CodeRabbit