skills/notion/SKILL.md
Central reference for all Notion database schemas, read/write patterns, account resolution logic, and write failure handling
npx skillsauth add chieflatif/SalesSidekick-Claude-CoWork notionInstall 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.
Central reference for all Notion database operations. Contains the complete schemas for all 6 databases (70 fields total), read/write patterns per command, account resolution logic, and write failure handling. This is the single source of truth for how SalesSidekick interacts with Notion.
| # | Field | Type | Options/Notes | |---|-------|------|---------------| | 1 | Company Name | Title | — | | 2 | Territory Status | Select | Active, Prospect, Inactive, Former Customer | | 3 | Industry | Select | Options populated during /setup per user's market | | 4 | Account Size | Select | Enterprise, Mid-Market, SMB | | 5 | Hell Yes/Hell No | Select | Hell Yes, Evaluating, Hell No | | 6 | Primary Contact | Relation | →Contacts | | 7 | Tech Stack | Multi-select | Populated per account | | 8 | Current Products | Multi-select | User's product line, set during /setup | | 9 | Annual Revenue | Number | — | | 10 | Last Activity | Date | Auto-updated on any interaction | | 11 | Notes | Text | Research briefs, general context | | 12 | Website | URL | — |
| # | Field | Type | Options/Notes | |---|-------|------|---------------| | 1 | Name | Title | — | | 2 | Company | Relation | →Companies | | 3 | Title | Text | Job title | | 4 | MEDDPICC Role | Multi-select | Champion, Economic Buyer, Technical Buyer, Influencer, Blocker, User | | 5 | Email | Email | — | | 6 | LinkedIn | URL | — | | 7 | Sentiment | Select | Champion, Supportive, Neutral, Skeptical, Blocker | | 8 | Last Contacted | Date | — | | 9 | Notes | Text | — |
| # | Field | Type | Options/Notes | |---|-------|------|---------------| | 1 | Deal Name | Title | — | | 2 | Company | Relation | →Companies | | 3 | Contacts | Relation | →Contacts (linked during /add-deal) | | 4 | Stage | Select | Prospecting, Discovery, Qualification, Proposal, Negotiation, Closed Won, Closed Lost | | 5 | Deal Value | Number | — | | 6 | Close Date | Date | — | | 7 | Forecast Category | Select | Commit, Best Case, Pipeline, Omitted | | 8 | Primary Competitor | Select | Options populated during /setup Phase 3 | | 9 | Next Step | Text | — | | 10 | Deal Risk | Select | High, Medium, Low | | 11 | MEDDPICC Confidence | Select | High, Medium, Low | | 12 | M-Metrics | Select | Red, Yellow, Green | | 13 | E-Economic Buyer | Select | Red, Yellow, Green | | 14 | D-Decision Criteria | Select | Red, Yellow, Green | | 15 | D-Decision Process | Select | Red, Yellow, Green | | 16 | P-Paper Process | Select | Red, Yellow, Green | | 17 | I-Identify Pain | Select | Red, Yellow, Green | | 18 | C-Champion | Select | Red, Yellow, Green | | 19 | C-Competition | Select | Red, Yellow, Green | | 20 | Created Date | Date | Set on creation | | 21 | Last Activity | Date | Auto-updated on any interaction | | 22 | Notes | Text | — |
Default Stage Probability Weights (used by /forecast-update): | Stage | Default Probability | |-------|-------------------| | Prospecting | 10% | | Discovery | 20% | | Qualification | 40% | | Proposal | 60% | | Negotiation | 80% | | Closed Won | 100% | | Closed Lost | 0% |
These are defaults. /setup asks if the user's org uses different stage names or probabilities, and stores customized values in {{DEAL_STAGES}}.
| # | Field | Type | Options/Notes | |---|-------|------|---------------| | 1 | Task | Title | — | | 2 | Company | Relation | →Companies | | 3 | Deal | Relation | →Deals | | 4 | Owner | Select | AE, Prospect, Internal | | 5 | Priority | Select | High, Medium, Low | | 6 | Due Date | Date | — | | 7 | Status | Select | Not Started, In Progress, Done, Blocked | | 8 | Source | Select | Call, Strategy, Manual | | 9 | Notes | Text | — |
| # | Field | Type | Options/Notes | |---|-------|------|---------------| | 1 | Call Title | Title | — | | 2 | Company | Relation | →Companies | | 3 | Deal | Relation | →Deals | | 4 | Call Date | Date | — | | 5 | Summary | Text | AI-generated summary | | 6 | Action Items | Text | Extracted tasks (also written to Tasks DB) | | 7 | Risk Level | Select | High, Medium, Low | | 8 | Competitive Intel | Text | Competitor mentions and analysis | | 9 | Coaching Score | Number | 1-5 (average of 5 coaching dimensions) | | 10 | MEDDPICC Changes | Text | Elements that changed R/Y/G this call |
| # | Field | Type | Options/Notes | |---|-------|------|---------------| | 1 | Post Title | Title | — | | 2 | Post Type | Select | Personal, Business, Educational | | 3 | Status | Select | Idea, Draft, Ready, Scheduled, Posted | | 4 | Scheduled/Posted Date | Date | — | | 5 | Hook | Text | First 2 lines (scroll-stopper) | | 6 | Content | Text | Full post body | | 7 | Related Company | Relation | →Companies | | 8 | Notes | Text | — |
Total: 6 databases, 70 fields.
When a user references a company by name, resolve using this priority order:
/add-company [Company]?"When resolving for deal-specific commands (/strategy, /battle, /prep):
/add-deal [Company]?"| Command | Reads | Writes | |---------|-------|--------| | /today | Tasks (due/overdue), Deals (needing attention) | — | | /end-of-day | Tasks (today's), Deals (movement) | — | | /weekly | Deals (all active), Tasks (week), Call Notes (week) | — | | /closeout | Companies, Contacts, Deals, Call Notes (history) | Call Notes (new), Tasks (new), Deals (MEDDPICC update), Companies (Last Activity) | | /prep | Companies, Contacts, Deals, Call Notes (recent), Tasks | — | | /strategy | Companies, Deals, Contacts, Call Notes, Tasks | — | | /battle | Companies, Deals, Call Notes, Contacts | — | | /pov | Companies, Deals, Call Notes | — | | /pipeline | Deals (all active), Companies | — | | /whitespace | Companies, Deals | — | | /forecast-update | Deals (by period) | — | | /research | Companies (if exists), Deals, Call Notes | Companies (Notes, Tech Stack, Industry, Account Size) | | /outreach | Companies, Contacts, Deals | — | | /email | Companies, Contacts, Deals, Call Notes | — | | /draft-post | LinkedIn Posts (recent) | LinkedIn Posts (new draft, on confirm) | | /deck | Companies, Deals, Contacts, Call Notes | — | | /add-company | Companies (duplicate check) | Companies (new record) | | /add-deal | Companies, Contacts, Deals (duplicate check) | Deals (new record) | | /coaching | Call Notes, Deals | — |
When a Notion write fails:
/setup to reconfigure."When creating databases during /setup:
tools
AE professional identity and context used for personalized output across all commands
testing
PptxGenJS pipeline for generating native .pptx presentations with brand tokens, 5 deck templates, and visual QA
development
LinkedIn content framework with 3-Type post structure, hook formulas, cadence goals, and 6-point pre-publish checklist
tools
8-element MEDDPICC qualification scoring rubric with Red/Yellow/Green definitions and discovery questions