← ClaudeAtlas

create-task-batchlisted

Interactive wizard to create PRD or task lists for /task-batch. Uses /clarify and /ask-questions-if-underspecified for precise task definition. Use when: (1) preparing batch execution, (2) creating PRDs, (3) defining task lists with dependencies. Triggers: /create-task-batch, 'create tasks', 'new batch', 'prepare PRD'.
alfredolopez80/multi-agent-ralph-loop · ★ 146 · AI & Automation · score 80
Install: claude install-skill alfredolopez80/multi-agent-ralph-loop
# /create-task-batch - Interactive Task List Creator (v2.88) **Interactive wizard** for creating PRD documents and task lists optimized for `/task-batch` execution. Uses guided questioning to extract precise requirements, priorities, and dependencies. ## Quick Start ```bash # Start interactive wizard /create-task-batch # With initial description /create-task-batch "User authentication feature" # For specific project area /create-task-batch "API refactoring project" ``` ## Workflow ``` +------------------------------------------------------------------+ | CREATE-TASK-BATCH WORKFLOW | +------------------------------------------------------------------+ | | | +----------+ +-----------+ +---------------+ | | | GATHER |--->| DECOMPOSE |--->| PRIORITIZE | | | | Context | | Into Tasks| | & Dependencies| | | +----------+ +-----------+ +-------+-------+ | | | | | +--------------------------------------------v---------------+ | | | VALIDATE | | | | - Each task has acceptance criteria | | | | - Dependencies are resolvable | | | | - Priorities are assigned | | | +------------------------