§ workflow

Use with Cursor

Cursor and Windsurf use rules files to give the AI persistent context. Your VisualPRD export maps directly onto this pattern.


1. Export and set up your rules file

Export your blueprint from the schematic viewer, then copy the architecture file to Cursor's rules location:

mkdir my-app && cd my-app
mkdir -p .cursor/rules
cp ~/Downloads/export/CLAUDE.md .cursor/rules/project.mdc
→ TipCursor reads .cursor/rules/*.mdc files automatically. Renaming CLAUDE.md to project.mdc is all it takes.

2. Use Agent mode with build.md

Open Cursor's Agent panel, attach a build.md as context, and prompt:

Build the auth flow following the attached build.md.
Follow all rules in .cursor/rules/project.mdc.

Windsurf

Copy the rules file to Windsurf's equivalent location:

cp ~/Downloads/export/CLAUDE.md .windsurfrules
§ NoteWindsurf reads .windsurfrules from the project root. No directory needed.