Draft and publish blog posts
blog-draftskillsetup L2★32,961
luongnv89/claude-howto ↗What it does
Draft blog posts from idea through publication via step-by-step process
Best for
Publishing blog posts where research, outline approval, and step-by-step execution prevent half-finished drafts and unstructured writing.
Inputs
- · blog topic or idea
- · resource URLs or files (optional but recommended)
- · target audience (optional)
- · tone/style preference (optional)
- · existing draft file (if iterating)
Outputs
- · project folder (YYYY-MM-DD-slug format)
- · resources/ summaries (source-1, source-2, etc.)
- · OUTLINE.md with structure and key points
- · full blog post draft following outline
- · PDF report (optional)
Requires
- · git (for commit)
- · web fetch (for resources)
- · Playwright or firecrawl (optional for scraping)
Preconditions
- · if updating existing draft, user must supply path to existing post
- · resources are URLs or readable files
Failure modes
- · user skips research step; outline lacks evidence
- · user provides vague topic without clarification — outline quality degrades
- · resource links are dead or return paywalled content
Trust signals
- · 9-step sequential process with user approval gates at steps 2, 3, 4, 5
- · resource summary template (key points, quotes, relevance)
- · outline approval before writing
- · quality gates for intro, sections, sources, and conclusion
- · git integration for version tracking
- · optional PDF report generation