momus

Reviews work plans against five evaluation criteria and returns an OKAY or REJECT verdict.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/UtsavBalar1231/oh-my-claudeagent --skill momus-utsavbalar1231
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: momus
Source: https://github.com/UtsavBalar1231/oh-my-claudeagent/tree/main/skills/momus
Command: npx skills add https://github.com/UtsavBalar1231/oh-my-claudeagent --skill momus-utsavbalar1231

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Unreviewed work plans often contain unclear tasks, broken file references, or unverifiable steps that only surface during execution. This Skill rigorously validates a plan before any work begins, catching flaws early and preventing wasted implementation effort. ## Core Features & Use Cases - Plan Validation: Checks every plan for clarity, verifiability, and completeness against five evaluation criteria. - Reference Verification: Deep-verifies every file path referenced in the plan so broken links are caught before execution. - Falsification Testing: Runs falsification analysis on the two most critical tasks to stress-test the plan's weakest points. - Use Case: Before running an execution pipeline on a newly drafted implementation plan, submit the plan file path and receive a single OKAY or REJECT verdict with confidence level, justification, and priority-tiered issues. ## Quick Start Ask the agent to review the plan at a given file path, for example: review the work plan at plans/add-auth.md and return the verdict.

Frequently Asked Questions about momus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a work plan before executing it?

Invoke the skill with the plan file path as the argument. The Momus consultant reads the plan, verifies every file reference, applies five evaluation criteria, and returns an OKAY or REJECT verdict with justification.

What criteria does a plan review check for?

The review validates clarity, verifiability, and completeness using five evaluation criteria defined in the Momus workflow. It also runs falsification analysis on the two most critical tasks to expose hidden weaknesses.

Can I pass an inline plan or todo list instead of a file?

No, the skill accepts a file path only, not inline plans, todo lists, or text summaries. If no path is provided, it will ask you to supply the plan file path.

What does the OKAY or REJECT verdict include?

The verdict includes a confidence level, justification for the decision, and priority-tiered issues found during review. The output follows the Final Verdict Format defined in agents/momus.md and feeds the prometheus review loop.

When should a plan be rejected instead of approved?

A plan is rejected when it fails the evaluation criteria, contains unverifiable file references, or when falsification of critical tasks reveals fundamental flaws. Rejected plans should be revised and resubmitted for review.