Get the next pending article from the queue to work on
/plugin marketplace add mwguerra/claude-code-plugins/plugin install article-writer@mwguerra-marketplace# Next Article Get the first pending article from the queue to start working on. **File**: `.article_writer/article_tasks.json` **Documentation**: [docs/COMMANDS.md](../docs/COMMANDS.md#next) ## Usage ## What It Does 1. Loads `.article_writer/article_tasks.json` 2. Filters articles with `status: "pending"` 3. Sorts by priority (if set) then by order in file 4. Returns the first pending article with full details 5. Shows the command to start writing it ## Output ## When Queue is Empty ## Priority Order Articles are selected in this order: 1. **Priority** (if set): `critical` ...