원클릭으로
decision-log
Record or query architectural decisions. Use when the user says "log decision", "why did we", or "record that we chose".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Record or query architectural decisions. Use when the user says "log decision", "why did we", or "record that we chose".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Save something to the memory palace. Use when the user says "remember", "store this", "save for later", or "don't forget".
Generate structured product and feature ideas for a given area. Use when the user asks to brainstorm, ideate, or explore feature ideas.
Stress-test an architectural decision or feature approach. Use when the user wants a second opinion, wants to poke holes in a plan, or says "challenge this".
Track and manage tech debt. Use when the user says "tech debt", "TODO", "hack", "shortcut", "fix later", or wants to see what needs cleaning up.
View or update the living feature map that tracks where every feature is implemented across all packages. Auto-invoked when agents need to find feature implementations.
Auto-summarize what was accomplished in this session. Use at the end of a conversation or when the user says "journal", "summarize session", or "what did we do".
| name | decision-log |
| description | Record or query architectural decisions. Use when the user says "log decision", "why did we", or "record that we chose". |
| argument-hint | [record|query] [description] |
| arguments | ["action","description"] |
| allowed-tools | Read, Write, Glob, Grep |
Manage the architectural decision log at .claude/memory/decisions.md.
### DEC-{NNN}: {title}
**Date**: {today's date}
**Status**: Accepted
**Context**: Why was this decision needed?
**Decision**: What was decided?
**Alternatives considered**: What else was on the table?
**Consequences**: What are the trade-offs?
Show the last 5 decisions as a summary table.