원클릭으로
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.