From Dev Workflows
Generate a requirements-quality checklist ("unit tests for the requirements") for the current feature on a chosen dimension like security, ux, or api. Defers to your project's spec tooling (e.g. GitHub Spec-Kit's /speckit-checklist) if installed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-workflows:checklist <focus dimension> — e.g. security, ux, api, performance<focus dimension> — e.g. security, ux, api, performanceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a checklist that validates the **requirements themselves** — are they complete, clear, consistent, and measurable — for a chosen risk dimension. This is **"unit tests for the English,"** NOT a test of the implementation.
Generate a checklist that validates the requirements themselves — are they complete, clear, consistent, and measurable — for a chosen risk dimension. This is "unit tests for the English," NOT a test of the implementation.
/featureruns this as an optional gate (§2b) for high-risk T3 features. Use/checkliststandalone to add a quality dimension to an existing spec.
Defers to the project's spec layer (docs/stack.md → Spec / planning layer):
EXECUTE_SKILL: speckit-checklist $ARGUMENTS. It writes FEATURE_DIR/checklists/<domain>.md (CHK### items). Spec-Kit's /speckit-clarify re-validates these items, and /speckit-analyze reads them — so generating one makes those gates stricter.checklists/<domain>.md next to the feature's spec.md with 5–15 requirement-quality questions for the chosen dimension, each tagged [Completeness/Clarity/Consistency/Measurability/Coverage] and referencing a spec section or marked [Gap]. Do not write implementation test cases./feature instead.Scope it. A checklist is worth the ceremony for genuinely high-risk work (auth, payments, data-shape changes, compliance-sensitive UX). For ordinary features the grill + clarify gates already cover requirement quality — skip it.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub miroo93/dev-workflows --plugin dev-workflows