Skip to main content

revenue-recognition

Explains and computes deferred revenue, recognized revenue, and MRR-vs-cash differences from Stripe data for accounting. Use when the user mentions "revenue recognition", "deferred revenue", "recognized revenue", "accrual", "MRR vs cash", or "annual plan accounting". For cash collected, see invoice-revenue-audit.

설치로 이동

소스 정보

저장소
appeeky/stripe-skills
최근 소스 활동
2026년 7월 19일 10:10
감지된 SKILL.md 언어
영어
스타
5
포크
1

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
revenue-recognition
description
Explains and computes deferred revenue, recognized revenue, and MRR-vs-cash differences from Stripe data for accounting. Use when the user mentions "revenue recognition", "deferred revenue", "recognized revenue", "accrual", "MRR vs cash", or "annual plan accounting". For cash collected, see invoice-revenue-audit.
metadata
{"version":"1.0.0"}
# Revenue Recognition ## Stripe MCP Setup Requires **Stripe MCP** (https://docs.stripe.com/mcp). `GetMcpTools` before `CallMcpTool`. Paginate all lists (`limit: 100`, `starting_after` while `has_more`). Amounts in **cents**. Read-only for audits; confirm before writes. ## Concept Cash is not recognized revenue. An annual plan bills $120 upfront (cash) but recognizes $10/month over 12 months (accrual). The unrecognized portion is **deferred revenue** (a liability). ## Workflow 1. List active subs with interval + amount 2. For annual/multi-month: compute recognized-to-date vs deferred remainder 3. Reconcile: | Metric | Source | |--------|--------| | Cash collected | paid invoices (`invoice-revenue-audit`) | | Recognized (period) | MRR * months elapsed | | Deferred balance | prepaid - recognized | ## Output Template ``` Revenue Recognition ([period]) Cash collected: $[X] Recognized revenue: $[Y] Deferred revenue balance: $[Z] Annual plans driving deferral: [n] subs, $[amount] deferred Note: Stripe Revenue Recognition product automates this -- Dashboard -> Revenue. ``` For audited books, recommend Stripe's native Revenue Recognition (https://docs.stripe.com/revenue-recognition).
GitHub에서 보기