Design CRM setups with pipelines, automations, and workflows. TRIGGERS - Use when user wants to set up a CRM, design sales pipelines, or configure deal stages.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Winbda/claude-skills-collection --skill crm-setup-guide --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Crm Setup Guide?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/winbda-crm-setup-guide)More formats (shields.io, HTML) on the badges page.
---
name: crm-setup-guide
description: |
Design CRM setups with pipelines, automations, and workflows.
TRIGGERS - Use when user wants to set up a CRM, design sales pipelines, or configure deal stages.
---
# CRM Setup Guide
## Output Format
```markdown
# CRM Setup: [Business Name]
## Pipeline Design
### Sales Pipeline
| Stage | Entry Criteria | Exit Criteria | Auto-actions |
|-------|---------------|---------------|-------------|
| Lead | [criteria] | [criteria] | [automation] |
| Qualified | [criteria] | [criteria] | [automation] |
| Proposal | [criteria] | [criteria] | [automation] |
| Negotiation | [criteria] | [criteria] | [automation] |
| Won/Lost | [criteria] | — | [automation] |
## Custom Fields
| Field | Type | Required | Purpose |
|-------|------|----------|---------|
| [field] | [type] | Yes/No | [why] |
## Automations
1. **[Trigger]** → [Action]
2. **[Trigger]** → [Action]
## Email Templates
[Pre-built templates for each stage]
## Reporting Dashboard
[Key metrics to track]
## Team Setup
[Roles, permissions, territory assignment]
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.