writing-workflow

Guides a three-stage writing pipeline from ideas through drafts to published pieces.

Updated Sep 7, 2026
One-click install
npx skills add https://github.com/jcafeitosa/anxionOS --skill writing-workflow-jcafeitosa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-workflow
Source: https://github.com/jcafeitosa/anxionOS/tree/main/.cursor/skills/writing-workflow
Command: npx skills add https://github.com/jcafeitosa/anxionOS --skill writing-workflow-jcafeitosa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing projects often lose track of ideas, stall drafts, and blur the line between work-in-progress and shipped content. This Skill provides a structured three-stage flow (ideas → drafts → published) so agents and writers know exactly how to capture, develop, review, and publish short-to-medium-form writing. ## Core Features & Use Cases - Stage-based folder rules: Defines clear behaviors for ideas/, drafts/, and published/ folders, including promotion criteria and immutability of published work. - Agent maintenance behaviors: Surfaces ideas idle over 30 days and drafts idle over 14 days, and suggests publication targets for drafts in review based on target_form. - Publishing automation: Auto-fills canonical_url when a Substack, Ghost, or Mirror URL is pasted into a published file. - Use Case: A newsletter writer captures a headline idea, promotes it to a draft with tracked status and word count, gets a nudge after two idle weeks, then publishes it with the canonical URL recorded automatically. ## Quick Start Ask the agent to capture a new essay idea and move it into drafts when you are ready to start writing it.

Frequently Asked Questions about writing-workflow

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

FAQPage Schema
How do I manage a writing pipeline with ideas, drafts, and published folders?▼

Capture short premises in the ideas folder, promote them to drafts when you commit to writing, and move finished pieces to published. Frontmatter tracks status, word count, and the parent idea throughout the flow.

How do I revise a piece that is already published?▼

Published work is treated as immutable, so you copy the piece into a new draft rather than editing it in place. The new draft goes through the normal drafting and review stages before being published again.

Does this writing workflow work with Substack or Ghost?▼

Yes, when you paste a Substack, Ghost, or Mirror URL into a published file, the agent auto-fills the canonical_url field. This keeps published records linked to their live distribution channel.

What happens to drafts or ideas that sit idle too long?▼

The agent reviews ideas idle more than 30 days and suggests parking or promoting them, and flags drafts idle more than 14 days. Drafts in review also get publication target suggestions based on their target_form field.

What are the requirements for using this writing workflow skill?▼

It requires an agent host with the OpenKnowledge MCP server configured, and it is installed project-local via the ok seed command with the writing-pipeline pack. The platform open-knowledge skill still governs all markdown operations.