From dev-skills
This skill should be used when the user asks to "evaluate the project", "run a deep eval", "review this feature", "evaluate the auth module", "find issues", or wants multi-angle project evaluation with long-running critic agents. Dispatches skeptical evaluator agents that iterate through evaluation angles to find issues across code, architecture, security, UX, product, and design dimensions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-skills:project-evalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Dispatch long-running skeptical critic agents to evaluate a project from multiple directions. Inspired by the principle that separating creation from evaluation — and tuning evaluators for skepticism — produces far better quality assessment than self-review.
Dispatch long-running skeptical critic agents to evaluate a project from multiple directions. Inspired by the principle that separating creation from evaluation — and tuning evaluators for skepticism — produces far better quality assessment than self-review.
| User intent | Mode |
|---|---|
| "evaluate auth module", "review the payment flow", "check this feature" | Focus |
| "evaluate the project", "run a deep eval", "explore the codebase" | Explore |
If ambiguous, ask the user to clarify: "Would you like to focus on a specific feature, or explore the entire project?"
Target a specific feature or module. Critics iterate until no new issues are found, then self-terminate.
${CLAUDE_PLUGIN_ROOT}/skills/project-eval/references/angles.md — scan the 8 direction clusters${CLAUDE_PLUGIN_ROOT}/skills/project-eval/references/focus-mode.md — follow the complete workflowEvaluate the entire project for a time-limited period (default 30 minutes). Critics explore diverse angles until the deadline.
${CLAUDE_PLUGIN_ROOT}/skills/project-eval/references/angles.md${CLAUDE_PLUGIN_ROOT}/skills/project-eval/references/explore-mode.md — follow the complete workflowWhen all critics complete, read ${CLAUDE_PLUGIN_ROOT}/skills/project-eval/references/finding-format.md for the report format, then:
docs/eval/findings-<timestamp>-critic-*.md (use this run's timestamp)docs/eval/findings-<YYYYMMDD-HHMMSS>.mdRead angles.md for full details and calibration examples. The 8 clusters:
These are a starting menu — critics explore freely within their assigned direction.
npx claudepluginhub aeghnnsw/cc-toolkit --plugin dev-skillsPerforms comprehensive multi-agent evaluation of code projects across 12 dimensions like safety, completeness, and design quality. Outputs scored reports with executive summaries and improvement roadmaps in 5-10 minutes.
Runs expert review on plans, specs, or implementation approaches using parallel specialized agents. Presents prioritized, concrete findings as Socratic questions. Automatically invoked during ideate or on-demand.
Focused review of code, documents, or architecture — one deep pass with evidence-based findings and clear verdict. Auto-detects what you're reviewing: branch diff, PR, file path, plan, brainstorm, or spec. One reviewer that reads carefully beats nine that skim. Triggers: review, code review, review PR, review diff, review plan, review brainstorm, review spec, review document, evaluate, check.