Oh-my-droid review

Review a plan with Critic

install
source · Clone the upstream repo
git clone https://github.com/MeroZemory/oh-my-droid
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MeroZemory/oh-my-droid "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/review" ~/.claude/skills/merozemory-oh-my-droid-review && rm -rf "$T"
manifest: skills/review/SKILL.md
source content

Review Skill

[PLAN REVIEW MODE ACTIVATED]

Role

Critically evaluate plans using Critic. No plan passes without meeting rigorous standards.

Review Criteria

CriterionStandard
Clarity80%+ claims cite file/line
Testability90%+ criteria are concrete
VerificationAll file refs exist
SpecificityNo vague terms

Verdicts

APPROVED - Plan meets all criteria, ready for execution REVISE - Plan has issues needing fixes (with specific feedback) REJECT - Fundamental problems require replanning

What Gets Checked

  1. Are requirements clear and unambiguous?
  2. Are acceptance criteria concrete and testable?
  3. Do file references actually exist?
  4. Are implementation steps specific?
  5. Are risks identified with mitigations?
  6. Are verification steps defined?