Use when the user wants to create, update, or overhaul brand editorial guidelines, voice and tone rules, or a style guide for their content. Runs an interview and produces a reusable editorial-guidelines.md that all other content skills read.
Interview the user and produce a single editorial-guidelines.md at the project root. Every other content skill in this library reads that file as its source of truth for voice, tone, and formatting.
No API keys required. Optional: if the user provides example article URLs and a scraper is configured (see _shared/firecrawl-jina-playwright-helpers.md), this skill cross-checks the stated guidelines against real on-brand writing.
Conduct the interview below. Ask one question at a time; use AskUserQuestion with 2–4 options where the choice is constrained, otherwise ask conversationally. If the user says "skip" or "use defaults", fall back to the seed values in {SKILL_BASE}/../_shared/b2b-saas-voice-reference.md.
b2b-saas-voice-reference.md.Glob for editorial-guidelines.md at the project root. If it exists, ask: overwrite, update in place, or save a new version with date suffix.(default) next to it in the output._shared/firecrawl-jina-playwright-helpers.md.editorial-guidelines.md using the template below.# Editorial Guidelines — {Brand}
_Last updated: {YYYY-MM-DD}_
## Brand positioning
{One sentence.}
## Audience
{Segment 1}
- Role / seniority:
- Primary pain:
- What they already know:
- What they're skeptical of:
{Repeat for each segment.}
## Content goals
- {goal 1}
- {goal 2}
## Voice
**Attributes:** {attr1}, {attr2}, {attr3}, {attr4}
{One paragraph describing how these combine in practice. Include one "we sound like X, not Y" contrast.}
## Tone
- Formal ↔ casual: {1–5} — {1-sentence rationale}
- Serious ↔ playful: {1–5} — {1-sentence rationale}
- POV: {we / you / I / third}
- Contractions: {yes / no}
- Emoji: {never / headlines only / body OK}
## Reading level
Target: Flesch {x}–{y} (grade {n}). Sentences median {m} words, max {max}.
## Structural defaults
### How-to
{ordered sections}
### Comparison
{ordered sections}
### Opinion / POV
{ordered sections}
### Case study
{ordered sections}
## Formatting
- Serial comma: {Y/N}
- Numerals: {rule}
- Headings: H1 {case}, H2/H3 {case}
- Links: {inline / footnote}, new tab {Y/N}
- Code: inline `monospace`, fenced blocks with language tag
- Lists: {bullet style, when to use numbered}
- Dates: {format}
## Banned words and phrases
- {word 1}
- {word 2}
## Preferred words and naming
- {Product} — always written as `{exact casing}`
- {Acronym} — spell out on first use as `{expansion}`
## Examples
**On brand:**
- {URL 1} — {what makes it on brand, 1 line}
**Off brand:**
- {URL 1} — {what makes it off brand, 1 line}
## Quality bar
Before shipping, every piece must pass:
1. {rule 1 — default: "Would I send this to a practitioner friend unprompted?"}
2. {rule 2 — default: "Does it contain at least one thing not in the top 3 ranking articles?"}
3. {rule 3 — default: "Is every claim linked to a source or showing its work?"}
4. {rule 4 — default: "Does the closer tell the reader a specific next action?"}
b2b-saas-voice-reference.md, prefixed with a note that the file is a starting point and should be edited.editorial-guidelines.md exists at the project root.proofreading-style-check against any article using this file — it should return at least one voice/tone finding that references a rule in the guidelines.