modelscope.cn

ralplan

Iterative planning with Planner, Architect, and Critic until consensus

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,068 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Ralplan Command

This is an alias for /plan --consensus

Ralplan orchestrates three specialized agents—Planner, Architect, and Critic—in an iterative loop until consensus is reached on a comprehensive work plan.

Usage

/oh-my-claudecode:ralplan [task]

What It Does

Invokes the plan skill with --consensus mode, which:

  1. Creates initial plan with Planner agent
  2. Consults Architect for architectural questions
  3. Reviews with Critic agent
  4. Iterates until Critic approves (max 5 iterations)

Implementation

When this skill is invoked, immediately invoke the plan skill with consensus mode:

Invoke Skill: plan --consensus {{ARGUMENTS}}

Pass all arguments to the plan skill. The plan skill handles all consensus logic, state management, and iteration.

See Also

  • /plan - Base planning skill with all modes
  • /plan --consensus - Direct invocation of consensus mode
  • /cancel - Cancel active planning session