skills/oh-my-ccg-research/SKILL.md
RPI 研究阶段 — 需求转化为约束集
npx skillsauth add 1molchuan/oh-my-ccg oh-my-ccg-researchInstall 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 Research phase. Transform requirements into verifiable constraint sets.
/oh-my-ccg:init first)Use the oh-my-ccg-tools MCP server's rpi_state_read tool.
Confirm current phase allows transition to RESEARCH.
If OpenSpec CLI is available:
npx openspec new change "<requirement-name>"
If OpenSpec is not installed, skip this step — artifacts will be managed via file system in .oh-my-ccg/plans/.
Use the explore agent to scan the codebase for:
Launch both models simultaneously in a single message using MCP tools:
Codex (backend perspective) — use ask_codex tool:
agent_role: "analyst"prompt: Describe the requirement and ask for backend/logic constraintscontext_files: Relevant source files from Step 3background: trueGemini (frontend perspective) — use ask_gemini tool:
agent_role: "designer"prompt: Describe the requirement and ask for UI/UX constraintsfiles: Relevant source files from Step 3background: trueThen use check_job_status for both job IDs to collect results.
Merge findings from explore + Codex + Gemini into a unified constraint set:
Present constraints to user. Ask for:
Use the oh-my-ccg-tools MCP server's rpi_state_write tool to save:
If OpenSpec is available, also generate proposal.md in the change directory.
Output summary: constraint count (Hard/Soft), key findings, and instructions to /clear then /oh-my-ccg:plan.
data-ai
显示 Agent 流程追踪时间线与摘要
tools
并行团队执行,N 个协调 Worker 协作
tools
oh-my-ccg 初始安装向导
tools
持久化执行-验证-修复循环,直到任务完成