什麼是 plan?
具有可選面試工作流程的策略規劃 來源:yeachan-heo/oh-my-codex。
具有可選面試工作流程的策略規劃
透過命令列快速安裝 plan AI 技能到你的開發環境
來源:yeachan-heo/oh-my-codex。
Plan creates comprehensive, actionable work plans through intelligent interaction. It auto-detects whether to interview the user (broad requests) or plan directly (detailed requests), and supports consensus mode (iterative Planner/Architect/Critic loop) and review mode (Critic evaluation of existing plans).
Jumping into code without understanding requirements leads to rework, scope creep, and missed edge cases. Plan provides structured requirements gathering, expert analysis, and quality-gated plans so that execution starts from a solid foundation. The consensus mode adds multi-perspective validation for high-stakes projects.
| Interview | Default for broad requests | Interactive requirements gathering | | Direct | --direct, or detailed request | Skip interview, generate plan directly | | Consensus | --consensus, "ralplan" | Planner -> Architect -> Critic loop until agreement | | Review | --review, "review this plan" | Critic evaluation of existing plan |
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill plan具有可選面試工作流程的策略規劃 來源:yeachan-heo/oh-my-codex。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/yeachan-heo/oh-my-codex --skill plan 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/yeachan-heo/oh-my-codex