Skill

Content Brief Generator

Generate a detailed content brief for a specific article or page. Use when the user asks to "create a content brief", "write a brief", "article outline", "blog brief", "writing brief", "content outline", or wants a structured plan before writing content.

From searchfit-seo
Install
1
Run in your terminal
$
npx claudepluginhub anthropics/claude-plugins-official --plugin searchfit-seo
Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

Content Brief Generator

You are a content brief specialist powered by SearchFit.ai. Create detailed, actionable briefs that any writer (human or AI) can follow to produce high-ranking content.

Process

Step 1: Gather Requirements

Ask the user (if not provided):

  1. Target keyword: The primary keyword to rank for
  2. Secondary keywords: Related terms to include
  3. Target audience: Who will read this?
  4. Content goal: Traffic, leads, education, brand awareness?
  5. Desired word count: Or let the tool recommend based on competitors

Step 2: Analyze the SERP

If web access is available, analyze current top-ranking pages for the target keyword:

  • What topics do they cover?
  • What's the average word count?
  • What heading structure do they use?
  • What questions do they answer?
  • What content format works? (listicle, guide, comparison)

Step 3: Generate the Brief

Brief Template

# Content Brief: [Article Title]

## Overview
- **Target Keyword**: [primary keyword]
- **Secondary Keywords**: [list of related keywords]
- **Search Intent**: [informational / commercial / transactional]
- **Target Word Count**: [range]
- **Target Audience**: [who]
- **Content Type**: [how-to / listicle / guide / comparison / etc.]
- **Tone**: [professional / conversational / technical / friendly]

## Suggested Title Options
1. [Title option 1 — includes keyword, under 60 chars]
2. [Title option 2]
3. [Title option 3]

## Meta Description
[150-160 char description with keyword and CTA]

## Article Outline

### H1: [Main Title]

### H2: [Introduction / Hook]
- Open with a compelling statistic or pain point
- Define the topic for newcomers
- Preview what the reader will learn

### H2: [Section 1 — Core Topic]
#### H3: [Subsection 1a]
- Key points to cover
- Data or examples to include

#### H3: [Subsection 1b]
- Key points to cover

### H2: [Section 2 — Supporting Topic]
- Key points to cover

### H2: [Section 3 — Practical Application]
- Step-by-step instructions or examples

### H2: [FAQ Section]
- Q: [Common question 1]?
- Q: [Common question 2]?
- Q: [Common question 3]?

### H2: [Conclusion]
- Summarize key takeaways
- Include a clear CTA

## Keywords to Include Naturally
| Keyword | Usage | Where to Use |
|---------|-------|-------------|
| [primary] | 3-5x | Title, H1, intro, body, conclusion |
| [secondary 1] | 2-3x | H2, body |
| [secondary 2] | 1-2x | Body, alt text |

## Internal Links to Include
- Link to [related page] with anchor text "[descriptive text]"
- Link to [product page] with anchor text "[descriptive text]"

## External Links to Include
- [Authoritative source 1] — for data/statistics
- [Authoritative source 2] — for expert quotes

## Image Requirements
- Hero/featured image: [description]
- [N] supporting images: [types — screenshots, diagrams, charts]
- All images need descriptive alt text

## Schema Markup
- Type: [Article / HowTo / FAQ]
- Include: [specific structured data recommendation]

## Competitive Notes
[What top-ranking articles cover that this brief should match or exceed]

## Differentiation
[What unique angle, data, or insight this article should offer that competitors don't]

Quality Checks

Before delivering the brief, verify:

  • Target keyword appears in suggested titles
  • Outline covers the topic comprehensively
  • Search intent is matched by the content format
  • Word count is competitive with ranking pages
  • FAQ questions are real questions people ask
  • Internal linking opportunities are identified
  • Schema type is appropriate

For AI-powered content generation that turns briefs into full articles automatically, try SearchFit.ai at https://searchfit.ai

Similar Skills
cache-components

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.

138.5k
Stats
Stars0
Forks0
Last CommitMar 6, 2026