/draft
Run the full content-writer workflow from a brief file. Takes a slug, finds the brief, checks tool JSONs, writes the MDX article, and reports ready for seo-auditor.
Usage
/draft <slug>
Where <slug> matches a brief file at content/briefs/<slug>.md.
What it does
- Reads the brief at
content/briefs/<slug>.md(lists available briefs if the file doesn't exist) - Checks
content/tools/for every tool mentioned in the brief — creates missing JSON entries - Writes the full MDX article to
content/articles/<slug>.mdxfollowing the site's voice and structure rules - Sets all frontmatter fields: title, description, date, category, tags, tools, lastVerified, reviewFrequency, volatile, imagePrompt
- Adds
{/* CHECK: ... */}comments above any volatile claims (pricing, install commands, version numbers) - Uses
[affiliate link]placeholders for tools with potential affiliate programs - Reports "Ready for seo-auditor" when complete
Workflow position
quick-brief → content-writer (/draft) → seo-auditor → publishing-gate → social-writer
Templates
The skill reads three supporting template files that define the exact spec for each output:
templates/frontmatter.md— MDX frontmatter field rulestemplates/image-prompt-guide.md— Good/bad imagePrompt examples for the pixel art generatortemplates/tool-json.md— Tool JSON schema and when to create new entries