Trace where a setting is saved
Explain how the notification preference travels from the settings UI to durable storage.
Read prompt and explanationComplete starting prompts for real development problems, with explanations of what makes each one effective.
Explore fully written examples alongside the existing variable-based templates. Every example defines scope, relevant context, verification and stop conditions. “One-shot” describes the brief’s completeness, not a guarantee that an agent needs no clarification or correction.
30 of 30 examples
Explain how the notification preference travels from the settings UI to durable storage.
Read prompt and explanationProduce a concise onboarding map for the current repository so I can safely make my first change.
Read prompt and explanationDetermine the correct local startup and test procedure when README instructions disagree with the manifest or lockfile.
Read prompt and explanationMap the request path for the slow search endpoint and identify the next discriminating measurement.
Read prompt and explanationPrevent a double-click on Submit from creating two records while the first request is pending.
Read prompt and explanationEnsure the results shown belong to the latest query when responses arrive out of order.
Read prompt and explanationFix the preference toggle that appears saved but resets after a page reload.
Read prompt and explanationFix duplicate or missing records when loading the next page of a stable result set.
Read prompt and explanationRestore keyboard focus to the dialog trigger after the dialog closes.
Read prompt and explanationEnforce the documented maximum of three total attempts, including the first attempt.
Read prompt and explanationAdd case-insensitive title filtering to the existing list. An empty query must preserve every item in its current order.
Read prompt and explanationShow a useful empty state when a search has no matches, with an action that clears the query.
Read prompt and explanationLet users download the currently filtered rows as CSV in their displayed order.
Read prompt and explanationAdd an undo affordance for removing an item from the editable list, within the current session.
Read prompt and explanationRequire a clear confirmation before permanently deleting a project.
Read prompt and explanationAdd a Copy diagnostics action containing build identity, browser/version details and non-sensitive error identifiers.
Read prompt and explanationCreate a focused failing test for the reported bug before changing the implementation.
Read prompt and explanationAdd negative authorization coverage for reading another account’s private record.
Read prompt and explanationCapture the formatter’s current intentional output before extracting duplicate logic.
Read prompt and explanationFind why the asynchronous test passes alone but intermittently fails in the suite.
Read prompt and explanationReview the selected pull request for correctness, security boundaries and missing regression coverage.
Read prompt and explanationAssess the supplied review findings before making any implementation changes.
Read prompt and explanationDetermine whether the dependency added by this diff is necessary for the requested feature.
Read prompt and explanationReview the configuration diff for accidental permission or data-exposure expansion.
Read prompt and explanationExtract repeated input-normalization logic into a shared helper without changing behavior.
Read prompt and explanationExtract the clearly separable display section from the large component while preserving behavior and appearance.
Read prompt and explanationWrite a concise completion summary from the current diff and actual verification evidence.
Read prompt and explanationPrepare a handoff so a new session can continue the current task safely.
Read prompt and explanationDraft concise repository instructions using only verified project facts and existing conventions.
Read prompt and explanationTurn “add team accounts” into an implementation-ready task brief without starting implementation.
Read prompt and explanation