home/writing/split-overloaded-prompt

Split Overloaded Prompt

GPTClaudeGemini··377 copies·updated 2026-07-14
split-overloaded-prompt.prompt
# Case 05 - Split Overloaded Prompt

## Input Brief

"One prompt should classify the complaint, summarize the account history, decide whether a refund is allowed, and draft the final customer email."

## Expected Handling

- the boundary summary flags multiple incompatible jobs
- the result recommends split or staged calls instead of stuffing all behaviors into one prompt
- refund-policy inputs and account history remain structured inputs, not narrative instructions

## Common Failure

The workflow keeps adding rules to one giant prompt rather than separating judgment, transformation, and generation steps.

## Pass Criteria

The result proposes a cleaner boundary, such as classify -> decide -> draft, with each step owning one job.

when to use it

Community prompt sourced from the open-source GitHub repo lizihang99/agent-written-prompt-boundary (no explicit license). A "Split Overloaded Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

writingcommunitygeneral

source

lizihang99/agent-written-prompt-boundary · no explicit license