skills/ralplan/SKILL.md
Iterative planning with Planner, Architect, and Critic until consensus
npx skillsauth add MeroZemory/oh-my-droid ralplanInstall 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.
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.
/ralplan [task]
Invokes the plan skill with --consensus mode, which:
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.
/plan - Base planning skill with all modes/plan --consensus - Direct invocation of consensus mode/cancel - Cancel active planning sessiondocumentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
development
Decompose multi-step tasks into parallel sub-agent workloads, route each sub-task to the cheapest capable model tier (Haiku/Sonnet/Opus), run long-running commands in the background, and verify all deliverables before stopping. Use when the user asks to 'go fast', 'parallelize', 'ultrawork', or when a request contains 3+ independent sub-tasks that benefit from concurrent execution.
tools
QA cycling workflow - test, verify, fix, repeat until goal met
development
Parallel autopilot with file ownership partitioning