Commercial — Domain Orchestrator
Commercial — Domain Orchestrator is a skill that routes commercial inquiries—such as pricing, deal review, partnerships, channel economics, policy, RFP responses, and bookings forecasts—to one of seven specialized sub-skills. It returns a concise digest with findings, next actions, and a challenge, ensuring deterministic decision support without auto-approving deals.
✨ What it does
- Routes inquiries to one of seven sub-skills based on keyword signals.
- Explores the workspace for relevant artifacts before asking clarifying questions.
- Asks one forcing question per turn with a recommended answer when the lane is ambiguous.
- Walks decision trees for multi-lane inquiries, chaining sub-skills only with confirmation.
- Returns a digest with top findings, next actions, and a canon-based challenge.
- Generates structured artifacts like deal scorecards, pricing models, and forecasts.
🎯 When to use it
- When you need to review or approve a specific deal, discount, or commercial policy.
- When designing or evaluating pricing models, packaging, or willingness-to-pay analysis.
- When responding to an RFP/RFI or assessing partnership or channel economics.
- When forecasting bookings or analyzing pipeline conversion rates.
🚀 How to use
Trigger the skill by describing a commercial situation, such as 'review this deal', 'should we discount', 'pricing model', 'partner economics', 'RFP response', or 'bookings forecast'. The skill checks your working directory for relevant files (e.g., deal records, RFP docs, pipeline exports) and may ask one clarifying question if the lane is ambiguous. Provide the necessary context or file paths. Example prompts:
Can we approve a 40% discount on this Enterprise deal? Here's the MSA redline.
Help me respond to this 60-page RFP.
📄 Output: A digest (≤200 words) with top findings, next actions, and a challenge, plus sub-skill artifacts like deal_scorecard.md, pricing_model.md, or forecast.md.
📦 Add this skill to Claude Code
# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills
# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/commercial/skills/commercial-skills .claude/skills/commercial-skillsSkill source: commercial/skills/commercial-skills/SKILL.md
⚠️ Good to know
Requires user to have commercial authority or be preparing analysis for someone who does; does not auto-approve deals or store history across sessions.
❓ FAQ
What happens if my inquiry spans multiple commercial areas?
The skill walks a decision tree depth-first, starting with the highest-confidence lane, then asks if you want to chain the second lane before proceeding.
Does this skill recommend a specific price?
No, it recommends a range and model, leaving the final number to the user.
Can I use this skill without any files in my workspace?
Yes, but the skill may ask a clarifying question to determine the correct sub-skill, and sub-skills ship templated dummy data so you can see the output shape.
🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.