# QA task: plain vs `/kpop` on cursor-agent
## Goal
Understand how `/kpop` might improve cursor-agent’s ability to answer questions by finding a contrast case.
## Task
1. Give cursor-agent a reasonable, answerable question as a prompt.
2. Give cursor-agent the same question prefixed with `/kpop ` (slash, `kpop`, trailing space).
- Run each agent-question pair task in a docker container.
- For the kpop agent, copy the .cursor directory tree from here into the container. For the non-kpop agent, do not.
- Capture stdout and stderr to a single file. Copy that file to _logs/ with a unique name.
3. Find a question for which:
- the plain prompt is answered **incorrectly**, and
- the `/kpop `-prefixed prompt is answered **correctly**.