AgentSkillsCN

dor

验证某项任务的“就绪定义”清单。

SKILL.md
--- frontmatter
name: dor
description: Validate the Definition of Ready checklist for a task.
argument-hint: "<task-id>"
allowed-tools: Read, Write, Glob
model: haiku

/dor — Validate Definition of Ready

Validate DoR for task: $ARGUMENTS

Process

  1. Check if tasks/$ARGUMENTS/dor.md exists
  2. If not, create it from tasks/TEMPLATE-dor.md and tell the user to fill it in
  3. If it exists, check every checkbox:

Required Sections

  • Requirements: description, acceptance criteria, scope, edge cases
  • Architecture: component placement, integration points, breaking changes
  • Testing Strategy: test categories, test data
  • Agent Assignment: role, model, working directory

Result

  • READY — All items checked → task can proceed to /implement
  • NOT READY — List unchecked items with suggestions