Helps decide when to use a skill, command, subagent, or rule. Use when uncertain which Cursor asset to apply, or when the user asks how to accomplish a task in Cursor.
When the user asks how to do something or you're uncertain which asset to use, refer to docs/CURSOR_NEXUS.md and apply this decision tree:
Need a checklist or step-by-step procedure?
Need a focused review or fix in isolation?
Need persistent behavior every session?
.cursor/rules/). Do not duplicate rule content in skills/commands; reference the rule or doc instead.User wants to run something manually?
/Conflict or uncertainty?
docs/CURSOR_NEXUS.md — single reference for all assets..cursor/skills/ — apply when task matches..cursor/commands/ — user types / in chat..cursor/agents/ — invoke via "use X subagent"..cursor/rules/ — applied automatically.