mumei
01Plugin Claude Code
mumei marketplace (single-plugin, self-hosted).
Plugin Claude Code
mumei marketplace (single-plugin, self-hosted).
Plugin Claude Code
Quality Enforcement Layer for Claude Code — Hook-gated SDD (spec & plan vehicles), Wave commits, and grounded multi-agent code review.
Agent Claude Code
Reviews the quality of the mumei plugin's hooks/.sh and hooks/lib/.sh. Checks shellcheck convention compliance, the KISS principle, error handling, consistent mumei prefixing, ${CLAUDEPLUGINROOT} usage, jq null safety, BSD awk compatibility, and the stdin/stdout/stderr separation principle. Use on newly added or…
Skill Claude CodeCodex
Use when a new Claude Code version is published, when checking the changelog, or when asked "what was added recently?", "what's new in v2.1.x?", or "fetch the official new features". Reports from the official release notes / changelog in two views - an exhaustive feature summary and an applicability verdict for mumei.…
Skill Claude CodeCodex
Release a new version of the mumei repository. Invoke when the user gives an explicit release instruction ("release it", "/release", "patch release", "ship 0.2.0"). Takes no argument or "patch" / "minor" / "major" for a SemVer bump, or a direct version such as "0.2.0". Wraps any uncommitted changes into a single…
Instructions file CodexOpenCode
Instructions for iroha924/mumei, covering agent reviewer guidance, what mumei is, setup commands, distribution boundary — flag violations and code style.
Instructions file
Instructions for iroha924/mumei, covering mumei development guide, what mumei is, language policy, bash + jq conventions (essentials) and schemas/ conventions (essentials).
Agent
Plays "what could go wrong" against a Wave's diff. Surfaces race conditions, edge cases, silent failures, and operability gaps that other reviewers miss. Triggered LAST in the review pipeline (after spec-compliance and security have completed) so it can avoid duplicating their findings.
Agent
Reviews a draft design.md against the approved requirements.md. Detects coverage gaps (ACs without a corresponding design element), missing architectural artifacts (no diagram, no Components, no Trade-offs), and Wave Plan defects (granularity unfit for tasks decomposition). Triggered automatically by /mumei:compose…
Agent
Re-validates a single finding produced by another reviewer with fresh context. Returns valid / invalid / unsure. Triggered by /mumei:compose after the 3 reviewers complete (spec-compliance / security / adversarial) — invoked once per finding in parallel for severity=HIGH/CRITICAL findings. Filters false positives…
Agent
Independent evaluator that scores a candidate memory entry from a reviewer agent against a 7-axis rubric (generality, recurrence, longevity, coveragegap, actionability, density, confidence) and decides ADD / UPDATE / SKIP. Triggered by /mumei:compose Phase 5 Stage 6 and /mumei:peruse after each review-pipeline…
Agent
Writes a property-based test from an Invariant declaration WITHOUT seeing the production implementation. Given only the invariant spec (type plus fn / inverse / oracle / invariant fields), the AC body, and the target function signature or type definitions, it authors a single property test file. Triggered by…
Agent
Reviews a draft requirements.md against the conversation history and glean scratch files. Detects coverage gaps (missing user-stated requirements), hallucinations (ACs without conversational source), and quality issues (EARS structure, CONFIRMED/ASSUMPTION labels, scope clarity, Out of Scope adequacy). Triggered…
Agent
Reviews a Wave's diff for OWASP Top 10 vulnerabilities introduced in this change. Triggered automatically by /mumei:compose after a Wave is implemented. Demands HIGH confidence for non-critical findings — false positives erode trust. Does NOT cover code quality, spec, or correctness.
Agent
Reviews a Wave's implementation against requirements.md and tasks.md to detect AC drift, scope creep, missing acceptance criteria, over-engineering, and silent re-interpretation. Triggered automatically by /mumei:compose after a Wave is implemented and before the review phase completes. Does NOT review code quality…
Agent
Reviews a draft tasks.md against the approved design.md (Wave Plan) and requirements.md (REQ-N.M trace). Detects Wave Plan coverage gaps, missing meta fields (Files / Depends / Requirements), invalid REQ traces, non-existent file paths, missing Wave Goal/Verify, and non-executable Verify clauses. Triggered…
Hook
Runs before the agent uses a tool for Edit, Write, MultiEdit, Bash and ExitPlanMode tool calls, executing pre-edit-guard.sh, pre-bash-guard.sh and pre-exitplan-guard.sh via bash (3 commands). From iroha924/mumei.
Hook
Runs on the TaskCreated event, executing post-task-event.sh via bash. From iroha924/mumei.
Hook
Runs when a task is marked completed, executing post-task-event.sh via bash. From iroha924/mumei.
Hook
Runs after a tool call finishes for Edit, Write, MultiEdit and Bash tool calls, executing post-edit-guard.sh, lint-tasks.sh and post-bash-guard.sh via bash (3 commands). From iroha924/mumei.
Hook
Runs when the agent finishes a response, executing stop-guard.sh and stop-cost-backfill.sh via bash (2 commands). From iroha924/mumei.
Hook
Runs when you submit a prompt, before the agent sees it, executing userprompt-context-hint.sh via bash. From iroha924/mumei.
Hook
Runs before the context is compacted for manual and auto tool calls, executing pre-compact-state-dump.sh via bash. From iroha924/mumei.
Hook
Runs when a session starts on startup, resume, startup and resume, executing session-start-status.sh and session-start-bypass-notice.sh via bash (2 commands). From iroha924/mumei.