Openai-Compatible Recipe Walkthrough Prompt 05
JSON openai-compatible prompt 05 for the planning phase of a recipe walkthrough; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-095.
{
"model": "example-model",
"messages": [
{
"role": "system",
"content": "Keep creator edits reversible and testable."
},
{
"role": "user",
"content": "Plan a recipe walkthrough; return assumptions, ordered actions, and acceptance checks."
}
],
"response_format": {
"type": "json_object"
},
"metadata": {
"fixture": "p8-prompt-095",
"offline": true
}
}
Specifications
- Prompt Number
- 95
- Provider Variant
- openai-compatible
- Topic
- recipe walkthrough
- Phase
- planning
- Example Kind
- message-only
- Delivery Mode
- download-only
- Provider
- openai-compatible
- Provenance
- Synthetic deterministic P8 fixture generated by generation/p8_content.py; seed namespace 2026082300
Testing contract
Reference control- Scenario
- Parse the JSON fixture using the openai-compatible envelope and extract its task plus response contract.
- Expected result
- The request targets a recipe walkthrough, identifies the planning phase, and requires assumptions, ordered actions, and acceptance checks without a network call.
What is a .json file?
JSON (JavaScript Object Notation) is a lightweight, text-based data-interchange format representing objects, arrays, strings, numbers, booleans, and null. It is language-independent, human-readable, and the dominant format for web APIs and configuration. It requires a single well-formed root value.
How to use this file
Use an example JSON file to test parsers and serializers, schema validation, Unicode and number-precision handling, and API request or response processing.
How to use this file for testing
“Openai-Compatible Recipe Walkthrough Prompt 05” 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: JSON · 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 json
with open("p8-prompt-095.json") as f:
data = json.load(f)
print(type(data), len(data))Related files
- jsonOpenai-Compatible Accessibility Review Prompt 27JSON openai-compatible prompt 27 for the planning phase of a accessibility review; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-117.

- jsonOpenai-Compatible Animation Breakdown Prompt 28JSON openai-compatible prompt 28 for the planning phase of a animation breakdown; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-118.

- jsonOpenai-Compatible Behind-The-Scenes Feature Prompt 20JSON openai-compatible prompt 20 for the planning phase of a behind-the-scenes feature; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-110.

- jsonOpenai-Compatible Book Launch Prompt 15JSON openai-compatible prompt 15 for the planning phase of a book launch; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-105.

- jsonOpenai-Compatible Brand Origin Story Prompt 30JSON openai-compatible prompt 30 for the planning phase of a brand origin story; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-120.

- jsonOpenai-Compatible Community Update Prompt 16JSON openai-compatible prompt 16 for the planning phase of a community update; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-106.

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