create-task-batchlisted
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 | |
| +------------------------