← ClaudeAtlas

kugamon-full-qtc-submgmtlisted

Manage the full Kugamon Quote-to-Cash lifecycle in Salesforce — opportunities, quotes, orders, invoices, payments, shipments, and assets, which uses the kugo2p namespace (Kugamon Quote to Cash). And optionally Managed the full Kugamon Subscription Billing lifecycle in Salesforce - opportunities, quotes, orders, invoices, payments, shipments, contracts, subscriptions, and assets, which requires the kuga_sub namespace (Kugamon Subscription Management). Detects which packages are installed and adapts accordingly. Use when users request operations on any Kugamon object.
kugamon/kugamon-skills · ★ 0 · AI & Automation · score 65
Install: claude install-skill kugamon/kugamon-skills
# Kugamon Use Cases: Full lifecycle skill for Kugamon RevOps for Salesforce **CPQ Flow:** Opportunity → Quote → Order → (Order Release) → Asset Full lifecycle skill for Kugamon Quote to Cash, which is a combination of CPQ and Billing functions **Q2C Flow:** Opportunity → Quote → Order → (Order Release) → Asset + Shipment → Invoice → Payment Full lifecycle skill for Kugamon Subscription Management, which is a combination of CPQ and Subscription Management functions **SubMgmt Flow:** Opportunity → Quote → Order → (Order Release) → Asset + Contract + Subscription + Renewal Opportunity Full lifecycle skill for Kugamon Subscription Billing, which is combination of all Quote to Cash and Subscription Management functions **SB Flow:** Opportunity → Quote → Order → (Order Release) → Asset + Shipment + Contract + Subscription + Renewal Opportunity → Invoice → Payment ## Package Detection **FIRST STEP: Always detect which packages are installed.** Check if `kuga_sub__Renew__c` exists on `OpportunityLineItem` by describing the object's fields via the connected Salesforce MCP or API. - `HAS_KUGA_SUB = true` → kuga_sub package is installed (subscription management, contracts, assets, renewals) - `HAS_KUGA_SUB = false` → only kugo2p (Q2C only, no subscription lifecycle) This flag controls revenue classification, line-item separation, and whether Order Release creates contracts/assets/subscriptions. --- ## ⚠️ CRITICAL: Opportunity Pipeline Forecasting Field **When `HAS_K