Plan
Type @plan_feature.md, paste the story, acceptance criteria, design links, and ask Cursor to annotate affected files.
Cursor pairs an AI assistant with your IDE. Use this guide to connect the toolkit files and mirror Claude workflows inside Cursor.
AI-toolkit/ is visible in the file tree, and grant the assistant access to that folder..claude/ so Cursor and Claude point to the same files.claude.md, your session summary log, and your most-used agent/prompt files to the left sidebar for one-click referencing./init (or your stored “boot” snippet) so the assistant reads the current session, plan, and guardrails.Cursor supports multiple projects—keep a dedicated “AI Toolkit” workspace open so you can drag plans/agents into any active repo.
AI-toolkit/agents/. Pin copies in the sidebar and toggle read-only to avoid unintentional edits..claude/prompts/ and leave the rest in the toolkit. Cursor can reference either location with @../AI-toolkit/prompts/name.md..claude/sessions/current.log in a split panel so you can paste updates without leaving Cursor.notes/cursor-scratch.md for command output, partial diffs, or brainstorming before updating Claude.| Action | How | Pro tip |
|---|---|---|
| Inject agent | Type @agent-name.md in chat | Preface with the current plan or session link for richer answers. |
| Open instructions | Ctrl/Cmd+P → search the agent file → adjust parameters | Pin the file to keep it one click away. |
| Follow a plan | Ask “Follow the steps from tech-lead-orchestrator.md” | Cursor will chunk instructions into actionable tasks. |
| Batch run | Create command palette macros with multiple agents/prompts | Great for multi-stage workflows (plan → specialist → review). |
Type @plan_feature.md, paste the story, acceptance criteria, design links, and ask Cursor to annotate affected files.
Type @code_review.md, attach a git diff, and request severity tags plus missing tests.
Type @write_docs.md, supply plan + review output, and specify the audience (README, changelog, runbook).
Use @create_brief.md to capture stakeholders and success metrics before kicking off a new effort.
@plan_feature.md followed by tech-lead-orchestrator.md so the chat contains a sequenced agent plan with expected deliverables.@team-configurator.md to lock in ownership, escalation rules, and success criteria; pin the output for quick reference.@session-closer.md (or generate a handoff paragraph) that lists TODOs, blockers, and artefacts for the successor.@reliability-commander.md, @testing-expert.md, and @brutal-critic.md; record the results in /project:session-update before committing code.Maintain an “agent stack” snippet in the thread so new contributors know which agent ran last and who is next in line.
@create_brief.md to capture business goals, then @plan_feature.md to outline backend + frontend steps. Copy the outputs into the Claude session log.tech-lead-orchestrator.md to define the sequence (backend-developer → react-component-architect → testing-expert) and lock assignments with @team-configurator.md.@backend-developer.md to add flag evaluation code, run recommended tests in the terminal, then switch threads and use @react-component-architect.md for UI toggles. Each agent emits a handoff note via @session-closer.md./project:session-update so Claude, Gemini, and Codex stay in sync.@code_review.md, @testing-expert.md, and @write_docs.md. Export the Cursor transcript and attach it to your session insights archive.Use the Git panel to stage only the files mentioned in each agent handoff—this keeps diffs small and matches the orchestrator’s plan.
This walkthrough shows every chat message, agent invocation, and session update needed to deliver a “payment receipt email” feature entirely within Cursor.
Command + Enter → @create_brief.md// paste ticket description + stakeholders@plan_feature.md// include acceptance criteria + file list@tech-lead-orchestrator.md// ask for ordered phases + recommended agents + artefacts@team-configurator.md// “Backend: Alice, Frontend: Bob, QA: Chen. Escalate to Dana.”@backend-developer.md// provide orchestrator phase 1 summarynpm run test:backend@session-closer.md@react-component-architect.md// include handoff note + relevant file listnpm run test:ui@testing-expert.md// request additional coverage ideas@brutal-critic.md// supply git diff for qualitative review@write_docs.md// feed plan output + testing results + git log/project:session-update within Claude./project:session-end in Claude, attach the exported Cursor transcript, and stage/commit using Cursor’s Git panel.Keep each chat message prefixed with // comments to indicate context (plan, handoff, logs). This makes the transcript self-documenting when you archive it.
@plan_feature.md, and pin the plan to the top of the chat.session-restorer.md, then follow code-refactorer.md for safe sequencing.frontend-designer.md with live preview (Storybook/Vite) to tighten the design loop./project:session-update, generate docs, and trigger session-closer.md.django-backend-expert.md or fastapi-expert.md to scaffold endpoints rapidly.react-component-architect.md to draft component structures, then let Cursor refactor JSX/TSX inline.reliability-commander.md and apply the fixes directly within the same workspace.frontend-designer.md, vibe-coding-coach.md, and Cursor’s Markdown preview to iterate on UX copy./project:session-update from Claude and paste it into Cursor for shared context.Keep a dedicated “Cursor summary” section in each session log so teammates know what was accomplished in the IDE.
pytest, npm test, go test, docker compose up in the built-in terminal, then share results with the assistant.eslint, ruff, prettier, black, and share outputs for remediation.httpie, kubectl, or terraform when executing infrastructure tasks./project:session-update.