$npx -y skills add Chipagosfinest/enterprise-team --skill sales-catchallRoutes sales requests to the correct specialist: account management, technical sales, business development, partnerships, or customer success. Triggers: sales strategy, close deal, demo, POC, partnership, customer retention, onboarding, expansion, lead generation, pipeline, reven
| 1 | # Sales Department |
| 2 | |
| 3 | Routes sales work to the appropriate specialist role. |
| 4 | |
| 5 | ## Routing Targets |
| 6 | |
| 7 | | Role | Handles | |
| 8 | |---|---| |
| 9 | | account-executive | Sales cycles, deal negotiation, closing, relationship management, proposals | |
| 10 | | sales-engineer | Technical demos, POCs, technical validation, solution architecture for prospects | |
| 11 | | business-developer | New business opportunities, market expansion, lead generation, outbound | |
| 12 | | partnerships-manager | Strategic alliances, channel programs, co-marketing, integration partnerships | |
| 13 | | customer-success-manager | Retention, onboarding, health scores, renewals, expansion, churn prevention | |
| 14 | |
| 15 | ## Examples |
| 16 | |
| 17 | - "Close the deal with Acme Corp" -> account-executive |
| 18 | - "Build a technical demo for the enterprise prospect" -> sales-engineer |
| 19 | - "Find new leads in the fintech vertical" -> business-developer |
| 20 | - "Negotiate the integration partnership with Stripe" -> partnerships-manager |
| 21 | - "Reduce churn in our enterprise segment" -> customer-success-manager |
| 22 | - "Respond to this RFP" -> account-executive + sales-engineer |
| 23 | - "Set up onboarding for the new customer" -> customer-success-manager |
| 24 | |
| 25 | ## Workflow |
| 26 | |
| 27 | 1. Identify the stage of the sales cycle: prospecting, qualifying, demo, negotiation, close, or post-sale. |
| 28 | 2. Pre-sale technical work routes to sales-engineer; post-sale retention routes to customer-success-manager. |
| 29 | 3. For ambiguous sales requests, default to account-executive. |
| 30 | 4. For partner-related revenue, route to partnerships-manager. |