skills/sales-deal-room/SKILL.md
Designs a Qwilr deal room for complex multi-stakeholder B2B deals. Use when a deal has too many stakeholders to manage over email, buyers keep losing track of materials, there's no single source of truth for a complex deal, you need a mutual action plan to keep procurement on track, or an enterprise deal needs a polished hub for all parties. Do NOT use for a single-stakeholder proposal page (use /sales-proposal-page), reusable team templates (use /sales-proposal-template), or interpreting buyer engagement signals (use /sales-proposal-analytics).
npx skillsauth add sales-skills/sales sales-deal-roomInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Help the user architect a Qwilr deal room — a multi-page digital sales room for complex B2B deals with multiple stakeholders, long sales cycles, and lots of moving parts.
| Scenario | Use |
|---|---|
| Simple deal, single decision-maker, straightforward pricing | Single proposal page (/sales-proposal-page) |
| Multiple stakeholders, complex evaluation, needs ongoing updates | Deal room (this skill) |
| Enterprise deal with procurement, legal, technical review | Deal room |
| Partner/channel deal with shared materials | Deal room |
| Expansion deal with existing customer needing executive buy-in | Deal room |
If references/learnings.md exists, read it first for accumulated knowledge.
Ask the user:
What type of deal is this?
Who are the stakeholders? (select all that apply)
What materials do you already have?
What's the deal timeline?
If the user's request already provides most of this context, skip directly to the relevant step. Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end — don't gate your response behind gathering complete context.
Design the page-by-page structure. A deal room is a collection of Qwilr pages organized as a hub with linked sub-pages. The hub page is the "front door" that each stakeholder visits.
Hub Page (the main deal room page — everyone starts here)
| Section | Block Type | Content | |---|---|---| | Welcome header | Splash | Personalized greeting, company logos, deal room title | | Navigation | Text + buttons | Links to each sub-page, organized by topic | | Key contacts | Text + Image | Your team's contacts with photos and roles | | Timeline snapshot | Text | High-level mutual action plan with key dates | | Latest updates | Text | What's new since last visit (keep this updated) |
Sub-pages (linked from the hub — create based on what the deal needs):
| Page | Who it's for | Content | |---|---|---| | Executive Summary | Executive sponsor | Business case, ROI, strategic alignment | | Technical Overview | Technical evaluator | Architecture, integrations, security, compliance | | Proposal & Pricing | Economic buyer | Interactive quote block, pricing options, terms | | Case Studies | All stakeholders | Relevant customer stories, metrics, testimonials | | Implementation Plan | Technical + Ops | Timeline, phases, resource requirements, dependencies | | Security & Compliance | IT / Legal / Procurement | Certifications, data handling, SLAs, DPA | | Mutual Action Plan | All stakeholders | Shared timeline with milestones, owners, and status | | FAQ & Objection Handling | Champions | Answers to common questions champions get asked internally |
Write the actual content for the hub/navigation page:
Welcome section: "Welcome to the [Company] + [Your Company] Deal Room. This is your central hub for everything related to our partnership. Below you'll find the key materials organized by topic — click into any section to dive deeper."
Navigation section: Create a card-style layout linking to each sub-page with a one-line description:
Key contacts section: List 2-3 people from your team with name, title, photo placeholder, email, and one line about their role in this deal.
For each sub-page, provide:
Design the timeline page with milestones and owners:
| Milestone | Owner | Target Date | Status | |---|---|---|---| | Discovery & scoping complete | Both | [date] | Done | | Technical evaluation | Buyer's IT team | [date] | In progress | | Security review | Buyer's security | [date] | Not started | | Proposal & pricing review | Economic buyer | [date] | Not started | | Legal / contract review | Both legal teams | [date] | Not started | | Executive sign-off | Executive sponsor | [date] | Not started | | Contract signed | Both | [date] | Not started | | Kickoff & implementation begins | Both | [date] | Not started |
Customize milestones based on the deal type and timeline. For faster deals, collapse steps. For enterprise deals, add procurement and compliance milestones.
Set up engagement tracking per stakeholder by configuring webhooks for the deal room pages:
| Stakeholder | Watch for | What it means | |---|---|---| | Executive sponsor | Views Executive Summary page | They're engaged — or their EA is screening | | Technical evaluator | Views Technical Overview, time on security page | Doing due diligence — prepare for technical questions | | Economic buyer | Views Pricing page repeatedly | Evaluating cost — may need ROI reinforcement | | Procurement/Legal | Views Security & Compliance page | Deal is in procurement — prepare for contract negotiation | | New/unknown viewer | Views any page | Champion is sharing internally — the deal is expanding |
curl -X POST https://api.qwilr.com/v1/webhooks \
-H "Authorization: Bearer $QWILR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"url": "https://your-endpoint.com/qwilr-deal-room",
"events": ["pageFirstViewed", "pageViewed", "pageAccepted", "pagePartiallyAccepted"]
}'
Use view data to:
For full webhook and CRM automation setup, use /sales-qwilr-automation.
Platform-specific detail (e.g. Seismic Digital Sales Rooms) lives in references/platforms.md — read it when the user names a specific tool.
Don't create too many pages for simple deals. A deal room with 8 sub-pages for a $15k deal is overkill. Match complexity to deal size — small deals need 2-3 pages max (proposal + case study). Reserve the full structure for enterprise deals with multiple stakeholders.
Don't use the same content for every stakeholder. The whole point of a deal room is tailored content per role. An executive summary page full of technical specs fails the executive; a pricing page with no ROI context fails the CFO. Write for each audience.
Don't skip the mutual action plan. Claude often builds deal rooms with great content but no shared timeline. The MAP is what turns a deal room from a content dump into a collaboration tool. Always include one.
Don't forget the executive summary page. Even in a deal room with detailed sub-pages, the hub page needs a concise "why this matters" section. Executives won't click into sub-pages — they'll read the hub and decide if this is worth their time.
Don't treat the deal room as "set and forget." A good deal room is updated throughout the sales cycle — latest updates section, MAP status changes, new materials added. Mention this to the user.
Self-improving: If you discover something not covered here, append it to references/learnings.md with today's date.
User says: "We're 4 months into a new-logo deal with a 2,000-person fintech. There's a VP sponsor, a head of engineering, a security/IT team, and procurement just got pulled in. The thread is a mess and people keep asking for the same docs. Help me build a Qwilr deal room."
Skill does:
Result: A page-by-page deal room blueprint plus ready-to-paste hub copy, a procurement-aware action plan, and an engagement-tracking plan — the buyer gets one source of truth instead of a tangled email thread.
User says: "Existing customer, want to upsell a second product line, but I need a VP we haven't worked with to sponsor it. Closing target is this quarter."
Skill does:
Result: A lean expansion deal room that opens with proof of value and routes a new executive to a concise business case, with a timeline matched to the close date.
Cause: Too many sub-pages for the deal size — an 8-page structure built for a small or simple deal buries the few things that matter.
Solution: Match page count to complexity. For small deals use 2-3 pages max (proposal + case study) and reserve the full hub-and-sub-page structure for enterprise deals with multiple stakeholders. Make sure the hub page itself carries a concise "why this matters" summary, since executives decide from the hub without clicking in.
Cause: The same generic content is reused across pages, so an executive hits technical specs and a CFO hits pricing with no ROI context — the per-role tailoring that justifies a deal room is missing.
Solution: Write each sub-page for its specific audience using the content-brief fields (audience, key message, tone, CTA). Keep the Executive Summary strategic and outcome-focused, give the Technical Overview the depth evaluators want, and pair pricing with ROI framing for the economic buyer.
Cause: The webhook subscription is missing the relevant events, the endpoint isn't reachable, or the auth token is wrong.
Solution: Confirm the subscription includes pageFirstViewed, pageViewed, pageAccepted, and pagePartiallyAccepted, that the Authorization: Bearer $QWILR_TOKEN header is valid, and that your endpoint returns 2xx. For full webhook delivery and CRM-sync setup and debugging, use /sales-qwilr-automation.
/sales-proposal-page — Write a single proposal page (for simpler deals)/sales-proposal-analytics — Interpret engagement signals from deal room pages/sales-qwilr-automation — Automate deal room creation and CRM sync/sales-proposal-template — Create reusable deal room templates/sales-seismic — Seismic platform help including Digital Sales Rooms and content management/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-dotools
Wizlogo (wizlogo.com) platform help — a budget online logo maker (template/style-variation, marketed as "AI") plus a hub of FREE branding tools (business-name, blog-name and slogan generators, business-card maker, invoice generator, color converter, domain search). The pricing traps: the FREE logo is PERSONAL-USE-ONLY; the two cheap paid tiers are RASTER PNG/JPG only — Single (~€39.99 one-time) and Unlimited (~€3.99 per WEEK, recurring) — and VECTOR (SVG/PDF/EPS) is gated to the ~€299.99 Enterprise tier, which also bundles human designer edits and a social kit. Transparent PNG is on all paid plans. Use when making a Wizlogo logo, understanding free-vs-paid or personal-vs-commercial use, which tier unlocks vector/SVG for print, the weekly-subscription billing trap, its free name/slogan generators, or whether it has an API (UI-only — no public API, webhooks, Zapier or MCP). Do NOT use to just generate the business name (use /sales-namelix) or to compare/validate branding tools (use /sales-idea-validation).
tools
VistaPrint platform help (vistaprint.com, a Cimpress company) — the small-business design + print + digital-marketing platform: a free AI Logomaker (4 generations, 60 more after free sign-up) exporting SVG/PNG/PDF at 4000x4000 with no watermark, a free Brand Kit, business cards/flyers/signage/apparel/promo print, and a website builder. THE RIGHTS TRAP: VistaPrint states NO intellectual-property rights transfer on an AI-generated logo — you get usage rights but CANNOT register it for trademark or copyright; only its human designer service transfers full IP. Use when making a VistaPrint logo, asking if you own or can trademark it, running out of AI logo credits, printed colors not matching the screen, bleed/DPI/font file-prep rejections, or asking whether VistaPrint has an API (the consumer site does not — automation runs through the parent Cimpress Open partner-fulfilment API). Do NOT use for Vista Social scheduling (use /sales-vistasocial) or comparing logo tools market-wide (use /sales-idea-validation).
tools
Turbologo (turbologo.com) platform help — a budget AI/DIY logo maker: enter a business name + industry, pick icons and colors, and it proposes logo concepts you refine in an in-browser editor, then pay a one-time fee to download (designing is free, previews are watermarked, downloading is the paywall). Vector SVG/PDF is gated to the mid tier and up; the top tier adds a brand kit (business cards, letterheads, email signatures, social assets). Use when generating a logo in Turbologo, choosing which download tier to buy, vector SVG vs raster PNG, removing the free watermark, the time-limited edit-after-purchase window, pay-to-download pricing questions, whether an AI logo is yours to trademark, or whether Turbologo has an API to bulk-generate logos (it is UI-only — no public API, webhooks, Zapier, or MCP). Do NOT use to generate the business name (use /sales-namelix), compare or validate branding tools across the market (use /sales-idea-validation), or build wider marketing creative (use /sales-canva).
tools
Online Logo Maker (onlinelogomaker.com) platform help — a long-standing free/freemium DIY logo maker: build the mark yourself from icons, shapes, text, and fonts — MANUAL/template-based, NOT enter-a-name-get-AI-concepts. The free pack downloads a LOW-RES 300px PNG with a background; vector SVG, transparent PNG, and 2000px high-res are gated to a one-time lifetime Premium pack (not a subscription). The free tier's commercial-use rights are disputed by reviewers — clean ownership effectively needs Premium, and a shared-icon mark can be non-distinctive. Use for building/editing a logo here, free download vs Premium, vector SVG or transparent PNG, one-time pricing, commercial-use/trademark terms, near-namesake confusion (NOT LogoMaker.com / LogoMakr / Logomakerr.ai), or whether it has an API (UI-only — no API, webhooks, Zapier, MCP). Do NOT use to generate the business name (use /sales-namelix), compare branding tools across the market (use /sales-idea-validation), or build wider creative (use /sales-canva).