A runnable recipe, not another proof memo.
AI Coding Cookbook-Style Example packages the cleanroom proof route as a teachable recipe: problem, minimal public-safe input, six recipe steps, verifier markers, seven role signals, release gates, and extension rules. It is not an OpenAI Cookbook submission, customer rollout, affiliation claim, or outbound authorization.
Current fixture
Decision
Ready
Recipe steps
6
Role signals
7
Average
4.6/5
What it proves
A reviewer needs to see whether the operator can turn AI coding workflow knowledge into a small, teachable, runnable example: clear problem, bounded input, steps, verifier, expected output, failure gates, and extension route.
Six steps
- problem_statementName the reader problem.The artifact teaches the proof route instead of selling it.
- minimal_inputConstrain the input.Only public-safe fixture text, public docs, public URLs, and verifier commands are allowed.
- recipeRender the handoff.Commands, expected markers, release gates, role signals, and reviewer notes become one repeatable packet.
- verificationRun the public-pack verifier.The example cannot pass while missing required docs, fixtures, tests, or claim-boundary checks.
- handoffPublish only after checks.The reviewer-facing page is connected to the graph after local verifier, privacy scan, and public URL checks pass.
- extensionExtend only for new friction.Future examples need a new verifier, source, or customer-workflow friction point.
Covered
- examplesConcrete example format.A runnable packet instead of only strategy copy.
- guides_patternsGuide linkage.Connects the example to the existing deployment-pattern library.
- best_practicesReviewable practice.Data boundary, permission, approval, rollback, and security communication are explicit.
- reference_implementationExecutable source.The validator and renderer make the example machine-checkable.
- customer_workflow_designWorkflow shape.Intake, workshop, receipt, review, and feedback are mapped without customer-traction claims.
- security_operational_readinessGate discipline.The security review packet is upstream of the example.
- product_feedbackSignal routing.Recipe observations can become product feedback without claiming real customer adoption.
Commands
python3 tools/deployment_receipt.py validate-cookbook-example --input examples/cookbook_style_codex_example.jsonpython3 tools/deployment_receipt.py cookbook-example --input examples/cookbook_style_codex_example.jsonpython3 scripts/verify_public_pack.pypython3 -m unittest tests/test_deployment_receipt.py
Release gates
- Public-safe dataRepository files, public proof URLs, and executable commands only.
- No target-company contribution claimNot an OpenAI Cookbook submission and not affiliated with OpenAI.
- No customer or traction claimNo customer rollout, revenue, funding, legal entity, employment, endorsement, or real-world impact claim.
- No outbound before 2026-05-26The example is proof packaging only until the date gate, an inbound recruiter signal, or a current explicit override changes the route.