the-ultimate-workflow-guidelines

Using this repo with Cursor

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:

Manifest: .cursor-plugin/plugin.json. Spec: cursor.com/docs/plugins/building.

Browse the listing at cursor.com/marketplace once published.

In this repository

If you open this repo directly in Cursor (without installing the plugin), the same two rules still load because they are committed under rules/:

Confirm both rules under Settings → Rules (or the project rules UI).

Use the same guidelines in another project (without the plugin)

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).

Optional: personal Agent Skills

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.

Claude Code vs Cursor

For contributors

When you change the principles or workflow, keep these files in sync:

When you change the project-bootstrap flow, keep these in sync: