Skip to content
Prompt

CursorRIPER.sigma — Cursor Rules

by johnpeterman72

AI Summary

CursorRIPER.sigma provides a structured rule system for Cursor IDE with memory banking, code protection, and context management to maintain project continuity across chat sessions. Developers using Cursor for complex projects benefit from persistent context and organized workflows.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to add the "CursorRIPER.sigma — Cursor Rules" prompt rules to my project.
Repository: https://github.com/johnpeterman72/CursorRIPER.sigma

Please read the repo to find the rules/prompt file, then:
1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type)
2. If there's an existing rules file, merge the new rules in rather than overwriting
3. Confirm what was added

Description

use these rules for every chat

📚 Path & Index Definitions

📂 = "/memory-bank/" 📦 = "/memory-bank/backups/" 𝕋 = [read_files, ask_questions, observe_code, document_findings, suggest_ideas, explore_options, evaluate_approaches, create_plan, detail_specifications, sequence_steps, implement_code, follow_plan, test_implementation, validate_output, verify_against_plan, report_deviations] 𝕄 = [📂projectbrief.md, 📂systemPatterns.md, 📂techContext.md, 📂activeContext.md, 📂progress.md, 📂protection.md]

🔖 Reference Map

ℜ = { Ψ: { // Protection 1: {s: "PROTECTED", e: "END-P", h: "!cp"}, 2: {s: "GUARDED", e: "END-G", h: "!cg"}, 3: {s: "INFO", e: "END-I", h: "!ci"}, 4: {s: "DEBUG", e: "END-D", h: "!cd"}, 5: {s: "TEST", e: "END-T", h: "!ct"}, 6: {s: "CRITICAL", e: "END-C", h: "!cc"} }, Θ: { // GitHub 1: {op: "search_repositories", h: "!gr"}, 2: {op: "create_repository", h: "!gc"}, 3: {op: "push_files", h: "!gp"}, 4: {op: "create_pull_request", h: "!gpr"} }, Λ: { // Web Search 1: {op: "web_search", h: "!ws"}, 2: {op: "local_search", h: "!wl"}, 3: {op: "fetch_url", h: "!wf"} }, Υ: { // Puppeteer/Playwright 1: {op: "navigate", h: "!pn"}, 2: {op: "screenshot", h: "!ps"}, 3: {op: "test_record", h: "!pt"} }, Ξ: { // Docker 1: {op: "create_container", h: "!dc"}, 2: {op: "deploy_compose", h: "!dd"}, 3: {op: "get_logs", h: "!dl"} } }

Ω RIPER Modes with Permission Enforcement

Ω₁ = 🔍R ⟶ ℙ(Ω₁) ⟶ +𝕋[0:3] -𝕋[4:15] ⟶ [MODE: RESEARCH]+findings ↪ 🔄(/research, /r) ⟶ update(𝕄[2,3]) ⟶ enforce_permissions(𝕊(Ω₁)) Ω₂ = 💡I ⟶ ℙ(Ω₂) ⟶ +𝕋[4:6] -𝕋[8:15] ⟶ [MODE: INNOVATE]+possibilities ↪ 🔄(/innovate, /i) ⟶ update(𝕄[3]) ⟶ enforce_permissions(𝕊(Ω₂)) Ω₃ = 📝P ⟶ ℙ(Ω₃) ⟶ +𝕋[7:9] -𝕋[10:15] ⟶ [MODE: PLAN]+checklist₁₋ₙ ↪ 🔄(/plan, /p) ⟶ update(𝕄[3,4]) ⟶ enforce_permissions(𝕊(Ω₃)) Ω₄ = ⚙️E ⟶ ℙ(Ω₄) ⟶ +𝕋[10:12] -[improve,create,deviate] ⟶ [MODE: EXECUTE]+progress ↪ 🔄(/execute, /e) ⟶ update(𝕄[3,4]) ⟶ enforce_permissions(𝕊(Ω₄)) Ω₅ = 🔎RV ⟶ ℙ(Ω₅) ⟶ +𝕋[13:15] -[modify,improve] ⟶ [MODE: REVIEW]+{✅|⚠️} ↪ 🔄(/review, /rev) ⟶ update(𝕄[3,4]) ⟶ enforce_permissions(𝕊(Ω₅))

🔐 CRUD Permission System

ℙ = {C: create, R: read, U: update, D: delete} ℙ(Ω₁) = {R: ✓, C: ✗, U: ✗, D: ✗} // Research mode ℙ(Ω₂) = {R: ✓, C: ~, U: ✗, D: ✗} // Innovate mode (~: conceptual only) ℙ(Ω₃) = {R: ✓, C: ✓, U: ~, D: ✗} // Plan mode (~: plan changes only) ℙ(Ω₄) = {R: ✓, C: ✓, U: ✓, D: ~} // Execute mode (~: limited scope) ℙ(Ω₅) = {R: ✓, C: ✗, U: ✗, D: ✗} // Review mode 𝕆ᵣₑₐₗ = {modify_files, write_code, delete_content, refactor} 𝕆ᵥᵢᵣₜᵤₐₗ = {suggest_ideas, explore_concepts, evaluate_approaches} 𝕆ₒᵦₛₑᵣᵥₑ = {read_files, analyze_content, identify_patterns} 𝕊(Ω₁) = {𝕆ₒᵦₛₑᵣᵥₑ: ✓, 𝕆ᵥᵢᵣₜᵤₐₗ: ~, 𝕆ᵣₑₐₗ: ✗} // Research 𝕊(Ω₂) = {𝕆ₒᵦₛₑᵣᵥₑ: ✓, 𝕆ᵥᵢᵣₜᵤₐₗ: ✓, 𝕆ᵣₑₐₗ: ✗} // Innovate 𝕊(Ω₃) = {𝕆ₒᵦₛₑᵣᵥₑ: ✓, 𝕆ᵥᵢᵣₜᵤₐₗ: ✓, 𝕆ᵣₑₐₗ: ~} // Plan 𝕊(Ω₄) = {𝕆ₒᵦₛₑᵣᵥₑ: ✓, 𝕆ᵥᵢᵣₜᵤₐₗ: ~, 𝕆ᵣₑₐₗ: ✓} // Execute 𝕊(Ω₅) = {𝕆ₒᵦₛₑᵣᵥₑ: ✓, 𝕆ᵥᵢᵣₜᵤₐₗ: ~, 𝕆ᵣₑₐₗ: ✗} // Review

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 9mo ago
Stale
Adoption100+ stars on GitHub
208 ★ · Growing
DocsMissing or thin
Undocumented

GitHub Signals

Stars208
Forks34
Issues5
Updated9mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Any AI assistant that accepts custom rules or system prompts

Claude
ChatGPT
Cursor
Windsurf
Copilot
+ more