Skip to content
Novus Examples
md2.6 KB

Campaign Content Brief: Field Notes (Markdown)

A channel-ready brief connecting one campaign objective to audience insight, messages, assets, and approvals. This UTF-8 Markdown twin preserves the same headings, lists, checkboxes, and GFM tables in portable plain text.

Preview — first 50 linesmd
# Campaign Content Brief: Field Notes

*A channel-ready brief connecting one campaign objective to audience insight, messages, assets, and approvals.*

**Campaign:** Field Notes - autumn collection  
**Client:** Atlas & Finch Homeware  
**Campaign owner:** Morgan Lee  
**Creative lead:** Avery Chen  
**Flight:** 2026-10-05 to 2026-11-01  
**Budget:** USD 42,000 paid media; production approved separately  

## Objective and success measures

Introduce the autumn modular-storage collection and convert high-intent visitors into collection-page sessions and email subscribers.

- 12,000 qualified collection-page sessions
- 1,200 new email subscribers at or below USD 3.50 each
- Paid-social click-through rate of at least 1.4%
- At least 80% of delivered assets accepted on first review

## Audience insight

**Audience:** Design-aware renters and first-time homeowners furnishing compact spaces.

**Tension:** They want calm, durable rooms but expect storage products to look bulky or temporary.

**Desired response:** This collection was designed around the space I actually have.

## Message hierarchy

- Lead: Make more room without making the room about storage.
- Support: Modular widths combine cleanly across awkward walls and changing homes.
- Proof: Solid ash fronts, replaceable fittings, measured diagrams, and a five-year repair programme.
- CTA: Plan your wall.

## Deliverables

| Channel | Asset | Variants | Owner | Due |
| --- | --- | --- | --- | --- |
| Landing page | Hero, comparison module, FAQ copy | Desktop + mobile | Avery | 2026-09-18 |
| Paid social | Static concept set | 6 concepts x 2 ratios | Imani | 2026-09-21 |
| Paid social | 15-second motion cut | 3 hooks x 2 ratios | Leo | 2026-09-24 |
| Email | Launch sequence | 3 sends x 2 subjects | Nora | 2026-09-25 |
| Organic | Product education carousel | 4 carousels | Imani | 2026-09-28 |

## Creative guardrails

- Show real scale with dimensions or familiar objects in frame.
- Use warm daylight, quiet backgrounds, and occupied rooms rather than empty sets.
- Never imply that every configuration fits every wall; link to measured diagrams.
65 lines total — download for the full file.

Specifications

Family
campaign-content-brief
Model Version
p6-v1
Format Twin Count
3
Fictional Data
true
Deterministic Content
true
Sections
6
Table Count
1
Page Size
not paged

Testing contract

Expected to pass
Scenario
Parse as UTF-8 CommonMark with GFM tables and task lists enabled, then render to HTML.
Expected result
One H1 and the complete ordered section set render without raw tokens; tables and checkboxes preserve all model values.

What is a .md file?

Markdown (MD) is a lightweight plain-text markup language that uses simple punctuation conventions to denote headings, lists, links, emphasis, and code. It is designed to be readable as-is and to convert cleanly to HTML. It is widely used for documentation, READMEs, and content authoring.

How to use this file

Use an example Markdown file to test parsers and renderers, verify GitHub-Flavored Markdown extensions like tables and fenced code, and exercise HTML-conversion pipelines.

How to use this file for testing

“Campaign Content Brief: Field Notes (Markdown)” is a deterministic Novus Examples fixture for Templates, Conversion testing, Editor testing. Professional, neutral starting-point documents you can download and adapt — invoices, resumes, budgets, and more.

Documented properties for this file: MD · 2,695 bytes. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

This template ships filled with realistic sample content and documented fields and formulas. Download it as a starting point, or point a converter/parser at it — format twins (for example DOCX↔PDF) let you diff conversion fidelity.

Code examples

import markdown  # pip install markdown

html = markdown.markdown(open("campaign-content-brief.md").read())
print(html[:200])

Generated by generation/templates_p6.py. Free for any use, no attribution required — license.