ワンクリックで
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.