# Article

> Use when the user wants a higher-rigor article workflow than the basic write flow. This skill enforces research, gap analysis, planning, and then drafting before the post-write pipeline runs.

- Skill: `pa4uslf/article` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pa4uslf/article`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pa4uslf/article/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: pa4uslf (https://skillmd.com/u/pa4uslf)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pa4uslf/article

---


# Article

Use this workflow for competitive or strategically important articles where a quick draft is not good enough.

## Required Sequence

1. Perform SERP research and save notes in `research/`
2. Perform social research if the topic benefits from Reddit, YouTube, or community language
3. Build a section-by-section plan
4. Draft the article
5. Run the post-write pipeline

## Recommended File Outputs

- `research/serp-analysis-<topic>-<date>.md`
- `research/social-research-<topic>-<date>.md`
- `research/article-plan-<topic>-<date>.md`
- `drafts/<topic>-<date>.md`

## After Drafting

```bash
.venv/bin/python scripts/run_postwrite_pipeline.py drafts/<article-file>.md
```

## When To Prefer This Skill

- High-value commercial topics
- Competitive SERPs
- Topics where generic AI drafts will lose
- Articles that need stronger differentiation than the `write` skill

