From ralph-starter
Generates structured implementation plans from spec files using ralph-starter CLI. Breaks specs into actionable checkboxed tasks in IMPLEMENTATION_PLAN.md. Use after verifying specs/ directory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ralph-starter:ralph-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a structured implementation plan from specification files.
Create a structured implementation plan from specification files.
ralph_status to verify the project has specs in specs/ralph_plan with the project path to generate an IMPLEMENTATION_PLAN.md
auto: true to skip interactive promptsIf no specs exist yet:
ralph_init to scaffold the project firstspecs/ directoryralph_fetch_spec to pull specs from GitHub, Linear, Notion, or Figmanpx claudepluginhub multivmlabs/ralph-starter --plugin ralph-starterOrchestrates multi-step implementation planning from a markdown spec: research, stakeholder interviews, spec synthesis, plan, external review, and sectioned docs. Use for complex features.
Generates a TDD-driven implementation plan from a finalized brainstorm-beagle spec. Turns .beagle/concepts/<slug>/spec.md into actionable 2-5 minute tasks with exact file paths and commands, saved to plan.md after user approval.