/cs-commercial-policy
Discount matrix designer + T&C library + exception policy. New ground — designs the policy that deal-desk applies per deal. Direct invocation of the commercial-policy skill.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/cs-commercial-policy
Context preview
What this command does when you run it.
Discount matrix designer + T&C library + exception policy. New ground — designs the policy that deal-desk applies per deal. Direct invocation of the commercial-policy skill.
Command definition
cs-commercial-policy.mddescription: Discount matrix designer + T&C library + exception policy. New ground — designs the policy that deal-desk applies per deal. Direct invocation of the commercial-policy skill.
argument-hint: "<inputs: deal-band data, current discount distribution, target NRR>"
/cs:commercial-policy — Discount matrix + exception flow
Run the `commercial-policy` skill on this input:
**$ARGUMENTS**
Three-tool workflow
1. **`discount_matrix_builder.py`** — Data-backed discount bands (by ARR band × term length × payment terms × strategic value). Outputs the matrix + the approver tier per cell. Industry tuning `--profile {saas,enterprise-software,api,marketplace,services}`.
2. **`exception_router.py`** — Exception flow: when a deal asks for terms outside the matrix, who approves and what compensating commitments are required (multi-year + prepay + named expansion path).
3. **`policy_linter.py`** — Consistency check across the matrix: no contradictions (e.g., "Manager approves up to 25%" but "VP approves up to 20%"), no gaps (deal band with no defined approver), no obvious gaming surface (cliff at 99 ARR vs 100 ARR).
Hard rule
**No discount band without data backing.** Pull win-rate and NRR by current band before recommending changes.
Distinct from
- Sibling `commercial/skills/deal-desk` — **applies** the policy to individual deals. Commercial-policy **designs** the policy.
- Sibling `commercial/skills/pricing-strategist` — sets the **pricing model + tier list price**. Commercial-policy governs **discounts off list**.
- `c-level-advisor/cro-advisor` — strategic
- `c-level-advisor/cfo-advisor` — financial guardrails (margin floor); commercial-policy operationalizes those
Read more
description: Discount matrix designer + T&C library + exception policy. New ground — designs the policy that deal-desk applies per deal. Direct invocation of the commercial-policy skill. argument-hint: "<inputs: deal-band data, current discount distribution, target NRR>"
/cs:commercial-policy — Discount matrix + exception flow
Run the `commercial-policy` skill on this input:
**$ARGUMENTS**
Three-tool workflow
1. **`discount_matrix_builder.py`** — Data-backed discount bands (by ARR band × term length × payment terms × strategic value). Outputs the matrix + the approver tier per cell. Industry tuning `--profile {saas,enterprise-software,api,marketplace,services}`.
2. **`exception_router.py`** — Exception flow: when a deal asks for terms outside the matrix, who approves and what compensating commitments are required (multi-year + prepay + named expansion path).
3. **`policy_linter.py`** — Consistency check across the matrix: no contradictions (e.g., "Manager approves up to 25%" but "VP approves up to 20%"), no gaps (deal band with no defined approver), no obvious gaming surface (cliff at 99 ARR vs 100 ARR).
Hard rule
**No discount band without data backing.** Pull win-rate and NRR by current band before recommending changes.
Distinct from
- Sibling `commercial/skills/deal-desk` — **applies** the policy to individual deals. Commercial-policy **designs** the policy.
- Sibling `commercial/skills/pricing-strategist` — sets the **pricing model + tier list price**. Commercial-policy governs **discounts off list**.
- `c-level-advisor/cro-advisor` — strategic
- `c-level-advisor/cfo-advisor` — financial guardrails (margin floor); commercial-policy operationalizes those
362 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Other commands on claude-skills.
- /focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Open command - /clean
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Open command - /cm
Stage working tree changes and create a Conventional Commit (no push).
Open command - /cp
Stage, commit, and push the current branch following git governance rules.
Open command - /pr
Create a pull request from the current branch.
Open command - /plugin-audit
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform compatibility, and ecosystem integration. Runs all built-in validation tools, invokes domain-appropriate agents for code review,
Open command

