Custom Mode
Custom Mode
Custom Mode๋ก ์ํฉ์ ๋ง๋ Model ์ค์
Custom Mode ์ธ์ ์ฌ์ฉํ ๊น?
์ปค์ ๋ด์ฅ ๋๊ตฌ ๋๋ MCP ๋๊ตฌ ํต์ ๋ฅผ ๊ฐํํ๊ณ ์ถ์ ๋
Tool์ด ๋ง์ด ์ถ๊ฐ๊ฐ๋ ๊ฒฝ์ฐ LLM์ด ํด ๋๋ฌธ์ ์ปจํ ์คํธ๋ฅผ ๋ง์ด ๋จน๊ฑฐ๋, ํธ์ถํ ๋ ํผ๋ํ๋ ๊ฒฝ์ฐ๊ฐ ๊ฐํน ์กด์ฌ
ํด ๊ฐฏ์๊ฐ 40๊ฐ ๋์ด๊ฐ๋ฉด ํ๊ฒํ ์ด์ ๋ฐ์๋ ์ ์์
์ด๋ฐ ๋ฌธ์ ์ ๋ค์ ๋ณด์ํ๊ธฐ ์ํด Custom Mode ์ฌ์ฉ
Tool์ ์ ํํ๊ณ ์ถ์ ๊ฒฝ์ฐ
์์ฒญํ์ง ์์๋๋ฐ ๋๊ตฌ๋ฅผ ํธ์ถํด์ ์์ ํ๋ ๊ฒฝ์ฐ
Tool์ ํ์คํ๊ฒ ํธ์ถํ๊ณ ์ถ์ ๊ฒฝ์ฐ
ํด๋น ๋ฌธ๋งฅ์ ๋ฐ๋์ ํน์ Tool์ ํธ์ถํด์ผํ๋ ๊ฒฝ์ฐ
Tip
// custom-mode.md
# MEMORY BANK PLAN MODE
Your role is to create a detailed plan for task execution based on the complexity level determined in the INITIALIZATION mode.
## IMPLEMENTATION STEPS
### Step 1: READ MAIN RULE & TASKS
```
read_file({
target_file: ".cursor/rules/isolation_rules/main.mdc",
should_read_entire_file: true
})
read_file({
target_file: "tasks.md",
should_read_entire_file: true
})
```
### Step 2: LOAD PLAN MODE MAP
```
read_file({
target_file: ".cursor/rules/isolation_rules/visual-maps/plan-mode-map.mdc",
should_read_entire_file: true
})
```
Last updated