Skip to content
Novus Examples
md454 B

Vendor-Neutral Independent Game Teaser Prompt 11

MD vendor-neutral prompt 11 for the planning phase of a independent game teaser; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-011.

Preview — first 23 linesmd
# Independent Game Teaser — planning prompt 11

## Role
Act as a careful creator-workflow assistant.

## Task
Build a planning checklist for a independent game teaser.

## Inputs
- audience
- source assets
- target duration
- accessibility needs

## Method
1. Inspect inputs.
2. Identify missing evidence.
3. Propose reversible edits.
4. Define objective acceptance checks.

## Output
Return assumptions, ordered actions, and a final self-check table.

Specifications

Prompt Number
11
Provider Variant
vendor-neutral
Topic
independent game teaser
Phase
planning
Example Kind
message-only
Delivery Mode
download-only
Provider
vendor-neutral
Provenance
Synthetic deterministic P8 fixture generated by generation/p8_content.py; seed namespace 2026082300

Testing contract

Reference control
Scenario
Parse the MD fixture using the vendor-neutral envelope and extract its task plus response contract.
Expected result
The request targets a independent game teaser, identifies the planning phase, and requires assumptions, ordered actions, and acceptance checks without a network call.

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

“Vendor-Neutral Independent Game Teaser Prompt 11” is a deterministic Novus Examples fixture for Prompt engineering, Prompt testing, 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 · 454 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("p8-prompt-011.md").read())
print(html[:200])

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