Cursor rule Cursor
OmniNode vocabulary, pipeline stages, and skill-bucket classification. Always active — establishes shared terminology before any other rule fires.
OmniCursor — Cursor-native AI plugin in the OmniNode stack (github.com/OmniNode-ai). MCP server, agent routing & a skills system.
Cursor rule Cursor
OmniNode vocabulary, pipeline stages, and skill-bucket classification. Always active — establishes shared terminology before any other rule fires.
Cursor rule Cursor
Bounded codebase research — announces what it reads before reading, one directory listing only. Always active guard against unbounded search.
Cursor rule Cursor
Always-on — never introduce real secrets (API keys, tokens, passwords, private keys, live .env values) into repo files, examples, or suggested commits. Use placeholders and env indirection only.
Cursor rule Cursor
Always-on ownership boundary for OmniCursor as the Cursor-native layer and OmniMarket as the backend workflow/tool provider.
Cursor rule Cursor
Activates when the user says "I have an idea", "let's brainstorm", "help me design", or any variant indicating they want to explore and refine an idea before writing code. Bucket 1 — no external services required.
Cursor rule Cursor
Activates when the user says "write a plan", "implementation plan", "let's plan", or provides a design doc and asks for tasks. Bucket 1 — no external services required.
Cursor rule Cursor
Activates when the user says "create a ticket", "plan this ticket", "ticket for", or provides a plan doc and asks for a ticket template. Bucket 2 — reads local files only, no external services.
Cursor rule Cursor
Activates when the user asks to debug, investigate a failure, find a root cause, fix a regression, inspect a traceback, or work through a flaky test. Uses OmniCursor hooks and file-backed skills.
Cursor rule Cursor
Activates when the user asks for a PR review, pull request review, merge readiness check, severity-classified findings, or code review with CRITICAL/MAJOR/MINOR/NIT. Uses OmniCursor hooks and file-backed skills.
Cursor rule Cursor
Activates when the user wants a session handoff, session summary, context for the next chat, or to capture remaining work and blockers before stopping. Uses OmniCursor hooks and file-backed skills.
Cursor rule Cursor
Plan to tickets — parse a plan file and batch-create Linear tickets.
Cursor rule Cursor
Plan review — adversarial R1-R6 pre-execution check on a plan file.
Cursor rule Cursor
Session recap — summarize what happened this session.
Cursor rule Cursor
Execute plan — autonomous pipeline: plan review, Linear ticket creation, implementation.