Agent skill
plan-mode
战略规划与访谈式工作流
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/plan-mode
SKILL.md
oh-my-ccg Plan Mode
Enter strategic planning mode for complex tasks.
Activation
Command: /oh-my-ccg:plan-mode [--consensus] [--review]
Modes
Default
Use planner agent to create an execution plan:
- Gather context with explore agent
- Analyze requirements with analyst agent
- Decompose into tasks with planner agent
- Output structured plan
--consensus
Multi-model consensus planning:
- Planner creates initial plan
- Codex validates from backend perspective
- Gemini validates from frontend perspective
- Critic challenges assumptions
- Iterate until all three agree (max 3 rounds)
- Output consensus plan with confidence levels
--review
Plan critique and improvement:
- Read existing plan from .oh-my-ccg/plans/
- Critic agent challenges the plan
- Codex provides independent critique
- Present findings with severity ratings
- User decides: revise, accept, or discard
Output
Plans saved to .oh-my-ccg/plans/<timestamp>-plan.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?