원클릭으로
memory-curation
Use when deciding whether information belongs in repo memory, session memory, the AI ledger, or permanent documentation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when deciding whether information belongs in repo memory, session memory, the AI ledger, or permanent documentation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when gathering files, running searches, and producing a structured context manifest for other agents. Read-only — never writes code or makes design decisions.
Use when solution design, architecture-fit analysis, task decomposition, or high-ambiguity tradeoff analysis needs stronger reasoning before coding starts.
Use when executing a feature end to end through plan, implement, test, docs, review, ledger updates, and bounded recursive repair.
Use when implementing code changes in a repository where domain-specific specialists are not installed. Generic — no stack assumptions. Stack context loaded from the project's .instructions.md at runtime.
Use when reviewing changes for regressions, correctness, security, and missing coverage. Generic — no stack assumptions. Stack context loaded from the project's .instructions.md at runtime.
Use when adding or repairing tests — unit, integration, or component. Generic — no stack assumptions. Stack context loaded from the project's .instructions.md at runtime.
| name | memory-curation |
| description | Use when deciding whether information belongs in repo memory, session memory, the AI ledger, or permanent documentation. |
| argument-hint | Fact or note to classify |
| user-invocable | true |
.github/.ai_ledger.md..github/instructions/*.instructions.md (scoped by applyTo pattern).docs/.When you verify a new fact during normal work — a real command, a naming pattern, an API contract, a folder path — write it back to the relevant instruction file immediately. Do not wait for the next setup scan.
applyTo scope covers the fact's domain:
architecture.instructions.mdfrontend.instructions.mdbackend.instructions.mdsecurity.instructions.mdverification.instructions.mdconventions.instructions.mdworkflow.instructions.md[FILL IN] or [SCAN-INCOMPLETE] placeholder with the verified value.// CONFLICT: instead.