Request shape
The exact structure of a strong program request
Good program requests do not start with “build me something useful.” They start with the repeated pain, the concrete deliverable, the operating environment, and the proof step. That turns the job from fuzzy coding theater into an artifact-first build.
- Name the recurring problem. Example: “I keep checking 30 article pages manually for status, title, and mobile overflow.”
- Name the artifact. Example: “Build a Python CLI that outputs a CSV report and failed URLs.”
- Name the paths and environment. Example: “It should live in
scripts/qa/and run on WSL with Python 3.12.” - Name the verification gate. Example: “Run it against these 5 URLs and show the output file.”