This project ships as a Cursor plugin (plus committed project rules) so the Karpathy-inspired behavioral guidelines and the project-bootstrap flow apply automatically in Cursor.
The fastest path for any project:
/add-plugin the-ultimate-workflow-guidelines
Or install directly from the GitHub repo:
/add-plugin ValeroK/the-ultimate-workflow-guidelines
Cursor auto-discovers:
skills/the-ultimate-workflow-guidelines/SKILL.md and skills/project-bootstrap-guidelines/SKILL.md — the two skills.rules/the-ultimate-workflow-guidelines.mdc (alwaysApply: true) and rules/project-bootstrap-guidelines.mdc (alwaysApply: false) — the project rules.Manifest: .cursor-plugin/plugin.json. Spec: cursor.com/docs/plugins/building.
Browse the listing at cursor.com/marketplace once published.
If you open this repo directly in Cursor (without installing the plugin), the same two rules still load because they are committed under rules/:
rules/the-ultimate-workflow-guidelines.mdc — alwaysApply: true. Loaded on every turn for feature work.rules/project-bootstrap-guidelines.mdc — alwaysApply: false. Greenfield-only; loaded on demand when starting a new project.Confirm both rules under Settings → Rules (or the project rules UI).
Cursor: Copy the .mdc files you want from rules/ into that project’s .cursor/rules/ directory (create the folders if needed). Adjust or merge with existing rules as you like.
Other tools: If a stack only supports a root instruction file, copy CLAUDE.md into that project instead (or merge its contents into your existing instructions).
If you want the same content as reusable skills under ~/.cursor/skills, use:
Copy or symlink into your personal skills directory; use whatever layout you use for other skills.
README.md); the plugin exposes both skills from this repo. Per-project use can also rely on CLAUDE.md.rules/*.mdc files. Cursor does not read .claude-plugin/ or CLAUDE.md by default.When you change the principles or workflow, keep these files in sync:
CLAUDE.mdrules/the-ultimate-workflow-guidelines.mdcskills/the-ultimate-workflow-guidelines/SKILL.mdWhen you change the project-bootstrap flow, keep these in sync: