Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By mmashiat
Automate business development workflows: research prospects from websites/Crunchbase/LinkedIn/GitHub, draft personalized outreach emails/DMs, manage deal pipelines in Linear CRM with health checks, generate meeting prep briefs/deal summaries/sales content, perform competitive analysis, and run weekly pipeline reviews with action items.
npx claudepluginhub mmashiat/bd-internEntry point for all BD Intern operations. Routes to sub-commands or shows menu.
Look up stakeholders and contacts across deals. Quick CRM for people and companies.
Generate a comprehensive deal summary synthesizing all available intelligence.
Runs every Wednesday. Analyzes the past week of agent usage and posts a report to Slack.
Draft personalized cold outreach and follow-up messages.
Market and competitive analyst for BD intelligence.
Pipeline health assessor. Reviews all active deals and produces prioritized action recommendations.
Web research specialist for BD prospect and competitor research.
BD content writer. Produces outreach, briefs, proposals, and all prospect-facing or internal BD content.
Daily agenda — scans calendar, Slack, and pipeline, then delivers a morning briefing
Manage BD deal pipeline in Linear (or configured CRM)
Competitive landscape analysis and battle cards
Create BD content — one-pagers, battle cards, case studies, partnership proposals
Generate comprehensive deal summary synthesizing all intelligence
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Prospect, craft outreach, and build deal strategy faster. Prep for calls, manage your pipeline, and write personalized messaging that moves deals forward.
A compounding GTM enablement engine with full MCP integration across all 21 skills, bundled with a custom Sales Intelligence MCP server (16 tools for Gong, ZoomInfo, Clay, LinkedIn). Pre-configured .mcp.json includes 9 remote connectors (HubSpot, Slack, MS365, Notion, Fireflies, Clay, ZoomInfo, Atlassian, Close) plus the local Sales Intelligence server. Every skill auto-detects tools and pulls data before asking. Learns from every deal and gets smarter over time.
Octave GTM knowledge base integration for Claude Code and OpenAI Codex — provides bidirectional access to personas, playbooks, messaging, and more. Give Claude and Codex grounded context for your GTM motions.
Sales, RevOps & Marketing agent: 14 product skills, 5 autonomous agents, 4 jurisdiction overlays. Prospect research, lead scoring, outreach, sequences, pipeline analysis, content creation, campaign planning, and RevOps agents across US, EU, Pakistan, and GCC jurisdictions.
Qiushi Skill: methodology skills for AI agents guided by seeking truth from facts, with Claude Code, Cursor, OpenClaw, Codex, OpenCode, and Hermes guidance.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Welcome to your first BD hire! Build you Business Development team in < 30 seconds staright from the CLI.
A configurable BD (Business Development) agent for Claude Code. Automates prospect research, outreach drafting, deal pipeline management, meeting prep, competitive analysis, and content creation.
Works for any company — configure once with your company details, products, and voice, then use immediately.
git clone https://github.com/mmashiat/bd-intern.git ~/.claude/plugins/bd-intern
/bd-intern commandClaude Code discovers slash commands from skill files. You need to create one:
mkdir -p ~/.claude/skills/bd-intern
cp ~/.claude/plugins/bd-intern/install/SKILL.md ~/.claude/skills/bd-intern/SKILL.md
Start a new Claude Code session and run:
/bd-intern setup
The setup wizard interviews you about your company, products, voice, and pipeline. Takes ~5 minutes. It generates your config/company.yaml.
Or copy the example and edit manually:
cp ~/.claude/plugins/bd-intern/config/company.example.yaml ~/.claude/plugins/bd-intern/config/company.yaml
/bd-intern # Main menu
/pipeline # View your deal pipeline
/prospect <company> # Research a prospect
/outreach <company> # Draft outreach messages
/prep <company> # Meeting prep briefing
/weekly # Weekly pipeline review
/deal <company> # Deal brief
/crm <company or person> # Stakeholder lookup
/sales-enablement # Decks, briefings, one-pagers
| Feature | Description |
|---|---|
| Prospect Research | Deep-dives on companies using public sources. Produces structured research docs with product fit assessment. |
| Outreach Drafting | Personalized cold emails, DMs, and follow-ups grounded in research and meeting history. |
| Pipeline Management | View, create, and update deals in Linear. Health checks flag stale and at-risk deals. |
| Meeting Prep | Briefing docs with company snapshot, relationship history, talking points, and strategic questions. |
| Weekly Review | Pipeline health digest — what moved, what's stale, what needs attention. |
| Deal Briefs | Comprehensive deal summaries synthesizing all intelligence. |
| CRM Lookup | Find contacts and stakeholders across your pipeline. |
| Sales Enablement | Meeting decks, pre-call briefings, post-meeting debriefs, technical briefs, one-pagers, competitive positioning. |
| Competitive Intel | Competitor profiles, landscape maps, and battle cards. |
| Follow-Up Tracking | Surfaces overdue action items across all deals. |
All company-specific settings live in config/company.yaml (gitignored). See config/company.example.yaml for full documentation.
company.name, company.website, company.descriptionproducts[] — at least one product with name and descriptioncontact.emailbrand_voice — tone, personality traits, words to avoid/prefercrm.team_name — Linear team name (default: "Partnerships")paths.meeting_notes — where meeting notes live (default: ~/.meeting-notes/)pipeline.engagement_offer — your standard pilot/POC offercompetitors[] — known competitors for positioningintegrations.slack_channel — for pipeline update postsFor rich sales enablement content, add a references/product-knowledge.md file with detailed product documentation. The sales-enablement skill uses this as ground truth — it won't make claims not documented here.
commands/ → User-facing commands (routing + UX)
skills/ → Execution logic (one skill per capability)
agents/ → Specialized sub-agents (researcher, writer, analyst, reviewer)
references/ → Templates, conventions, pipeline stages
config/ → Company-specific configuration
hooks/ → Session startup context loading
examples/ → Example configs and outputs using fictional companies
config/company.yaml first