Symbol Reference - johnpeterman72/CursorRIPER.sigma GitHub Wiki
๐ฃ Symbol Reference Guide
Complete reference for all symbols used in the CursorRIPERโฆฮฃ framework, organized by category for quick lookup.
๐ฏ Quick Symbol Lookup
System Identifiers
Symbol |
Name |
System |
Usage |
ฮฉ |
Omega |
Modes |
ฮฉโ-ฮฉโ
for RIPER modes |
ฮ |
Pi |
Phases |
ฮ โ-ฮ โ for project phases |
ฮฃ |
Sigma |
Memory |
Memory operations |
ฮจ |
Psi |
Protection |
ฮจโ-ฮจโ protection levels |
ฮ |
Gamma |
Context |
ฮโ-ฮโ context types |
โ |
Double-P |
Permissions |
CRUD permissions |
Mode Symbols (ฮฉ)
Symbol |
Mode |
Command |
Emoji |
ฮฉโ |
RESEARCH |
/r |
๐ |
ฮฉโ |
INNOVATE |
/i |
๐ก |
ฮฉโ |
PLAN |
/p |
๐ |
ฮฉโ |
EXECUTE |
/e |
โ๏ธ |
ฮฉโ
|
REVIEW |
/rev |
๐ |
Phase Symbols (ฮ )
Symbol |
Phase |
Emoji |
Description |
ฮ โ |
UNINITIATED |
๐ฑ |
Framework installed |
ฮ โ |
INITIALIZING |
๐ง |
Setup in progress |
ฮ โ |
DEVELOPMENT |
๐๏ธ |
Active development |
ฮ โ |
MAINTENANCE |
๐ง |
Long-term support |
๐ Memory File Symbols
Core Memory Files (ฯ)
Symbol |
File |
Emoji |
Purpose |
ฯโ |
projectbrief.md |
๐ |
Requirements & scope |
ฯโ |
systemPatterns.md |
๐๏ธ |
Architecture & design |
ฯโ |
techContext.md |
๐ป |
Technology stack |
ฯโ |
activeContext.md |
๐ฎ |
Current focus |
ฯโ
|
progress.md |
๐ |
Status tracking |
ฯโ |
protection.md |
๐ก๏ธ |
Protected regions |
Path Symbols
Symbol |
Path |
๐ |
/memory-bank/ |
๐ฆ |
/memory-bank/backups/ |
๐ก๏ธ Protection Symbols (ฮจ)
Protection Levels
Symbol |
Level |
Command |
Emoji |
Usage |
ฮจโ |
PROTECTED |
!cp |
๐ |
Never modify |
ฮจโ |
GUARDED |
!cg |
๐ก๏ธ |
Ask permission |
ฮจโ |
INFO |
!ci |
โน๏ธ |
Context note |
ฮจโ |
DEBUG |
!cd |
๐ |
Temporary code |
ฮจโ
|
TEST |
!ct |
๐งช |
Test code |
ฮจโ |
CRITICAL |
!cc |
โ ๏ธ |
Business logic |
Protection Markers
Start |
End |
Example |
// !cp PROTECTED - |
// !cp END-P |
Protected section |
// !cg GUARDED - |
// !cg END-G |
Guarded section |
// !cc CRITICAL - |
// !cc END-C |
Critical section |
๐ Context Symbols (ฮ)
Context Types
Symbol |
Type |
Cursor Symbol |
Command |
Description |
ฮโ |
Files |
@Files |
!af |
File references |
ฮโ |
Folders |
@Folders |
!ad |
Directory references |
ฮโ |
Code |
@Code |
!ac |
Code elements |
ฮโ |
Docs |
@Docs |
!adoc |
Documentation |
ฮโ
|
Rules |
@Rules |
!ar |
Project rules |
ฮโ |
Git |
@Git |
!ag |
Git references |
ฮโ |
Notepads |
@Notepads |
!an |
Temporary notes |
ฮโ |
Pinned |
#Files |
!pf |
Pinned files |
Context Status
Symbol |
Status |
Meaning |
๐ข |
Active |
Currently working |
๐ก |
Partial |
May reference |
๐ฃ |
Essential |
Always relevant |
๐ด |
Deprecated |
To be removed |
๐ Permission Symbols (โ)
CRUD Operations
Letter |
Operation |
Symbol |
C |
Create |
โ/โ/~ |
R |
Read |
โ/โ/~ |
U |
Update |
โ/โ/~ |
D |
Delete |
โ/โ/~ |
Permission Status
Symbol |
Meaning |
โ |
Allowed |
โ |
Forbidden |
~ |
Conditional/Limited |
Mode Permissions
โ(ฮฉโ) = {R: โ, C: โ, U: โ, D: โ} // Research
โ(ฮฉโ) = {R: โ, C: ~, U: โ, D: โ} // Innovate
โ(ฮฉโ) = {R: โ, C: โ, U: ~, D: โ} // Plan
โ(ฮฉโ) = {R: โ, C: โ, U: โ, D: ~} // Execute
โ(ฮฉโ
) = {R: โ, C: โ, U: โ, D: โ} // Review
๐ Operation Sets (๐)
Operation Categories
Symbol |
Category |
Operations |
๐แตฃโโโ |
Real |
modify_files, write_code, delete_content |
๐แตฅแตขแตฃโแตคโโ |
Virtual |
suggest_ideas, explore_concepts |
๐โแตฆโโแตฃแตฅโ |
Observe |
read_files, analyze_content |
Mode Operation Sets
๐(ฮฉโ) = {๐โแตฆโโแตฃแตฅโ: โ, ๐แตฅแตขแตฃโแตคโโ: ~, ๐แตฃโโโ: โ}
๐(ฮฉโ) = {๐โแตฆโโแตฃแตฅโ: โ, ๐แตฅแตขแตฃโแตคโโ: โ, ๐แตฃโโโ: โ}
๐(ฮฉโ) = {๐โแตฆโโแตฃแตฅโ: โ, ๐แตฅแตขแตฃโแตคโโ: โ, ๐แตฃโโโ: ~}
๐(ฮฉโ) = {๐โแตฆโโแตฃแตฅโ: โ, ๐แตฅแตขแตฃโแตคโโ: ~, ๐แตฃโโโ: โ}
๐(ฮฉโ
) = {๐โแตฆโโแตฃแตฅโ: โ, ๐แตฅแตขแตฃโแตคโโ: ~, ๐แตฃโโโ: โ}
๐งฎ Mathematical Operators
Logical Operators
Symbol |
Operation |
Example |
โง |
AND |
A โง B |
โจ |
OR |
A โจ B |
ยฌ |
NOT |
ยฌA |
Relational Operators
Symbol |
Meaning |
Example |
โถ |
Leads to |
ฮฉโ โถ โ(ฮฉโ) |
โ |
Transition |
ฮ โ โ ฮ โ |
โ |
Bidirectional |
ฮฉโ โ ฮฉโ |
โ |
Element of |
op โ ๐(ฮฉ) |
โ |
Not element of |
x โ set |
Set Operations
Symbol |
Operation |
Example |
โฉ |
Intersection |
ฮโ โฉ ฮโ |
โช |
Union |
ฮโ โช ฮโ |
\ |
Difference |
ฮโ \ ฮโ |
๐ Status Indicators
Progress Status
Symbol |
Status |
Usage |
โ
|
Complete |
Task done |
โณ |
In Progress |
Currently working |
๐ |
Planned |
Upcoming |
โ ๏ธ |
Warning |
Needs attention |
โ |
Blocked |
Cannot proceed |
File Status
Symbol |
Status |
๐ข |
Active |
๐ก |
Partial |
๐ฃ |
Essential |
๐ด |
Deprecated |
๐ Cross-Reference Notation
Basic Pattern
[โ๏ธฯโ:Xแตข]
Examples
Pattern |
Meaning |
[โ๏ธฯโ:Rโ] |
Requirement 3 |
[โ๏ธฯโ:Pโ
] |
Pattern 5 |
[โ๏ธฯโ
:Iโ] |
Issue 2 |
Extended Patterns
Pattern |
Meaning |
[โ๏ธฯโ:Rโ|ฮโ] |
Requirement with context |
[ฮโ:func()] |
Context only |
[ฮจโ+ฮโ:code] |
Protected context |
[โ(ฮฉโ):read] |
Permission reference |
๐ท๏ธ Indexing Prefixes
Standard Prefixes
Prefix |
Type |
Example |
R |
Requirement |
Rโ, Rโ |
F |
Feature |
Fโ, Fโ |
P |
Pattern/Protected |
Pโ, Pโ |
I |
Issue |
Iโ, Iโ |
M |
Milestone |
Mโ, Mโ |
D |
Decision |
Dโ, Dโ |
T |
Task |
Tโ, Tโ |
C |
Criteria |
Cโ, Cโ |
S |
Step |
Sโ, Sโ |
๐ก Symbol Combinations
Protection + Context
Combination |
Symbol |
Meaning |
ฮจโ + ฮโ |
๐๐ป |
Protected code |
ฮจโ + ฮโ |
๐ก๏ธ๐ป |
Guarded code |
ฮจโ + ฮโ |
โน๏ธ๐ป |
Info code |
ฮจโ + ฮโ |
๐๐ป |
Debug code |
ฮจโ
+ ฮโ |
๐งช๐ป |
Test code |
ฮจโ + ฮโ |
โ ๏ธ๐ป |
Critical code |
Mode + Context
Combination |
Symbol |
Meaning |
โ(ฮฉโ) + ฮโ |
๐๐ |
Research file |
โ(ฮฉโ) + ฮโ |
๐ป๐ก |
Innovate code |
โ(ฮฉโ) + ฮโ |
๐๐ |
Plan folder |
โ(ฮฉโ) + ฮโ |
๐ปโ๏ธ |
Execute code |
โ(ฮฉโ
) + ฮโ |
๐๐ |
Review file |
๐ Optional Extension Symbols
MCP Services
Symbol |
Service |
Description |
ฮ |
GitHub |
Repository operations |
ฮ |
Web Search |
Brave search |
ฮฅ |
Browser |
Puppeteer/Playwright |
ฮ |
Docker |
Container management |
BMAD Enterprise
Symbol |
Feature |
Description |
ฮ |
Roles |
Team roles |
ฮก |
PRD |
Requirements docs |
ฮ |
Gates |
Quality gates |
ฮ |
Enterprise |
Advanced features |
๐ Function Symbols
Memory Functions (ฮฃ)
Function |
Purpose |
ฮฃ_memory |
Memory system |
ฮฃ_update |
Update memory |
ฮฃ_backup |
Backup operations |
ฮฃ_context |
Context management |
ฮฃ_permission |
Permission handling |
File Operations (ฮฆ)
Function |
Purpose |
ฮฆ_file |
File operations |
ฮฆ_context |
Context operations |
ฮฆ_memory |
Memory operations |
ฮฆ_mode_transition |
Mode switches |
Context Functions
Function |
Purpose |
expand(ฮโ) |
Expand context |
filter(ฮโ, criteria) |
Filter context |
persist(ฮโ, ๐) |
Save context |
retrieve(ฮโ, ๐) |
Load context |
rank(ฮโ, relevance) |
Prioritize context |
๐ Symbol Learning Path
Beginner Level
- Mode symbols (ฮฉโ-ฮฉโ
)
- Basic commands (/r, /i, /p, /e, /rev)
- Status indicators (โ
, โณ, โ)
Intermediate Level
- Memory files (ฯโ-ฯโ)
- Protection levels (ฮจโ-ฮจโ)
- Context types (ฮโ-ฮโ)
- Basic cross-references
Advanced Level
- Permission matrices (โ)
- Operation sets (๐)
- Mathematical operators
- Complex cross-references
Expert Level
- Function definitions
- Symbol combinations
- Extension symbols
- Custom notation
๐ Related Topics
โ Team Collaboration | Home | Command Reference โ