Video Workflow 15 — Creator Brief
Markdown creator brief for the book launch video kit 15; it fixes scope, local-input rules, deliverables, and the edge-case review. Stable P8 artifact p8-video-kit-15-creator-brief.
# Video creator brief 15
Create a book launch package using only the local fixtures in workflow `p8-video-kit-15`.
## 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
- 15
- 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-15, the book launch 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 15 — 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 · 414 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])Related files
- mdAudio Workflow 01 — Creator BriefMarkdown creator brief for the podcast trailer audio kit 01; it fixes scope, local-input rules, deliverables, and the edge-case review. Stable P8 artifact p8-audio-kit-01-creator-brief.

- mdAudio Workflow 02 — Creator BriefMarkdown creator brief for the product demonstration audio kit 02; it fixes scope, local-input rules, deliverables, and the edge-case review. Stable P8 artifact p8-audio-kit-02-creator-brief.

- mdAudio Workflow 03 — Creator BriefMarkdown creator brief for the software tutorial audio kit 03; it fixes scope, local-input rules, deliverables, and the edge-case review. Stable P8 artifact p8-audio-kit-03-creator-brief.

- mdAudio Workflow 04 — Creator BriefMarkdown creator brief for the short documentary audio kit 04; it fixes scope, local-input rules, deliverables, and the edge-case review. Stable P8 artifact p8-audio-kit-04-creator-brief.

- mdAudio Workflow 05 — Creator BriefMarkdown creator brief for the recipe walkthrough audio kit 05; it fixes scope, local-input rules, deliverables, and the edge-case review. Stable P8 artifact p8-audio-kit-05-creator-brief.

- mdAudio Workflow 06 — Creator BriefMarkdown creator brief for the studio interview audio kit 06; it fixes scope, local-input rules, deliverables, and the edge-case review. Stable P8 artifact p8-audio-kit-06-creator-brief.

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