원클릭으로
project-memory
Cross-project conventions, architecture decisions, and pattern library for agency workflow consistency.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Cross-project conventions, architecture decisions, and pattern library for agency workflow consistency.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Continuously improves the project by checking docs (web, Context7, opencode), using LSPs for code context, monitoring skills/plugins/scripts, and adapting best practices.
Continuity management — preserves context, maintains thermal maps, and serializes states across sessions
Read diffs carefully, identify risks, and produce review feedback that is specific and actionable.
Write accurate docs, keep references current, and capture verified behavior only.
Branching, rebasing, commit hygiene, and review-friendly history for agency delivery.
Use the language server for precise navigation, symbol lookup, refactoring, and diagnostics.
| name | project-memory |
| description | Cross-project conventions, architecture decisions, and pattern library for agency workflow consistency. |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"all-agents","workflow":"memory"} |
Principle: Every project is a learning opportunity. Capture decisions, patterns, and conventions so future work compounds.
Track per-project:
Each ADR captures:
Store in docs/adr/<project>/<YYYY-MM-DD>-<title>.md
Reusable solutions to common problems:
Per-client notes:
docs/project-memory/<project-name>/README.md< 100 wordsdocs/project-memory/
└── <project-name>/
├── README.md # Project overview, stack, conventions
├── stakeholders.md # Client contacts, roles, preferences
├── decisions/ # ADRs
│ ├── 2026-01-15-auth-strategy.md
│ └── 2026-02-20-deployment-target.md
└── patterns/ # Reusable solutions
├── api-error-handling.md
└── file-upload.md
| Agent | Memory Responsibility |
|---|---|
| software-architect | ADRs, pattern definitions, architecture decisions |
| lead-strategist | Stakeholder info, project roadmap, scope decisions |
| core-factory | Implementation patterns, code conventions |
| docs-curator | Memory file maintenance, cross-project knowledge |