MOVA: repo_code_change_plan_basic (wrapper)

Given a repo snapshot and a goal description, produce a structured, step-by-step plan of code changes: which files to touch, in what order, with risks and done-criteria. This skill does not modify files and does not execute code.

$ Installer

git clone https://github.com/Leryk1981/mova_wf_cycle /tmp/mova_wf_cycle && cp -r /tmp/mova_wf_cycle/.codex/skills/mova_repo_code_change_plan_basic ~/.claude/skills/mova_wf_cycle

// tip: Run this command in your terminal to install the skill


name: "MOVA: repo_code_change_plan_basic (wrapper)" description: "Given a repo snapshot and a goal description, produce a structured, step-by-step plan of code changes: which files to touch, in what order, with risks and done-criteria. This skill does not modify files and does not execute code." when_to_use:

  • "Use when "Repo code change plan (basic)" must run through Codex automation" inputs:
  • kind: json schema: "skills/repo_code_change_plan_basic/mova/ds/ds.repo_change_plan_request_v1.schema.json" outputs:
  • kind: json schema: "skills/repo_code_change_plan_basic/mova/ds/ds.repo_change_plan_result_v1.schema.json"
  • kind: json schema: "skills/repo_code_change_plan_basic/mova/env/env.repo_change_plan_run_v1.schema.json" deterministic: false

Notes

  • Prompt-first wrapper, coordinate execution manually.
  • Evidence paths: skills/repo_code_change_plan_basic/mova/env/env.repo_change_plan_run_v1.schema.json
  • Generated by tools/generate_codex_wrappers.mjs; edit if custom behavior is needed.