neo-workflow

Orchestrate multi-agent content creation pipelines with gate checkpoints and resumable execution.

2|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/neo-unicorn/neo-skills --skill neo-workflow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: neo-workflow
Source: https://github.com/neo-unicorn/neo-skills/tree/main/neo-workflow
Command: npx skills add https://github.com/neo-unicorn/neo-skills --skill neo-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinates and automates complex, multi-step content creation pipelines to eliminate manual handoffs, reduce context loss between tools, and enable resumable, auditable workflows for long-form articles and multi-platform publishing.

Core Features & Use Cases

  • Semi-automated multi-agent orchestration with Gate checkpoints for human review and automatic chaining for hands-off progression.
  • Parallel task dispatch for image generation and multi-platform publishing, phase-based state tracking with status.json, and resume-from-phase or from-daily-brief entrypoints.
  • Use case: A solo writer or editorial team starts from a daily brief, auto-generates titles, drafts multi-chapter articles, runs automated review cycles, produces cover and article images in parallel, and publishes to selected platforms with traceable state.

Quick Start

Run neo-workflow to execute the full semi-automated content creation pipeline for the topic you provide and follow Gate prompts when requested.

Frequently Asked Questions about neo-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-chapter article drafting and multi-platform publishing in one workflow?▼

Multi-chapter article drafting and multi-platform publishing are automated through multi-agent orchestration, which chains title generation, drafting, review, image generation, and publishing into one resumable pipeline. Gate checkpoints pause execution for human review.

What is multi-agent content orchestration and how does state management work?▼

Multi-agent content orchestration coordinates parallel task dispatch for images and publishing using status JSON state management. It tracks phase-based execution, enabling resume-from-phase or from-daily-brief entrypoints for auditable, long-form content workflows.

Can I use automated review cycles and parallel image generation for solo content creation?▼

Yes, solo creators can use this workflow to run automated review cycles and parallel image generation. The pipeline supports single-user setups by automating handoffs between drafting, cover image creation, and multi-platform publishing with traceable state.

Does neo-workflow support integration with neo-* and baoyu-* skills for content automation?▼

Yes, the workflow supports integration with neo-* and baoyu-* skills to extend multi-agent content automation. This allows automatic chaining and phase-based orchestration to connect with compatible skills for drafting, review, and publishing tasks.

How do I resume an interrupted multi-platform publishing workflow from a specific phase?▼

You can resume an interrupted multi-platform publishing workflow using resume-from-phase or from-daily-brief entrypoints. Status JSON state management tracks phase-based execution, allowing the pipeline to continue from the exact gate checkpoint it stopped at.

When do I need gate-controlled approvals in a semi-automated content creation pipeline?▼

Gate-controlled approvals are needed in a semi-automated content creation pipeline when human review is required before progressing between phases. Gate checkpoints pause automatic chaining to ensure quality control during title generation, drafting, or before multi-platform publishing.