بنقرة واحدة
metis-session-start
Rehydrate a fresh session from on-disk state.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Rehydrate a fresh session from on-disk state.
التثبيت باستخدام 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.
Read the docs corpus and produce SYNTHESIS.md, INDEX.md, CONTRADICTIONS.md, and QUESTIONS.md in .metis/.
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.
| name | metis-session-start |
| description | Rehydrate a fresh session from on-disk state. |
| disable-model-invocation | true |
Read the minimum set of files that orients the agent to the project's current state.
.metis/ must exist. If it does not, stop and point at /metis-init.
Partial state inside .metis/ (missing or incomplete files) surfaces as an Anomaly in the Return rather than a hard error.
In this order:
.metis/CURRENT.md — the previous session's handoff. The primary rehydration source..metis/BUILD.md — the architecture brief, when it exists. Loaded once at session start so the rest of the session's work can lean on it without re-reading..metis/INDEX.md — the concept → source-doc map, when it exists..metis/SYNTHESIS.md, .metis/CONTRADICTIONS.md, .metis/QUESTIONS.md, .metis/RESOLVED.md — reconcile artifacts. Loaded on demand by the skills that need them, not at session start.docs/ — source corpus. Loaded on demand by skills that turn on specific passages.None.
CURRENT.md What happened. If CURRENT.md is missing or empty, say so directly.CURRENT.md Current state. If nothing is in flight, say so.CURRENT.md Open questions. Surfaced as items the user may want to address.CURRENT.md Where to start. Do not rewrite — pass it through.CURRENT.md (suggest /metis-init), CURRENT.md referencing files that don't exist on disk, .metis/BUILD.md mentioned by the handoff but absent. Surface rather than absorb.Silently accept and ignore any trailing free-text prompt.