/ Каталог / Песочница / startup-skill
● Сообщество ferdinandobons ⚡ Сразу

startup-skill

автор ferdinandobons · ferdinandobons/startup-skill

AI skills for startup validation, competitive intel, and planning — the solo-founder's strategy co-pilot in Claude Code.

Startup Skill gives Claude Code a founder-mode toolkit: idea validation checklists, JTBD interviews, competitive scans, business-model sketches, and lightweight planning frameworks. Trades consulting decks for a conversational partner that pushes back when your idea needs pushback.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

startup-skill.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "startup-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ferdinandobons/startup-skill",
        "~/.claude/skills/startup-skill"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "startup-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ferdinandobons/startup-skill",
        "~/.claude/skills/startup-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "startup-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ferdinandobons/startup-skill",
        "~/.claude/skills/startup-skill"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "startup-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ferdinandobons/startup-skill",
        "~/.claude/skills/startup-skill"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "startup-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ferdinandobons/startup-skill",
        "~/.claude/skills/startup-skill"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "startup-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/ferdinandobons/startup-skill",
          "~/.claude/skills/startup-skill"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add startup-skill -- git clone https://github.com/ferdinandobons/startup-skill ~/.claude/skills/startup-skill

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: startup-skill

How to pressure-test a startup idea before you build

👤 First-time founders and side-project builders ⏱ ~60 min beginner

Когда использовать: You have an idea that excites you and you want to hear the case against it before committing a quarter.

Предварительные требования
  • Skill installed — git clone https://github.com/ferdinandobons/startup-skill ~/.claude/skills/startup-skill
Поток
  1. Frame the idea
    Validate this idea using startup-skill: 'AI-powered observability for Rails apps, targeting 5-20 dev teams.'✓ Скопировано
    → Structured breakdown: customer, problem, willingness-to-pay, existing alternatives
  2. Adversarial review
    Now play devil's advocate — give me 5 reasons this fails in 18 months.✓ Скопировано
    → Specific, falsifiable failure modes (not generic)
  3. Draft 5 validation interviews
    Write 5 customer interview questions to disconfirm my riskiest assumption.✓ Скопировано
    → Non-leading, behavior-probing questions

Итог: A go/no-go decision backed by specific risks and a kill-criteria list.

Подводные камни
  • Claude defaults to cheerleading — Explicit framing: 'act as a skeptical senior VC who has seen this category fail twice'
  • Interview questions leak the answer — Ask for Mom Test-style questions only
Сочетать с: goose-skill

Run a competitive scan with sourced claims

👤 Founders preparing a pitch or positioning doc ⏱ ~40 min intermediate

Когда использовать: You need to know who's in your category and where the gaps are.

Поток
  1. Scope the category
    Use startup-skill competitive scan for 'error monitoring for Rails apps'. Require URLs for every feature claim.✓ Скопировано
    → Vendor table with linked source per feature
  2. Identify the whitespace
    What positioning claim is unowned in this table?✓ Скопировано
    → Specific angle backed by the table

Итог: A positioning angle you can defend in an investor meeting.

Подводные камни
  • Hallucinated features or pricing — Reject any claim without a URL; re-check URLs are real by asking Claude to fetch them
Сочетать с: goose-skill

Draft a 30/60/90-day plan for a new role or initiative

👤 Founders and early employees needing a plan, fast ⏱ ~25 min beginner

Когда использовать: New role, new team, or new product direction.

Поток
  1. Seed with context
    30/60/90 for a founding PM joining a 10-person dev tools startup. Primary goal: ship the self-serve signup.✓ Скопировано
    → Milestones per phase with ownership and dependencies
  2. Pressure-test
    What's over-scoped? What's the one thing that if we skip ruins the plan?✓ Скопировано
    → Specific cuts + the single critical path item

Итог: A realistic plan with a stated critical path and cut candidates.

Комбинации

Сочетайте с другими MCP — эффект x10

startup-skill + goose-skill

Startup validates the bet, Goose executes GTM

Validate the idea with startup-skill; if it passes, generate ICP and outbound with goose-skills.✓ Скопировано

Startup sets positioning, marketing skill drives campaigns

Run positioning workshop with startup-skill, then feed to ai-marketing skill for campaign planning.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
Idea validation - Pre-commit to a direction 0
JTBD interviews - Customer research 0
Competitive scan - Positioning and pitch prep 0
Business model sketch - Before setting prices 0
30/60/90 & OKRs - Starting something new 0

Стоимость и лимиты

Во что обходится

Квота API
None
Токенов на вызов
10-30k for a full validation pass
Деньги
Free
Совет
Batch questions into one session per topic to reuse context.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: No credentials
Исходящий трафик: Competitive scan uses Claude's web search; no persistent egress

Устранение неполадок

Частые ошибки и исправления

Validation output feels like a pep talk

Explicitly ask for the adversarial mode and require failure modes before strengths

Competitive scan invents features

Require URLs for every claim; reject unsourced ones

Альтернативы

startup-skill в сравнении

АльтернативаКогда использоватьКомпромисс
goose-skillYou're past validation and need GTM executionLess idea-stage depth

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills