Skip to content
Development
Skill

/critique

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

From plugin
vibe-dev
529 skills24 agents7 hooks
Install
$ npx -y skills add andrewcigan/vibe-dev-plugin --skill critique --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/critique

Context preview

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

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

SKILL.md

critique.SKILL.md
name: critique
description: FULL этап 5 — автономный critique long-list идей. Запускает idea-critic (Sonnet), который отсеивает hard-filters и оставляет Top-3-5 по score. Триггеры — "/critique", "отсей идеи", "критика".
when_to_use: После /expand-ideas. Автономный — не задаёт вопросов на каждой идее. Производит Top-3-5 для /validate.

/critique

Автономная критика идей через idea-critic agent.

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

1. Subagent `idea-critic` (Sonnet) читает ideas-round-1.md + round-2.md + domain-rules.yaml 2. Hard filters: отсев противоречащих invariants / anti-patterns / target_markets / budget 3. Scoring 5 критериев (1-5 каждый, max 25) 4. Top-3-5 на выход

Output

  • `docs/critique-log.md`

Дальше

`/validate` — проверка бизнес-модели Top-3.

Принцип

Не спрашивает пользователя на каждой идее. Решает автономно по критериям. Финальный отчёт — Top-3 с рекомендацией.

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, синхронизирует статусы, ротирует…