Two Product Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.
| Name | task-batch | write-prd |
|---|---|---|
| Description | Autonomous batch task execution with PRD parsing, task decomposition, and continuous execution until all tasks complete. Uses /orchestrator internally. Stops only for major failures (no internet, token limit, system… | Write PRD — Product Requirements Documents with structured 8-section templates, user stories, acceptance criteria, and value proposition validation. Use when writing PRDs, defining product requirements, creating user… |
| Category | Product | Product |
| Sub-category | prd-spec | prd-spec |
| Tags | — | — |
| Author | roboticforce | OrchestKit |
| License | — | MIT |
| Install | /add-skill task-batch | /add-skill write-prd |
# From PRD file
/task-batch docs/prd/feature-x.prq.md
# From task list file
/task-batch tasks/sprint-backlog.md
# Inline tasks (semicolon-separated)
/task-batch "Add authentication; Implement user profile; Add password reset"
# With priority ordering
/task-batch tasks/features.md --priority
# With specific teammates
/task-batch tasks/backend.md --teammates coder,reviewer,tester
PRODUCT = "$ARGUMENTS" # Product name or feature, e.g., "SSO invite flow"
task-batch — Autonomous batch task execution with PRD parsing, task decomposition, and continuous execution until all tasks complete. Uses /orchestrator internally. Stops only for major failures (no internet, token limit, system…
write-prd — Write PRD — Product Requirements Documents with structured 8-section templates, user stories, acceptance criteria, and value proposition validation. Use when writing PRDs, defining product requirements, creating user…
Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.
See all Claude Code skill comparisons · Browse all Product skills · Top 100
SKILL.md files, not affiliated with, endorsed by, or sponsored by Anthropic.