Home/Blog/How to Draft a Zig build.zig from a Module List
Blog

How to Draft a Zig build.zig from a Module List

P
promptstudio
How to Draft a Zig build.zig from a Module List

Zig builds rot when they invent packages. Lock the Zig version. Modules only from the list.

The matching generator is the Zig build.zig from a Module List (No Invented Packages) prompt. Browse related cards in the PromptDig library (Browse more prompts). When a filled run survives, share the version you actually use (Share a prompt).

Lock Zig version first

Draft a Zig build.zig from a locked module list and Zig version. Never invent packages, targets, or versions. Start by filling Inputs, not by asking the model to remember last week's run. If a field is blank, write NONE or NOT IN INPUTS and leave it blank through Generate. The card is built so the model cannot honestly invent a number, owner, URL, or command that you did not paste.

Paste these fields before you hit run:

Zig version I lock: [ZigVer]
Module list (name + path): [Modules]
Executable name I allow (or UNKNOWN): [Exe]
Target I allow (or UNKNOWN): [Target]
Words I must not use: [Banned]
What I must never invent: [Never]
Output format: [Format]
Language: [Lang]

That inventory is the honesty ledger. Anything that does not appear there is forbidden in the draft. If you catch yourself adding a nice-to-have after the run, you are no longer using the card. You are ghostwriting. Put the extra fact in Inputs and run again.

Table every module path from Inputs

Generate is numbered on purpose. Do not skip a step because the first paragraph looked done. The early steps exist to stop later prose from smuggling claims.

Walk the Generate list in order:

  1. Honesty ledger: ZigVer, Modules, Exe, Target, Lang. Forbidden: invented packages, invented Zig releases.
  2. Version lock line: ZigVer only.
  3. Module table: name, path quoted from Modules.
  4. build.zig sketch: addModule / addExecutable only for listed items. If Exe UNKNOWN, write EXE UNKNOWN and skip binary.
  5. Target: quote Target or TARGET UNKNOWN. Do not invent aarch64-macos.
  6. Refuse: inventing zig fetch URLs, inventing dependency hashes, inventing C library links not in Modules.
  7. Test note: if no test module listed, write TESTS NOT IN INPUTS.
  8. Compliance pass: Banned and Never. Format as Format.

If a step asks for a version lock, quote the version from Inputs in the output. If a step asks for a refuse list, keep the refuse list in the published artifact, not in a sidebar you delete. Reviewers should see what the model was not allowed to do.

Skip the binary when Exe is UNKNOWN

Most failures are the same shape: a missing field gets a confident fill. A conversion rate appears. A Gradle task appears. A flash point appears. A caption appears on a job that asked for slide text only. Your review is to search the draft for numbers, names, and commands, then grep Inputs. No match means cut.

Honor the constraints as hard stops, not vibes:

  • build.zig from Modules + ZigVer only. Not a full app scaffold.
  • Never invent packages or Zig versions.
  • Keep Exe/Target UNKNOWN when blank.
  • No emojis.

When the card says not legal advice, not certification, not an exam dump, or not a caption engine, that sentence belongs at the top of the output. Deleting it to look more finished is how you inherit risk.

Refuse invented zig fetch hashes

Finish with the compliance pass the prompt already asks for. Quote the banned-word hits. Cut them. Print character counts when the job has a cap. Print word counts when the job has a budget. List gaps as gaps. Five missing facts are more useful than one smooth paragraph.

Tags on the card (zig build.zig from module list, no invented packages zig, zig build script scaffold) are a reminder of the job shape, not an invitation to wander into a neighboring cluster. If you need a different surface, open a different PromptDig card rather than stretching this one.

Fill the card, then run

Replace every bracket. Run on ChatGPT, Claude, or Gemini. Read the ledger first, then the artifact. If the model invents a commit, KPI, DOI, PEL, bid, or logo, discard the run. Tighten Inputs. Run again. Share the filled card that survived, not the first draft that sounded done.