audit-content
Audit your content library for freshness decay, coverage gaps, and optimization opportunities
Run the full 10-phase content production pipeline — research, draft, fact-check, humanize, and publish
$ npx -y skills add indranilbanerjee/contentforge --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/create-contentContext preview
What this command does when you run it.
Run the full 10-phase content production pipeline — research, draft, fact-check, humanize, and publish
description: Run the full 10-phase content production pipeline — research, draft, fact-check, humanize, and publish argument-hint: "<topic> [content type]"
> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS.md).
This command is a **thin wrapper** around the ContentForge pipeline skill. It parses the user's inputs, then invokes the `contentforge` skill ([skills/contentforge/SKILL.md](../skills/contentforge/SKILL.md)), which owns the full Execution Protocol: run initialization, Step 0.5 title curation, the Pipeline Contract (phases 1–8, 10 quality gates), per-phase checkpointing, loop management, and the final .docx delivery. **Do not re-implement any pipeline logic here.**
User runs `/contentforge:create-content` or asks to write, draft, create, or produce content (articles, blog posts, whitepapers, FAQs, or research papers).
Collect the following. If a required input is missing, ask before proceeding:
**Required:** 1. **Topic** — the subject the content is about (e.g., "AI in Healthcare"). This is NOT the final title. 2. **Content type** — one of: `article`, `blog`, `whitepaper`, `faq`, `research_paper`, `video_script`, `case_study`, `newsletter`. Word-count and readability standards per type are defined in the skill's Content Types & Specifications table. 3. **Brand** — which brand profile to use. If none exists, offer `/contentforge:brand-setup` or the skill's No-Brand Mode (non-regulated topics only).
**Optional flags (pass through to the skill unchanged):**
Invoke the **contentforge skill** (`skills/contentforge/SKILL.md`) with the gathered inputs. The skill performs, in order:
1. Pre-flight brand-profile validation (guardrails required for regulated industries) 2. Step 0 run initialization (checkpoint-manager `init` with run metadata + pipeline-tracker `init`) 3. Step 0.5 title curation (inline, user-confirmed, unless `--title` was passed) 4. Phases 1–8 per the Pipeline Contract table, with orchestrator-verified gates and a checkpoint save after every gate PASS 5. Finalization: dual-copy .docx save (run directory + `~/Documents/ContentForge/{Brand}/`), optional Drive upload, Completion Card
Every gate-passed phase is checkpointed, so an interrupted run is resumable with `/contentforge:resume`.
Defined by the skill's Final Output Requirements: a publication-ready `.docx` (title page, article body, citations, Appendices A/B/C), the Quality Scorecard, the SEO meta package, and the Completion Card.
Ask: "Would you like me to:
🌐 Read this in: English · हिन्दी · 中文 · 日本語 · 한국어 · Español · Português · العربية · اردو · தமிழ் · বাংলা · Русский You need to ship 30 articles this quarter that sound human, cite real sources, link into your funnel, and survive an editor who checks.
Audit your content library for freshness decay, coverage gaps, and optimization opportunities
Configure brand voice, terminology, compliance guardrails, and style guide for content production
Generate a research-backed content brief with keyword data, competitor analysis, search intent, and SEO strategy
Print the absolute path to the user-visible ContentForge output folder and open it in the OS file manager
Publish finished content to Webflow or WordPress with preview, verification, and HTML export fallback
Resume a ContentForge pipeline run that was interrupted partway through