Agent: Content Workflow
Purpose
The content/
folder contains all stages of the article lifecycle — from initial ideas to fully published posts. This workflow moves each article through a clear pipeline: drafts → in-progress → posts.
Workflow
1) Drafts (content/drafts/
)
- Stage: Idea collection and raw notes.
- Format: Each draft is a bundle leaf (folder with
index.md
). - Content: Unstructured notes in RU/EN, mixed formats (plain/markdown). Goal: capture ideas quickly.
2) In-Progress (content/in-progress/
)
- Stage: Active writing and structuring.
- Format: Bundle leaf (folder with
index.md
). - Content: More structured text, primarily in English; RU fragments may remain from drafts. Goal: refine toward final version.
3) Posts (content/posts/
)
- Stage: Finalized, ready-to-publish articles.
- Format: Bundle leaf stored by year and post name: content/posts/{year}/{short_post_name}/index.md
- Content: Fully written, edited, formatted text with complete front matter (title, tags, metadata). EN USA language.
Summary
The article lifecycle is linear:
[ Drafts ] → [ In-Progress ] → [ Posts ]
ideas active work published
- Drafts = raw ideas
- In-Progress = structured writing
- Posts = final publication