Content
62%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body excels at workflow clarity with explicit sequencing, validation checkpoints, bounded feedback loops, and checklists. It is weakened by verbosity and repetition, partially-abstract role guidance, and a monolithic structure with no reference files despite being long enough to warrant them.
Suggestions
Extract the Metis, Momus, and Oracle role definitions into separate reference files (e.g., references/metis.md) referenced one level deep, reducing the inline monolith.
Deduplicate the research fan-out and gap-fill guidance so each appears once and cross-references rather than repeating across Execution_Policy, Steps, and Tool_Usage.
Tighten the role descriptions into concrete, callable instructions so the core workflow is as executable as the handoff commands and output contract already are.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is information-dense and avoids explaining basic known concepts, but at ~218 lines it repeats the same mechanics (research fan-out, gap-fill passes) across Execution_Policy, Steps §2, and Tool_Usage, and could be tightened considerably. | 2 / 3 |
Actionability | Concrete elements are present (omx question, OMX_QUESTION_RETURN_PANE=$TMUX_PANE, $ultragoal/$team handoff commands, the output-contract template), but the core Metis/Momus/Oracle workflow is described as role abstractions rather than fully executable, copy-paste-ready instructions. | 2 / 3 |
Workflow Clarity | The §1–§6 sequence is explicit with validation checkpoints (6-item checklist clearance, two gap-fill passes, Pass 1↔Pass 2 self-verification), bounded retry/feedback loops (3 Momus→Oracle cycles, 5-round cap), a Final_Checklist, and clear escalation rules. | 3 / 3 |
Progressive Disclosure | No bundle files exist (references/scripts/assets are absent) and the 218-line body is a monolith; the Metis/Momus/Oracle role definitions and output contract are inline content that would benefit from being split into one-level-deep reference files. | 2 / 3 |
Total | 9 / 12 Passed |