원클릭으로
deprecate
Safely deprecate a file following the deprecation protocol.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Safely deprecate a file following the deprecation protocol.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
End-of-session shutdown sequence. Saves session log, updates MEMORY.md, updates CLAUDE.md, and stages a git commit.
First-time project setup. Checks prerequisites (Zotero MCP), asks for paper count, generates folder structure, and configures all templates.
Peripheral vision audit — find what the author has become blind to in their results. Run in a FRESH TERMINAL.
Structured debate between two perspectives on a research design decision.
Find gaps in the literature based on existing Obsidian notes. Searches for high-quality articles the author may have missed.
Scaffold a new paper directory with the full structure, CLAUDE.md, and empty templates.
| name | deprecate |
| description | Safely deprecate a file following the deprecation protocol. |
| argument-hint | [filepath] [reason] |
_deprecated/ directory in the same folder if it doesn't exist_deprecated/YYYY-MM-DD_filename.ext_deprecation-log.md in the same directory:
## YYYY-MM-DD · filename.ext
- **Reason**: [provided reason]
- **Deprecated to**: _deprecated/YYYY-MM-DD_filename.ext
- **Session**: [current session log path]
- **Breaking changes**: [any downstream effects]
Before deprecating, check:
data/raw/? → REFUSE (Tier 1: immutable)code/replication/? → REFUSE (Tier 1: immutable)correspondence/? → REFUSE (Tier 1: immutable)session-logs/? → REFUSE (Tier 1: immutable)data/raw/restricted/? → REFUSE (Tier 1: immutable + sensitive)If any check fails, explain why the file cannot be deprecated and suggest alternatives.