ワンクリックで
phira-project-memory-lookup
Lightweight read-only lookup of project history from .archive when prior work may affect current decisions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Lightweight read-only lookup of project history from .archive when prior work may affect current decisions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Deterministic Graphviz/DOT derivation + validation for archive records.
Canonical per-record archive format (YAML front matter + Markdown body).
Pointer semantics for "since last record" and detected-change bookkeeping.
Checklist for proving baseline behavior is unchanged (or changes are intentional) via controlled A/B runs.
Fast, compute-aware verification checklist for implementation changes (imports, configs, tiny runs).
Workflow for conference/venue paper search and short reading lists.
| name | phira-project-memory-lookup |
| description | Lightweight read-only lookup of project history from .archive when prior work may affect current decisions. |
Use this skill when historical project context is likely to change what you should recommend, build, or review.
.archive/ as durable project memory maintained by phira-archivist.Use when one or more are true:
Do not use by default for every task. Keep lookups targeted and cheap.
.archive/ exists..archive/pointers/branches/<branch_key>.yaml when branch pointer exists..archive/pointers/HEAD.yaml if it exists.last_record from the pointer, then read .archive/records/<last_record>.md.parents lineage with caps:
.archive/records/*.md:
When this skill is used, produce a compact memory packet for the caller/output:
records: ordered list of relevant record IDs (newest first)constraints: active constraints that should affect current workdecisions: prior decisions and why they were madefailures: known failure modes/negative results worth avoidingopen_questions: unresolved issues that may block confidenceevidence: file paths used (pointer + record files)Keep the packet short and high-signal.
.archive/ is missing, uninitialized, or inconsistent, proceed normally and note that no archive memory was available.