Critique
Challenge idea assumptions with skeptical VC-style evaluation. Use when user requests critique, validation, or 'is this a good idea' assessment.
MCP get_skill({ skillId: "critique-6d718d32" })Use this skill with your agent
Create a free account and connect via MCP
# /critique
Skeptical, VC-style evaluation of a project idea.
## Usage
```bash
/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
```bash
ls ideas/{project}/project-brief.md
# If missing: "Run /brief first"
```
## Execution Flow
### 1. Load Project Context
```bash
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:
1. **Problem Validity** - Is this a real problem? Evidence?
2. **Market Opportunity** - Size? Timing? Competition?
3. **Solution Fit** - Does solution address root cause?
4. **Differentiation** - Why will this win?
5. **Business Model** - Revenue? Unit economics?
6. **Execution Risk** - Team? Timeline? Resources?
7. **Technical Feasibility** - Can this be built?
### 3. Generate Critique Document
```markdown
---
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
```Related Skills
More skills in Personal Productivity
Academic Cv Builder
Format CVs for academic positions with publications, grants, and teaching
Act Informed: First understand together with the human, then do
Interactive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requires the Joyride extension.
Add Multiple Attendees to a Calendar Event
Add a list of attendees to an existing Google Calendar event and send notifications.
AgentMail — Agent-Owned Email Inboxes
Give the agent its own dedicated email inbox via AgentMail. Send, receive, and manage email autonomously using agent-owned email addresses (e.g. hermes-agent@agentmail.to).
Agent Mail Automation via Rube MCP
Automate Agent Mail tasks via Rube MCP (Composio). Always search tools first for current schemas.
Airtable
Airtable REST API via curl. Records CRUD, filters, upserts.
Explore Other Categories
Skills from other categories with shared topics
Commit
Create git commits in spaces/[project]/ with conventional message format. Use for saving progress with quality checks and proper commit messages.
Complete
Complete task: validate, document, review, commit, and merge to develop. Use when all implementation is done and ready to finalize.
Flashcards
Generate spaced repetition flashcards from notes or topics. Use when user wants to create flashcards, make review cards, prepare for spaced repetition, or convert notes to quiz format. Triggers on "flashcards", "make cards", "spaced repetition", "review cards".