Agent Skill
2/7/2026design
Interactive task/PRD design workflows adapted from the cyotee Claude plugin.
C
cyotee
0GitHub Stars
1Views
npx skills add cyotee/cyotee-claude-plugin-design
SKILL.md
| Name | design |
| Description | Interactive task/PRD design workflows adapted from the cyotee Claude plugin. |
name: design description: Interactive task/PRD design workflows adapted from the cyotee Claude plugin. metadata: short-description: Create and refine tasks with user stories and acceptance criteria.
design (Codex)
Use this skill to guide users through creating and refining tasks in the tasks/ backlog structure.
Responsibilities
- Initialize
tasks/scaffolding when missing (INDEX.md, templates, archive/). - Run short, iterative interviews (2–4 questions per round) to gather scope, constraints, and acceptance criteria.
- Produce task directories with PRD/PROGRESS/REVIEW files and update
tasks/INDEX.md. - Review existing tasks for clarity, completeness, and dependency hygiene.
How to Use
design:init: Detect layer from repo/directory name, createtasks/if absent with:tasks/INDEX.md(layer name, prefix, status table headers)tasks/0/PRD.md,PROGRESS.md,REVIEW.mdas templatestasks/archive/directory
design <feature>/design:task <feature>:- Detect layer + prefix (prefer
tasks/INDEX.md; else derive from repo name first letter). - Ask clarifying rounds: scope/purpose, technical approach/dependencies, acceptance/tests.
- Draft user stories and acceptance criteria that are testable and inventory-check friendly.
- Create
tasks/[PREFIX]-[N]/PRD.mdwith metadata frontmatter (task number, title, statuspending, layer, worktree suggestion, dependencies). - Create empty
PROGRESS.md(with Checkpoints section) andREVIEW.md. - Append the task row to
tasks/INDEX.md(statuspending).
- Detect layer + prefix (prefer
design:prd: Run a focused interview to generate/refresh a repository-levelPRD.md(vision, goals, constraints, users, success metrics).design:review[<ID>]: Audit task definitions (not code review - use/backlog:reviewfor code)- For all tasks: scan
tasks/*(skiparchive/), flag missing/weak descriptions, acceptance criteria, dependencies, file path accuracy, and test coverage. - For a single task: apply the checklist and propose edits; update the files if asked.
- This reviews TASK.md quality, NOT implementation code.
- For all tasks: scan
Task Template Reminders
- PRD structure: description, dependencies, user stories with acceptance criteria, files/tests to touch, inventory checks, completion criteria.
- Status values: 🆕
pending, 🚀in_progress, 📋review, ✅complete. - Worktree naming:
feature/<kebab-case-title>unless overridden.
Notes
- Keep edits additive; never delete user notes unless explicitly requested.
- When numbering tasks, increment the highest existing
Nfor the detected prefix. - Surface any uncertainties or missing inputs before writing files.
Skills Info
Original Name:designAuthor:cyotee
Download