Interview And Create Plan

Interviews the user and writes an authored PLAN.md at the exact path the Ralph RLM loop reads, not the repo root.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 2b073c7

Ran the real published CLI (`npx @doeixd/opencode-ralph-rlm plan-path`) in a throwaway git repo — it resolved to `.ralph-rlm/plans/default/PLAN.md`, not repo-root `PLAN.md`. A naive baseline plan written to the obvious `./PLAN.md` location would be silently invisible to the loop; the skill's explicit 'do not assume the repo root' instruction is the difference between a plan that works and one that's quietly ignored.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Interview And Create Plan does

Runs a stress-test interview (sharpening fuzzy terms, cross-checking claims against the actual code, surfacing load-bearing assumptions) before writing a structured PLAN.md — Goal, Definition of Done, Milestones, Assumptions, Open Questions, Invariants — to the exact path the opencode-ralph-rlm CLI resolves via `plan-path`, which is not the repo root. Use before starting a Ralph RLM loop, or whenever PLAN.md still holds the bootstrap placeholder; it's narrowly scoped to that one framework.

How to install Interview And Create Plan

git clone https://github.com/doeixd/opencode-ralph-rlm
cd opencode-ralph-rlm
mkdir -p ~/.claude/skills
cp -r skills/interview-and-create-plan ~/.claude/skills/interview-and-create-plan

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Interview And Create Plan

  • /interview-and-create-plan Interviews the user and writes an authored PLAN.md at the exact path the Ralph RLM loop reads, not the repo root.

It also activates on plain-language prompts like these:

  • write the PLAN.md for rate limiting before I start the ralph loop
  • interview me and draft a plan file at the path ralph rlm expects
  • help me sharpen this feature idea into a proper plan document

Frequently asked questions

Is the Interview And Create Plan skill free?
Yes. The skill itself is free from doeixd/opencode-ralph-rlm. SkillProof publishes the install command and an independent test verdict at no cost.
Does Interview And Create Plan work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran the real published CLI (`npx @doeixd/opencode-ralph-rlm plan-path`) in a throwaway git repo — it resolved to `.ralph-rlm/plans/default/PLAN.md`, not repo-root `PLAN.md`. A naive baseline plan written to the obvious `./PLAN.md` location would be silently invisible to the loop; the skill's explicit 'do not assume the repo root' instruction is the difference between a plan that works and one that's quietly ignored.
What is the Interview And Create Plan SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Interview And Create Plan?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Interview And Create Plan with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.