With the 1.14.2 update my agents often skip reading the workflow. This is specifically in regards to workflows in the current workspace and untested otherwise.
Multiple agents self-diagnosed the same root cause:
The System-Level Cause
The system prompt contains this instruction (L16):
“If a workflow looks relevant, or the user explicitly uses a slash command… I should use view_file to read [the file].”
The looks relevant clause introduces discretion. When I saw /research debug screen UI, I:
- Correctly detected the slash command
- But decided the project-context workflow was “more relevant” to check first
- Then proceeded with what I thought was “helpful” (diving into the code)
- Never read research.md
For reference my prompts always start with the slash command followed by additional context. The most recent was:
/research debug screen UI
research item 1
research item 2
…
research item 15