← ClaudeAtlas

batch-processlisted

Process multiple content pieces in parallel with queue management, priority scheduling, and progress tracking
indranilbanerjee/contentforge · ★ 7 · AI & Automation · score 78
Install: claude install-skill indranilbanerjee/contentforge
# Batch Content Processing Process multiple content requirements simultaneously through the ContentForge pipeline with intelligent queue management, priority-based scheduling, and real-time progress tracking. ## When to Use Use `/batch-process` when: - You have 2+ content pieces to produce - You want to maximize throughput with parallel execution - You need priority scheduling (urgent pieces first) - You want real-time progress visibility - You're running agency-scale production (10-50+ pieces) ## What This Command Does 1. **Intake Multiple Requirements** — Read from Google Sheets or CSV with multiple rows 2. **Build Execution Queue** — Create prioritized queue with estimated completion times 3. **Parallel Orchestration** — Launch multiple ContentForge pipelines simultaneously (max 5 concurrent) 4. **Progress Tracking** — Real-time dashboard showing status of each piece (phase completion, quality scores, ETA) 5. **Error Handling** — Automatic retry for transient failures, human escalation for persistent issues 6. **Completion Report** — Summary of all pieces (successes, failures, quality scores, total time) ## Required Inputs **Google Sheets** (Recommended): - Sheet with columns: `Requirement ID`, `Content Type`, `Title/Topic`, `Target Audience`, `Brand`, `Word Count Target`, `Priority` (1-5), `Status` - Each row = one content piece - Example sheet: [ContentForge Batch Template](https://docs.google.com/spreadsheets/d/your-template) **CSV** (Alternative): ```csv requir