skills/oh-my-ccg-impl/SKILL.md
RPI 实施阶段 — 按零决策计划机械执行
npx skillsauth add 1molchuan/oh-my-ccg oh-my-ccg-implInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are executing the RPI Impl phase. Execute the plan mechanically.
Use the oh-my-ccg-tools MCP server's rpi_state_read tool.
Load the task list and current progress.
Check task dependencies:
For each task (or batch of parallel tasks):
Route to appropriate model for prototype (via MCP tools):
ask_gemini(agent_role="designer") for prototype, then executor rewrites to productionask_codex(agent_role="architect") for prototype, then executor rewrites to productionExecutor implements:
Side-effect review (MANDATORY before moving to next task):
After all tasks complete, run dual-model cross-review using MCP tools in parallel:
ask_codex(agent_role="code-reviewer", background=true) — reviews logic/securityask_gemini(agent_role="designer", background=true) — reviews patterns/maintainabilityCollect both results via check_job_status, then:
Run verifier agent:
Use rpi_state_write MCP tool to:
/oh-my-ccg:reviewIf ralph mode is active:
data-ai
显示 Agent 流程追踪时间线与摘要
tools
并行团队执行,N 个协调 Worker 协作
tools
oh-my-ccg 初始安装向导
tools
持久化执行-验证-修复循环,直到任务完成