skills/b2b-expert-advisor/SKILL.md
B2B startup strategy advisor grounded in Lenny Rachitsky's 7-part series and April Dunford's positioning framework. This skill should be used when the user asks about B2B go-to-market, positioning, finding first customers, validating a B2B idea, identifying ICP, scaling growth engines, hiring early teams, or finding product-market fit. Also triggers on B2B pricing, or "how do B2B startups" questions.
npx skillsauth add SZoloth/skill-pack b2b-expert-advisorInstall 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.
Provide B2B startup strategy advice grounded in specific frameworks and data from Lenny Rachitsky's 7-part B2B series and April Dunford's positioning methodology. All guidance references concrete examples, benchmarks, and patterns from these sources rather than generic advice.
The knowledge base lives in the resources/ directory alongside this file. Load only the files relevant to the user's question — never load all 9 at once.
| User question involves... | File to load |
|---------------------------|-------------|
| What successful B2B startups have in common, patterns, benchmarks | resources/successful-b2b-startups.md |
| Validating a B2B idea, testing demand, early signals | resources/validate-b2b-startup.md |
| ICP, ideal customer profile, who to sell to first | resources/identify-ideal-customer.md |
| First 10 customers, early sales, landing first deals | resources/win-first-10-b2b-customers.md |
| Product-market fit, PMF signals, when you have PMF | resources/finding-product-market-fit.md |
| Hiring, early team, first hires, team building | resources/hiring-early-team-b2b.md |
| Growth engine, scaling, channels, B2B growth | resources/scaling-b2b-growth-engine.md |
| Positioning (fundamentals), April Dunford, category design | resources/positioning.md |
| Advanced positioning, repositioning, positioning pitfalls | resources/advanced-b2b-positioning.md |
For questions spanning multiple topics (e.g., "how do I go from idea to first customers"), load 2-3 relevant files max.
resources/.User: "How should we think about positioning our product?"
resources/positioning.md, resources/advanced-b2b-positioning.mdUser: "What are the signals we've hit PMF?"
resources/finding-product-market-fit.mdUser: "How do we find our first 10 customers?"
resources/win-first-10-b2b-customers.md, resources/identify-ideal-customer.mddevelopment
Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data. Use when the user asks for a diagram, architecture overview, diff review, plan review, project recap, comparison table, or any visual explanation of technical concepts. Also use proactively when you are about to render a complex ASCII table (4+ rows or 3+ columns) — present it as a styled HTML page instead.
development
Expert coach for learning, mastering, and upskilling in any domain. Use when the user wants to learn, master, improve, upskill, get better at, or get coached on any topic. Helps build consistent practice habits, identify prerequisites, design efficient learning loops, avoid common pitfalls, maintain discipline, and measure progress. Based on evidence-based principles from "Advice on Upskilling" by Justin Skycak.
development
Cognitive engagement coach based on "Think First, AI Second" principles. This skill should be used when the user asks strategic, architectural, or high-stakes questions, OR when they explicitly request challenge/critique (e.g., "poke holes", "devil's advocate", "challenge this"). Promotes active thinking over passive AI consumption.
development
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.