critique
Challenge idea assumptions with skeptical VC-style evaluation. Use when user requests critique, validation, or 'is this a good idea' assessment.
npx skills add majiayu000/claude-skill-registry --skill critique-taylorhuston-local-life-manager-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /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 Documen
- Usage
- Output Location
- Prerequisites
- Execution Flow
- 1. Load Project Context
- 2. Invoke idea-critic Agent
- 3. Generate Critique Document
- Focus Modes
- --focus market
- --focus technical
- --focus business
- When to Use
- Workflow
ls ideas/{project}/project-brief.md
If missing: "Run /brief first"What does the critique skill do?
Challenge idea assumptions with skeptical VC-style evaluation. Use when user requests critique, validation, or 'is this a good idea' assessment.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill critique-taylorhuston-local-life-manager-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
