Router/index for the 4 business & growth skills bundled in this plugin: customer-success-manager (health scoring, churn risk, expansion), sales-engineer (RFP analysis, competitive matrices, PoC planning), revenue-operations (pipeline, forecast accuracy, GTM efficiency), and contract-and-proposal-writer. Use when a growth/revenue request doesn't obviously match one skill and you need to pick the right one (e.g., 'which accounts are at risk', 'should we bid on this RFP').
How this skill is triggered — by the user, by Claude, or both
Slash command
/business-growth-skills:business-growth-skillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin bundles **4 skills** (this router is the 5th folder under `business-growth/skills/`). Each skill is self-contained.
This plugin bundles 4 skills (this router is the 5th folder under business-growth/skills/). Each skill is self-contained.
Match the request, then load business-growth/skills/<skill>/SKILL.md. If multiple rows match, ask one clarifying question first.
| Request signals | Skill | Path |
|---|---|---|
| Customer health scores, churn risk, expansion plays | customer-success-manager | skills/customer-success-manager/ |
| RFP/RFI coverage, competitive positioning, PoC plans | sales-engineer | skills/sales-engineer/ |
| Pipeline coverage, forecast accuracy (MAPE), GTM efficiency | revenue-operations | skills/revenue-operations/ |
| Proposals, contracts, statements of work, DPAs | contract-and-proposal-writer | skills/contract-and-proposal-writer/ |
# Example: route an account-health request
cat business-growth/skills/customer-success-manager/SKILL.md
python3 business-growth/skills/customer-success-manager/scripts/health_score_calculator.py --help
npx claudepluginhub haroldhuanrongliu/claude-skills --plugin business-growth-skillsGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.
6plugins reuse this skill
First indexed Jun 30, 2026