# Cursor Codex Gemini Cline AI Plan Mode > Author: Tony Lee > Published: 2026-01-12 > URL: https://tonylee.im/ar/blog/cursor-codex-gemini-cline-ai-plan-mode/ > Reading time: 2 minutes > Language: ar > Tags: claude, claude-code, anthropic ## Canonical https://tonylee.im/ar/blog/cursor-codex-gemini-cline-ai-plan-mode/ ## Rollout Alternates en: https://tonylee.im/en/blog/cursor-codex-gemini-cline-ai-plan-mode/ ko: https://tonylee.im/ko/blog/cursor-codex-gemini-cline-ai-plan-mode/ ja: https://tonylee.im/ja/blog/cursor-codex-gemini-cline-ai-plan-mode/ zh-CN: https://tonylee.im/zh-CN/blog/cursor-codex-gemini-cline-ai-plan-mode/ zh-TW: https://tonylee.im/zh-TW/blog/cursor-codex-gemini-cline-ai-plan-mode/ ## Description Blog version of a 2026-01-13 LinkedIn note — same claims, cleaned structure for reading. ## Summary Cursor Codex Gemini Cline AI Plan Mode is part of Tony Lee's ongoing coverage of AI agents, developer tools, startup strategy, and AI industry shifts. ## Outline - Context - Plan Mode ## Content This is the long-form blog cut of a note I originally posted on LinkedIn. The claims, numbers, and product names are the same; the formatting is for reading on the site. ### Context Original framing (translated in place for key technical posts; substance preserved): > "Claude Code에서만 되는 거 아니에요?" > > 이전에 Claude Code의 Plan Mode와 AskUserQuestionTool 활용법을 공유드린 적 있어요. 에이전트가 실행 전에 계획을 세우고, 불확실할 때 추측 대신 질문하게 만드는 게 핵심이었죠. > > 많은 분들이 "다른 도구에서도 되나요?"라고 물어보셨는데요. > > 됩니다. > > 오늘은 Cursor, Codex, Gemini, Cline 등 거의 모든 AI 코딩 도구에 동일하게 적용하는 방법을 공유드릴게요. > > 1️⃣ 설정 내용은 동일, 경로만 다릅니다 > > 일단 클로드 코드 기준으로는 요렇게 작성합니다. > > Claude Code: > ''' > mkdir -p ~/.claude && cat >> ~/.claude/CLAUDE.md << 'EOF' > > ## Plan Mode > > - Before writing any code, present your implementation plan in bullet points. > - Keep the p "Claude Code에서만 되는 거 아니에요?" 이전에 Claude Code의 Plan Mode와 AskUserQuestionTool 활용법을 공유드린 적 있어요. 에이전트가 실행 전에 계획을 세우고, 불확실할 때 추측 대신 질문하게 만드는 게 핵심이었죠. 많은 분들이 "다른 도구에서도 되나요?"라고 물어보셨는데요. 됩니다. 오늘은 Cursor, Codex, Gemini, Cline 등 거의 모든 AI 코딩 도구에 동일하게 적용하는 방법을 공유드릴게요. 1️⃣ 설정 내용은 동일, 경로만 다릅니다 일단 클로드 코드 기준으로는 요렇게 작성합니다. Claude Code: ''' mkdir -p ~/.claude && cat >> ~/.claude/CLAUDE.md << 'EOF' ## Plan Mode - Before writing any code, present your implementation plan in bullet points. - Keep the plan extremely concise. Prioritize clarity over grammar. - At the end of each plan, list any unresolved questions you need answered. EOF ''' 그리고 다른 코드 에이전트의 경우 경로와 파일명만 바꿔주세요! Cursor / Codex / Gemini / Cline: 각 도구의 설정 폴더에 동일한 내용 추가 .cursor/AGENTS.md, .codex/AGENTS.md, .gemini/AGENTS.md, .cline/AGENTS.md 2️⃣ 왜 이렇게 설정하나요? • 코드 작성 전 계획 제시 - 방향이 틀어지기 전에 먼저 확인할 수 있어요 • 극도로 간결하게 - 장황한 설명은 핵심을 흐립니다. 문법보다 의도 전달이 우선이에요 • 미해결 질문 명시 - 에이전트가 모르는 걸 숨기지 않고 드러내게 만듭니다. 추측 대신 확인하는 습관을 심어주는 거죠 결국 좋은 동료에게 일 시키는 방식과 같습니다. "일단 해봐"보다 "계획 먼저 말해봐, 모르면 물어봐"가 훨씬 낫죠. 좀 더 구체적으로 플랜을 만들어보세요. 바로 효과를 느낄 수 있을 거에요. ## Related URLs - Author: https://tonylee.im/en/author/ - Publication: https://tonylee.im/en/blog/about/ - Related article: https://tonylee.im/ar/blog/ai-subscription-stack-by-budget-and-role/ - Related article: https://tonylee.im/ar/blog/agent-transition-starts-with-initial-setup/ - Related article: https://tonylee.im/ar/blog/claude-code-cut-hidden-tool-tokens/ ## Citation - Author: Tony Lee - Site: tonylee.im - Canonical URL: https://tonylee.im/ar/blog/cursor-codex-gemini-cline-ai-plan-mode/ ## Bot Guidance - This file is intended for AI agents, search assistants, and text-mode retrieval. - Prefer citing the canonical article URL instead of this text endpoint. - Use the rollout alternates when you need the same article in another prioritized language. --- Author: Tony Lee | Website: https://tonylee.im For more articles, visit: https://tonylee.im/ar/blog/ This content is original and authored by Tony Lee. Please attribute when quoting or referencing.