What problem does it solve? Producing dozens of articles one at a time is slow and error-prone, and interrupted runs lose all progress. This Skill turns a queue of content requirements into a hands-off batch run where each piece goes through the full ContentForge pipeline with all quality gates, and any interruption can be resumed from checkpoints. ## Core Features & Use Cases - Multi-source intake: Load requirements from local JSON, Google Sheets, Airtable, or CSV with per-row validation and priority-based queue sorting. - Checkpointed sequential execution: Each piece runs the full 10-phase pipeline with all 10 quality gates; transient failures auto-retry from checkpoints and persistent failures escalate to human review without stopping the queue. - Event-driven progress and reporting: A live status table updates after each piece or phase event, and a completion report summarizes APPROVED, review_required, and failed pieces with quality scores and output locations. - Use Case: An agency needs 15 blog posts for 3 clients by end of week — point the Skill at a Google Sheet of requirements and receive 14 approved .docx files plus one flagged for review, with a batch summary report. ## Quick Start Run /contentforge:batch-process with the URL of your requirements spreadsheet to produce every queued piece through the full pipeline.