AgentSkillsCN

ralplan

通过 Planner、Architect 与 Critic 的迭代式规划,直至达成共识

SKILL.md
--- frontmatter
name: ralplan
description: Iterative planning with Planner, Architect, and Critic until consensus

Ralplan Command

This is an alias for /plan --consensus

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

Usage

code
/gsd:ralplan [task]

What It Does

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

  1. Creates initial plan with planning methodology
  2. Reviews from architectural perspective
  3. Reviews from critical analysis perspective
  4. Iterates until all perspectives align (max 5 iterations)

Implementation

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

code
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