Help us improve
Share bugs, ideas, or general feedback.
From Metis
Read the docs corpus and produce SYNTHESIS.md, INDEX.md, CONTRADICTIONS.md, and QUESTIONS.md in .metis/.
npx claudepluginhub gsaranti/pantheon --plugin metisHow this skill is triggered — by the user, by Claude, or both
Slash command
/metis:metis-reconcileThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read everything under `docs/`. Produce four reconcile artifacts: `.metis/SYNTHESIS.md`, `.metis/INDEX.md`, `.metis/CONTRADICTIONS.md`, `.metis/QUESTIONS.md`.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Read everything under docs/. Produce four reconcile artifacts: .metis/SYNTHESIS.md, .metis/INDEX.md, .metis/CONTRADICTIONS.md, .metis/QUESTIONS.md.
Run references/reconcile-preflight.sh before reading. It exits non-zero if docs/ is missing (surface the error and stop). Otherwise it reports STATUS (fresh / rereconcile), SIZE_CLASS (small / medium / large), and counts for the corpus and any prior items.
On SIZE_CLASS=large, apply the slicing guidance in references/reconciling-docs.md.
docs/.rereconcile, the prior .metis/CONTRADICTIONS.md and .metis/QUESTIONS.md. Re-reconcile preserves prior items and re-checks them against the current corpus (per references/reconciling-docs.md) rather than starting over..metis/RESOLVED.md..metis/BUILD.md.references/reconciling-docs.md — read before drafting any of the output artifacts.
Four files in .metis/. The preflight pre-creates stubs if absent, so all four exist before write time and Edit can target them on the first run.
.metis/SYNTHESIS.md — full Write each run. The synthesis is regenerated from the current corpus, not patched..metis/INDEX.md — Write from scratch on STATUS=fresh. On STATUS=rereconcile, prefer Edit: add, update, or remove individual entries surgically and leave unchanged entries in place..metis/CONTRADICTIONS.md — same Edit-preferred discipline on rereconcile. Preserve items marked stale. Re-emitting unchanged items as Write output is the cost we're avoiding..metis/QUESTIONS.md — same treatment as CONTRADICTIONS.md.Do not write to .metis/RESOLVED.md, any source doc under docs/, or .metis/BUILD.md.
Trailing prompt: see ${CLAUDE_PLUGIN_ROOT}/references/command-prompts.md.
One message to the user:
CONTRADICTIONS.md / QUESTIONS.md (open / deferred / stale).SIZE_CLASS=large, include the completeness caveat here./metis-walk-open-items when there are open or stale items; /metis-build-spec when the open set is empty.