I created an implementation plan using PLAN mode. I’ve created a project command in which I telling cursor to do “Locate `one.plan.md` (or any `*.plan.md`) and load the full task definition” The problem is not able to reference this one.plan.md file and I believe this file is somewhat internal to Cursor. The message which agent give me is this
”one.plan.md is referenced in the TaskRunner workflow (line 19 in .cursor/agents.md), but I don’t see it in my current context.
If it was created in Cursor’s plan mode, it should be accessible. I don’t see it in my context, so I can’t read it directly.”
I am not sure how I can make the agent reference the *.plan.md file’s content.