원클릭으로
metis-reconcile
Read the docs corpus and produce SYNTHESIS.md, INDEX.md, CONTRADICTIONS.md, and QUESTIONS.md in .metis/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read the docs corpus and produce SYNTHESIS.md, INDEX.md, CONTRADICTIONS.md, and QUESTIONS.md in .metis/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Finalize project-specific Metis setup. Thin wrapper around the plugin's init.sh — creates .metis/, populates .metis/config.yaml, splices a delimited block into CLAUDE.md, and writes a .metis/CURRENT.md stub.
Finalize project-specific Metis setup. Thin wrapper around the plugin's init.sh — creates .metis/, populates .metis/config.yaml, splices a delimited block into CLAUDE.md, and writes a .metis/CURRENT.md stub.
Read the docs corpus and produce SYNTHESIS.md, INDEX.md, CONTRADICTIONS.md, and QUESTIONS.md in .metis/.
Produce BUILD.md — the project's forward-looking architecture brief.
Dispatch the metis-task-reviewer subagent to judge a diff against the task description and plan. Returns a verdict with per-criterion evidence.
Walk captured open items one at a time, resolving each into the relevant source doc.
| name | metis-reconcile |
| description | Read the docs corpus and produce SYNTHESIS.md, INDEX.md, CONTRADICTIONS.md, and QUESTIONS.md in .metis/. |
| disable-model-invocation | true |
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/, all pre-created as stubs by the preflight so they exist before any write and Edit can target them on the first run.
Cadence — write across the passes, not in a terminal batch. Per references/reconciling-docs.md the artifacts take shape while you read: INDEX.md is the concept map built during the first pass (an index under construction is what makes terminology drift surface), and SYNTHESIS.md is the own-words summary whose not-yet-writable sentences force out Q items. CONTRADICTIONS.md and QUESTIONS.md accrue as items surface during the cross-referential read. Deferring all four to one sweep after the last doc is the sequential-skim failure mode the reference warns against — it reads less than it looks.
Write each artifact in its own step, and Read a file before the first Write/Edit that touches it — Claude Code refuses to overwrite a file it has not read this session, so a read-then-write keeps every write valid on the first attempt and isolates any failure to a single file.
.metis/SYNTHESIS.md — full Write, regenerated from the current corpus rather than patched..metis/INDEX.md — built during the first pass. On STATUS=fresh, grow it from the stub; 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.