Practice workspaceY
30 worked prompt examples
FIX A BUG · ONE-SHOT STARTING BRIEF

Fix an off-by-one retry limit

Enforce the documented maximum of three total attempts, including the first attempt.

“One-shot” means a complete starting request, not guaranteed success in one attempt. Confirm the scenario assumptions, adapt the brief to your repository, and inspect the resulting diff and verification evidence.

The scenario

The current retry loop sometimes calls the operation four times. Existing retryable-error classification must remain unchanged.

Required context: a selected repository matching this scenario, relevant task evidence, and access to its instructions and checks. Use redacted or synthetic data where appropriate.

Adapt the complete prompt

Edits stay in this browser tab. Saving bookmarks the original example; export your edited version to keep it elsewhere.

Why this is a strong example

Defining total attempts avoids the common ambiguity between retries and attempts.

Learn the judgment behind it

Open the related lesson