Content and Copy
Write or edit content that serves a specific reader and goal. Stack-agnostic. This skill is for general content production. Specialized skills exist for landing pages (landing-page-copy) and email (email-sequences).
When to use
- Writing a blog post or article
- Drafting website copy (homepage sections, about, services)
- Editing existing content for voice or clarity
- Writing how-to guides, listicles, or explainers
- Producing knowledge base or help center articles
- Adapting brand voice to a specific piece
When NOT to use
- Landing pages with conversion goals (use
landing-page-copy)
- Email campaigns or sequences (use
email-sequences)
- Brand voice definition (use
brand-voice)
- SEO keyword research (use
seo-keyword)
- Content strategy and planning (use
content-strategy)
Required inputs
- The piece to be written or edited
- The target reader (specific audience segment)
- The goal of the piece (inform, convert, rank, retain, entertain)
- The brand voice (or willingness to define it)
- Length target and any structural constraints
If brand voice is undefined, run brand-voice first or use a working voice and document it as you go.
The framework: 5 dimensions
Strong content is strong on all five. Weakness on any one drags the rest down.
1. Hook
The opening earns the read. Most readers decide whether to continue within 3 to 5 seconds.
Strong hooks do one of:
- Promise specific value. "By the end, you'll know exactly which X to pick for your situation."
- Surface a tension. "Most advice on X is wrong. Here's why."
- Open a loop. A question or scenario the rest of the piece resolves.
- State a contrarian point. Provided you can defend it.
- Show, don't summarize. A specific moment or scenario the reader recognizes.
Weak hooks:
- Throat-clearing ("In today's fast-paced world...")
- Dictionary-definition openers ("X is a type of Y that...")
- Stating the obvious ("Many people struggle with X.")
- Vague promises ("This article will explore X.")
2. Structure
The reader follows the flow without effort.
Common structures:
- Problem → Solution → Proof. Most non-fiction.
- List + reasoning. Listicles with substance, not filler.
- How-to (numbered steps). Procedural content.
- Compare → Contrast → Recommend. Comparison and review content.
- Story → Lesson. Narrative non-fiction.
- Question → Answer → Implication. Explainers and analysis.
Pick a structure. Stick to it. Most weak content fails because the writer drifted between structures.
3. Voice
The piece sounds like the brand.
- Voice attributes consistent throughout (per
brand-voice definition)
- Tone shifts appropriately for context (a serious topic gets a serious tone, even from a playful brand)
- Vocabulary preferences honored
- Grammar and style standards followed (contractions, em dashes, sentence length)
- Reads aloud like the brand would actually talk
Test: Read a paragraph aloud. Does it sound like the brand? If it sounds like AI, generic marketing, or someone else's voice, edit until it doesn't.
4. Substance
The piece earns its length. Every paragraph adds something.
Substance comes from:
- Specifics. "Roughly 40 percent" beats "many." Names, numbers, examples, data.
- Original perspective. Your take, not a summary of everyone else's.
- Actionable detail. What the reader does with this information.
- Honest tradeoffs. What's NOT true, what doesn't work, what's overhyped.
- Real examples. Specific scenarios, real customers, real failures.
Lack of substance shows up as:
- Padding ("It's important to note that...")
- Restating the same point in three different paragraphs
- Generalities that anyone in the category could write
- Word counts hit by stretching, not depth
5. Closing
The piece ends with intention.
Strong closings:
- Resolve the loop opened in the hook.
- Issue a specific next action. What does the reader do now?
- Land a memorable line. Something quotable.
- Return to the opening. Echo or invert the first line.
Weak closings:
- Summary that restates the article
- "Hope this helps!" or equivalent
- A wall of CTAs from unrelated programs
- Trailing off with no clear ending
Workflow
For new pieces
- Confirm the brief. Reader, goal, length, voice. If the brief is vague, do not write yet.
- Outline. Structure first. Headlines and section purposes only. Skip prose until the structure is sound.
- Open with the hook. Write the opening before anything else. If the hook isn't working, the rest won't either.
- Draft for substance. First draft is about getting the substance down. Voice comes in editing.
- Edit for voice. Read aloud. Tighten sentences. Cut padding. Apply brand voice.
- Edit for clarity. Each paragraph: does it earn its place? Each sentence: is the meaning unambiguous?
- Pre-publish checks. Headers in order, no skipped levels, internal links present, image alt text written, SEO basics applied (title, meta, slug).
For editing existing content
- Read the whole piece first. Do not edit on first read. Understand it before changing it.
- Identify what's working. Note the strong sections so you don't damage them.
- Identify what's broken. Voice mismatches, weak structure, vague claims, padding.
- Edit by priority. Structure first (move sections, cut sections). Then substance (strengthen claims). Then voice. Then sentence-level polish.
- Read aloud. Catch awkward phrasing the eye misses.
Failure patterns
- Writing without a brief. Without reader, goal, and voice defined, the piece drifts.
- Burying the lead. The most important thing is in paragraph 8 because the writer "got there."
- Padding to hit word count. Length should serve the reader, not the production schedule.
- Generic voice. Sounds like every other article in the category. Brand voice neutralized.
- Weak transitions. Sections feel disconnected. Reader has to do the work the writer should have done.
- No closing. The piece runs out instead of ending.
- Edit by adding. Fixing weak content by piling on more words. Strong editing usually cuts.
- Ignoring the headers. Headers carry navigation weight. Bad headers fail readers who scan.
Output format
Default output is a markdown document at [content-slug].md ready to import into the CMS.
Structure:
# [H1: matches the title or tightly paraphrases]
[Hook paragraph. Earns the read in 3 to 5 seconds.]
[Body content with H2 sections, H3 subsections where useful.]
## [H2 section heading - descriptive, not clever]
[Section content.]
### [H3 if needed]
[Subsection content.]
## [H2 section heading]
[Section content.]
## [Closing section]
[Closing that resolves and points to next action.]
Front-matter for SEO and CMS:
---
title: [SEO title, 50 to 60 chars]
description: [Meta description, 120 to 160 chars]
slug: [url-slug]
author: [author]
date: [YYYY-MM-DD]
last_updated: [YYYY-MM-DD]
tags: [tag1, tag2]
category: [category]
---
Reference files
references/content-brief-template.md - The brief that should exist before any content is written.
references/content-edit-checklist.md - Pre-publish editing checklist.
1---2name: content-and-copy3description: Write or edit website copy, blog content, and editorial pieces with attention to voice, structure, and goal. Use this skill whenever the user wants to write an article, draft website copy, edit existing content for clarity or voice, write a blog post, or produce general editorial content. Triggers on write a blog post, draft an article, write copy for, edit this, rewrite this, write content, write a guide, draft a how-to, write web copy. Also triggers when content has been outlined and now needs to be written, or when existing content needs voice or clarity edits.4---5
6# Content and Copy
7
8Write or edit content that serves a specific reader and goal. Stack-agnostic. This skill is for general content production. Specialized skills exist for landing pages (`landing-page-copy`) and email (`email-sequences`).
9
10---
11
12## When to use
13
14- Writing a blog post or article
15- Drafting website copy (homepage sections, about, services)
16- Editing existing content for voice or clarity
17- Writing how-to guides, listicles, or explainers
18- Producing knowledge base or help center articles
19- Adapting brand voice to a specific piece
20
21## When NOT to use
22
23- Landing pages with conversion goals (use `landing-page-copy`)
24- Email campaigns or sequences (use `email-sequences`)
25- Brand voice definition (use `brand-voice`)
26- SEO keyword research (use `seo-keyword`)
27- Content strategy and planning (use `content-strategy`)
28
29---
30
31## Required inputs
32
33- The piece to be written or edited
34- The target reader (specific audience segment)
35- The goal of the piece (inform, convert, rank, retain, entertain)
36- The brand voice (or willingness to define it)
37- Length target and any structural constraints
38
39If brand voice is undefined, run `brand-voice` first or use a working voice and document it as you go.
40
41---
42
43## The framework: 5 dimensions
44
45Strong content is strong on all five. Weakness on any one drags the rest down.
46
47### 1. Hook
48
49The opening earns the read. Most readers decide whether to continue within 3 to 5 seconds.
50
51**Strong hooks do one of:**
52
53- **Promise specific value.** "By the end, you'll know exactly which X to pick for your situation."
54- **Surface a tension.** "Most advice on X is wrong. Here's why."
55- **Open a loop.** A question or scenario the rest of the piece resolves.
56- **State a contrarian point.** Provided you can defend it.
57- **Show, don't summarize.** A specific moment or scenario the reader recognizes.
58
59**Weak hooks:**
60
61- Throat-clearing ("In today's fast-paced world...")
62- Dictionary-definition openers ("X is a type of Y that...")
63- Stating the obvious ("Many people struggle with X.")
64- Vague promises ("This article will explore X.")
65
66### 2. Structure
67
68The reader follows the flow without effort.
69
70**Common structures:**
71
72- **Problem → Solution → Proof.** Most non-fiction.
73- **List + reasoning.** Listicles with substance, not filler.
74- **How-to (numbered steps).** Procedural content.
75- **Compare → Contrast → Recommend.** Comparison and review content.
76- **Story → Lesson.** Narrative non-fiction.
77- **Question → Answer → Implication.** Explainers and analysis.
78
79Pick a structure. Stick to it. Most weak content fails because the writer drifted between structures.
80
81### 3. Voice
82
83The piece sounds like the brand.
84
85- Voice attributes consistent throughout (per `brand-voice` definition)
86- Tone shifts appropriately for context (a serious topic gets a serious tone, even from a playful brand)
87- Vocabulary preferences honored
88- Grammar and style standards followed (contractions, em dashes, sentence length)
89- Reads aloud like the brand would actually talk
90
91**Test:** Read a paragraph aloud. Does it sound like the brand? If it sounds like AI, generic marketing, or someone else's voice, edit until it doesn't.
92
93### 4. Substance
94
95The piece earns its length. Every paragraph adds something.
96
97**Substance comes from:**
98
99- **Specifics.** "Roughly 40 percent" beats "many." Names, numbers, examples, data.
100- **Original perspective.** Your take, not a summary of everyone else's.
101- **Actionable detail.** What the reader does with this information.
102- **Honest tradeoffs.** What's NOT true, what doesn't work, what's overhyped.
103- **Real examples.** Specific scenarios, real customers, real failures.
104
105**Lack of substance shows up as:**
106
107- Padding ("It's important to note that...")
108- Restating the same point in three different paragraphs
109- Generalities that anyone in the category could write
110- Word counts hit by stretching, not depth
111
112### 5. Closing
113
114The piece ends with intention.
115
116**Strong closings:**
117
118- **Resolve the loop opened in the hook.**
119- **Issue a specific next action.** What does the reader do now?
120- **Land a memorable line.** Something quotable.
121- **Return to the opening.** Echo or invert the first line.
122
123**Weak closings:**
124
125- Summary that restates the article
126- "Hope this helps!" or equivalent
127- A wall of CTAs from unrelated programs
128- Trailing off with no clear ending
129
130---
131
132## Workflow
133
134### For new pieces
135
1361. **Confirm the brief.** Reader, goal, length, voice. If the brief is vague, do not write yet.
1372. **Outline.** Structure first. Headlines and section purposes only. Skip prose until the structure is sound.
1383. **Open with the hook.** Write the opening before anything else. If the hook isn't working, the rest won't either.
1394. **Draft for substance.** First draft is about getting the substance down. Voice comes in editing.
1405. **Edit for voice.** Read aloud. Tighten sentences. Cut padding. Apply brand voice.
1416. **Edit for clarity.** Each paragraph: does it earn its place? Each sentence: is the meaning unambiguous?
1427. **Pre-publish checks.** Headers in order, no skipped levels, internal links present, image alt text written, SEO basics applied (title, meta, slug).
143
144### For editing existing content
145
1461. **Read the whole piece first.** Do not edit on first read. Understand it before changing it.
1472. **Identify what's working.** Note the strong sections so you don't damage them.
1483. **Identify what's broken.** Voice mismatches, weak structure, vague claims, padding.
1494. **Edit by priority.** Structure first (move sections, cut sections). Then substance (strengthen claims). Then voice. Then sentence-level polish.
1505. **Read aloud.** Catch awkward phrasing the eye misses.
151
152---
153
154## Failure patterns
155
156- **Writing without a brief.** Without reader, goal, and voice defined, the piece drifts.
157- **Burying the lead.** The most important thing is in paragraph 8 because the writer "got there."
158- **Padding to hit word count.** Length should serve the reader, not the production schedule.
159- **Generic voice.** Sounds like every other article in the category. Brand voice neutralized.
160- **Weak transitions.** Sections feel disconnected. Reader has to do the work the writer should have done.
161- **No closing.** The piece runs out instead of ending.
162- **Edit by adding.** Fixing weak content by piling on more words. Strong editing usually cuts.
163- **Ignoring the headers.** Headers carry navigation weight. Bad headers fail readers who scan.
164
165---
166
167## Output format
168
169Default output is a markdown document at `[content-slug].md` ready to import into the CMS.
170
171Structure:
172```markdown
173# [H1: matches the title or tightly paraphrases]
174
175[Hook paragraph. Earns the read in 3 to 5 seconds.]
176
177[Body content with H2 sections, H3 subsections where useful.]
178
179## [H2 section heading - descriptive, not clever]
180
181[Section content.]
182
183### [H3 if needed]
184
185[Subsection content.]
186
187## [H2 section heading]
188
189[Section content.]
190
191## [Closing section]
192
193[Closing that resolves and points to next action.]
194```
195
196Front-matter for SEO and CMS:
197```yaml
198---
199title: [SEO title, 50 to 60 chars]
200description: [Meta description, 120 to 160 chars]
201slug: [url-slug]
202author: [author]
203date: [YYYY-MM-DD]
204last_updated: [YYYY-MM-DD]
205tags: [tag1, tag2]
206category: [category]
207---
208```
209
210---
211
212## Reference files
213
214- [`references/content-brief-template.md`](references/content-brief-template.md) - The brief that should exist before any content is written.
215- [`references/content-edit-checklist.md`](references/content-edit-checklist.md) - Pre-publish editing checklist.