From design
Review a specific task or few tasks for quality before implementation. Use when the user says "review this task", "check task quality", "is this task ready", "validate task MKT-003", or is working on a task and wants inline quality feedback. For comprehensive backlog audits, use the task-auditor agent instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/design:skills/task-reviewerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review task definitions for quality and INDEX.md consistency. This skill helps ensure tasks are well-defined before implementation begins.
Review task definitions for quality and INDEX.md consistency. This skill helps ensure tasks are well-defined before implementation begins.
/designdesign.yaml to get repo prefixGlob pattern: tasks/*-*/TASK.md (exclude archive/)Every task must have:
# Task {PREFIX}-{NNN}: {Title} header## Description section## Dependencies section (even if "None")## User Stories section (at least one)## Files to Create/Modify section## Inventory Check section## Completion Criteria sectionFor detailed checklist, see checklist.md. For output format template, see output-format.md.
npx claudepluginhub cyotee/cyotee-claude-plugins --plugin designReviews task-mapping.md and tasks.md for gaps in vertical slice completeness, TDD structure, story coverage, dependencies, and traceability; generates classified issues.
Runs 3-agent verification loop on complete task lists to ensure PRD coverage, architecture adherence, and design system compliance before implementation.
Reviews implementation against task file requirements, checking every spec scenario and Done When criterion to identify gaps before shipping.