원클릭으로
kmg-auto-recall
Auto-invoke knowledge graph search when user asks about project history, past decisions, or previously solved problems
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Auto-invoke knowledge graph search when user asks about project history, past decisions, or previously solved problems
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Provide orientation to the Knowledge Graph system architecture and guidance for knowledge capture
Enforce zero-deviation plan execution when user invokes plan implementation
Auto-surface ADR creation when user makes architectural decisions or chooses between technical approaches
Ensure the knowledge graph is consulted before any recommendation is made
Route capture-that / remember-that requests to the correct destination via auto-detection
Intercept explicit doc-update requests and route to the correct command
| name | kmg-auto-recall |
| description | Auto-invoke knowledge graph search when user asks about project history, past decisions, or previously solved problems |
Purpose: Auto-invoke knowledge graph search when user asks about project history, past decisions, or previously solved problems.
Trigger Keywords:
Note on planning contexts: In brainstorming and planning workflows, recall is
enforced via HARD BLOCK injection in pre-skill-rules-inject.sh — not via these
trigger keywords. This skill handles reactive ("have we?") recall only.
Behavior: When triggered:
kmgraph:kmg-recall command via the Skill tool with the extracted query
gov-capture-routing (level/scope detection) → recall-agent (search)gov-capture-routing is Claude Code-only. On non-Claude platforms or if unavailable: dispatch directly to recall-agent with --scope=active as fallback (UQ-8)Priority enforcement: Recall results take priority — the model must reason about findings before recommending:
Example Trigger:
User: "Have we solved database migration issues before?
I'm seeing timeout errors on large tables."
Assistant Response: "Let me check what we've documented about this before answering..." → [Invoke kmgraph:kmg-recall via Skill tool with query: "database migration timeout errors"] → [Command routes through gov-capture-routing → recall-agent] → [Surface relevant lessons/decisions, including related patterns]