Skip to content
Novus Examples
md419 B

Video Workflow 16 — Creator Brief

Markdown creator brief for the community update video kit 16; it fixes scope, local-input rules, deliverables, and the edge-case review. Stable P8 artifact p8-video-kit-16-creator-brief.

Preview — first 15 linesmd
# Video creator brief 16

Create a community update package using only the local fixtures in workflow `p8-video-kit-16`.

## Constraints
- Preserve source timing.
- Make every transformation reversible.
- Compare the rendered result with the expected-output artifact.

## Deliverables
1. Inspect the input.
2. Produce the requested edit.
3. Run the evaluation contract.
4. Explain handling of the controlled edge case.

Specifications

Workflow Role
creator-brief
Workflow Order
1
Provider
vendor-neutral
Medium
video
Kit Number
16
Provenance
Synthetic deterministic P8 fixture generated by generation/p8_content.py; seed namespace 2026082300

Testing contract

Reference control
Scenario
Parse the Markdown headings and hand the four numbered deliverables to a planning agent.
Expected result
The plan retains workflow id p8-video-kit-16, the community update objective, four ordered deliverables, and the reversible-edit constraint.

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

“Video Workflow 16 — Creator Brief” is a deterministic Novus Examples fixture for Prompt engineering, Agent workflows, Content creation. A templated prompt library in JSON Lines with tasks, tags, and placeholders — for testing prompt-management tools and JSONL parsers.

Documented properties for this file: MD · 419 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.

Prompt fixtures are static, provider-labelled inputs and contracts — they do not call an API. For a six-step kit, follow workflowOrder from the brief through the expected output, then compare the documented assertions before trying the controlled edge case.

Code examples

import markdown  # pip install markdown

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

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