← スキル一覧に戻る

critique
by TaylorHuston
A customizable life management framework for Claude Code - skills, agents, and workflows for personal productivity
⭐ 12🍴 2📅 2026年1月24日
SKILL.md
name: critique description: "Challenge idea assumptions with skeptical VC-style evaluation. Use when user requests critique, validation, or 'is this a good idea' assessment." model: claude-opus-4-5-20251101 allowed-tools: Read, Write, Edit, Glob, Grep
/critique
Skeptical, VC-style evaluation of a project idea.
Usage
/critique # Critique current project
/critique --project coordinatr # Specific project
/critique --focus market # Market validation focus
/critique --focus technical # Technical feasibility focus
/critique --focus business # Business model focus
Output Location
ideas/[project]/critiques/YYYY-MM-DD.md
Prerequisites
REQUIRED: project-brief.md must exist
ls ideas/{project}/project-brief.md
# If missing: "Run /brief first"
Execution Flow
1. Load Project Context
Read: ideas/{project}/project-brief.md
Read: ideas/{project}/competitive-analysis.md (if exists)
Read: ideas/{project}/README.md
Glob: resources/research/*.md
2. Invoke idea-critic Agent
Analysis areas:
- Problem Validity - Is this a real problem? Evidence?
- Market Opportunity - Size? Timing? Competition?
- Solution Fit - Does solution address root cause?
- Differentiation - Why will this win?
- Business Model - Revenue? Unit economics?
- Execution Risk - Team? Timeline? Resources?
- Technical Feasibility - Can this be built?
3. Generate Critique Document
---
created: YYYY-MM-DD
verdict: strong | promising | needs_work | reconsider
confidence: high | medium | low
---
# Critique: [Project Name]
## Executive Summary
[Honest 1-2 paragraph assessment]
## Critical Concerns
### High Priority
1. **[Concern]**: [Why concerning]
- Evidence needed: [What would resolve]
### Medium Priority
1. **[Concern]**: [Why matters]
- Suggestion: [How to address]
### Strengths
1. **[Strength]**: [Why valuable]
## Analysis by Area
[Problem Validity, Market, Solution Fit, etc.]
## Hard Questions to Answer
1. [Tough question]
2. [Another challenge]
## Recommendations
### If You Proceed
- [De-risk action]
- [Research needed]
### If You Pivot
- [Alternative direction]
Focus Modes
--focus market
- Market size/dynamics
- Competition landscape
- Customer validation
- Timing and trends
--focus technical
- Technical feasibility
- Architecture complexity
- Skill requirements
--focus business
- Revenue model
- Pricing strategy
- Unit economics
- Go-to-market
When to Use
- After completing project brief
- Before significant time investment
- When seeking honest feedback
- Before presenting to others
Not for: Ideas still forming (use /brief), when needing encouragement
Workflow
/brief -> /critique -> /research -> /spec
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です