Prompt Decomposition
Hard200 pts0 solves
A single prompt asking an LLM to 'analyze code, find bugs, fix them, and write tests' performs poorly. The fix is to break it into sequential focused prompts.
What should you do with complex prompts?
Flag format: CONGRESS{[action]}
Example: CONGRESS{add_more_examples}
Hint
One task per prompt. Chain them sequentially.