Agent skill

critique

Challenge idea assumptions with skeptical VC-style evaluation. Use when user requests critique, validation, or 'is this a good idea' assessment.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrep
Path: skills/analysis/critique-taylorhuston-local-life-manager-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /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

What's inside
Steps it walks through
  1. Usage
  2. Output Location
  3. Prerequisites
  4. Execution Flow
  5. 1. Load Project Context
  6. 2. Invoke idea-critic Agent
  7. 3. Generate Critique Document
  8. Focus Modes
  9. --focus market
  10. --focus technical
  11. --focus business
  12. When to Use
  13. Workflow
Ships with 1 file
  • metadata.json
Commands it runs
ls ideas/{project}/project-brief.md
If missing: "Run /brief first"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going