FLUID Forge Contract GPT Packet
This folder is a self-contained builder packet for a private/internal ChatGPT GPT that drafts and reviews FLUID Forge contracts.
It is designed around these rules:
- Default to FLUID
0.7.2 - Ask for provider before drafting
- Output
contract.fluid.yamlfirst - Add
Assumptions,Open questions, andValidation next steps - Treat every response as
Draftuntilfluid validate --strictandfluid plan --jsonhave been reviewed
What To Use
Use these files in the GPT builder:
GPT_INSTRUCTIONS.md: paste into the GPT Instructions fieldCONVERSATION_STARTERS.md: paste into Conversation startersCHATGPT_BUILDER_CHECKLIST.md: follow this while configuring the GPTUPLOAD_MANIFEST.md: use this to upload the curated knowledge pack
Upload these as GPT knowledge:
FORGE_GPT_STYLE_GUIDE.mdFORGE_GPT_REVIEW_CHECKLIST.mdFORGE_GPT_FEW_SHOTS.md- Everything in
knowledge/
Source Material
This packet is documented in forge_docs, but it was grounded in source-of-truth assets from the sibling forge-cli repository:
forge-cli/fluid_build/schemas/fluid-schema-0.7.2.jsonforge-cli/README.mdforge-cli/examples/01-hello-world/contract.fluid.yamlforge-cli/examples/05-data-quality-validation/contract.fluid.yamlforge-cli/examples/customer360/contract.fluid.yamlforge_docs/docs/cli/validate.mdforge_docs/docs/cli/plan.md
Quick Start
- Open ChatGPT and create a new GPT in configuration view.
- Paste
GPT_INSTRUCTIONS.mdinto Instructions. - Add the starters from
CONVERSATION_STARTERS.md. - Upload the files listed in
UPLOAD_MANIFEST.md. - Keep the GPT private or workspace-only.
- Preview with the smoke tests in
CHATGPT_BUILDER_CHECKLIST.md.
This packet does not create the GPT automatically in ChatGPT. It gives you the exact builder inputs and upload set so the GPT can be created quickly and consistently.
