Skip to content
Development
Skill

/expand-ideas

FULL pipeline этап 3 — генерация идей в 2 раунда. Запускает idea-generator (Opus), создаёт ideas-round-1.md с 10+ идей с обоснованием и 2-3 интерпретациями каждая. Триггеры — "/expand-ideas", "идеи R1", "генерируй идеи".

From plugin
vibe-dev
529 skills24 agents7 hooks
Install
$ npx -y skills add andrewcigan/vibe-dev-plugin --skill expand-ideas --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/expand-ideas

Context preview

The summary Claude sees to decide when to auto-load this skill.

FULL pipeline этап 3 — генерация идей в 2 раунда. Запускает idea-generator (Opus), создаёт ideas-round-1.md с 10+ идей с обоснованием и 2-3 интерпретациями каждая. Триггеры — "/expand-ideas", "идеи R1", "генерируй идеи".

SKILL.md

expand-ideas.SKILL.md
name: expand-ideas
description: FULL pipeline этап 3 — генерация идей в 2 раунда. Запускает idea-generator (Opus), создаёт ideas-round-1.md с 10+ идей с обоснованием и 2-3 интерпретациями каждая. Триггеры — "/expand-ideas", "идеи R1", "генерируй идеи".
when_to_use: После /new-project в FULL режиме. Перед /critique. Создаёт long-list идей для последующего отсева.

/expand-ideas

Генерация идей через idea-generator agent.

Что происходит

1. Запускается subagent `idea-generator` (Opus) 2. Читает: CLAUDE.md, PRODUCT.md, domain-rules.yaml 3. Создаёт `docs/ideas-round-1.md` (10+ идей) 4. Просит пользователя пометить «берём / не берём» (1 простой вопрос) 5. После фидбэка — Round 2 (углубление выбранных)

Output

  • `docs/ideas-round-1.md`
  • `docs/ideas-round-2.md` (после фидбэка)

Дальше

`/critique` — автономный отсев long-list.

Когда skip

  • FAST режим (там сразу к /architecture)
  • Уже есть чёткая идея от пользователя
Ships withvibe-dev

🌐 English: this file · Русский: README.ru.md A harness-first plugin that turns a business idea into a shipped product — for founders who build with Codex and Claude Code.

Get the whole plugin

Other skills on vibe-dev.

architecture
Skill

architecture

V0 архитектура с TOC bottleneck-анализом. Запускает architect (Fable 5.1). ≤10 компонентов, Mermaid диаграмма, invariants как constraints, top-3 риска. FAST +…

checkpoint
Skill

checkpoint

Управляемый чекпоинт состояния в файлы посреди работы — вместо авто-сжатия («рулетки»). Перезаписывает Current State, синхронизирует статусы, ротирует…

critique
Skill

critique

FULL этап 5 — автономный critique long-list идей. Запускает idea-critic (Sonnet), который отсеивает hard-filters и оставляет Top-3-5 по score. Триггеры —…