원클릭으로
note
Save learnings and discoveries to NOTES.md for persistence across sessions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Save learnings and discoveries to NOTES.md for persistence across sessions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | note |
| description | Save learnings and discoveries to NOTES.md for persistence across sessions |
| alwaysApply | false |
You are saving learnings and discoveries to NOTES.md so they persist across sessions and context compactions. This skill captures non-obvious information — environment quirks, workarounds, debugging insights, credential locations — that would otherwise be lost.
{base}/NOTES.md — learnings specific to the current feature.belmont/NOTES.md — cross-cutting learnings (env setup, project-wide patterns)Where {base} is the feature's base path (e.g., .belmont/features/<slug>/).
Decide where to save the note:
.belmont/NOTES.md{base}/NOTES.mdWhere should this note be saved?
[1] Feature: <feature-name> ({base}/NOTES.md)
[2] Global (.belmont/NOTES.md)
Gather the content to save:
Do NOT save:
Show the user what will be saved:
Saving to: {target file path}
### {Category}
- {learning 1}
- {learning 2}
Save this? [y/n]
Wait for confirmation before writing.
# Notes
## {YYYY-MM-DD}
### {Category}
- {learning}
## {YYYY-MM-DD}) already exists, add the new category/entries under it# Notes header (newest first)Use these category headings (or create descriptive ones as needed):
Report what was saved:
Saved to {target file path}
.env.local under STRIPE_KEY")# Notes header)Apply a Codex-only Belmont planning handoff packet after a plan-mode product-plan or tech-plan interview; write only the explicit .belmont files named in the packet without asking new planning questions.
Interactive planning session - create PRD and PROGRESS files for a feature
Technical planning session - create detailed implementation spec from PRD
Claude Code only. Drive a single feature to completion by self-pacing /belmont:implement → verify → next → status until no pending milestones remain.
Auto debug loop — investigate, fix, verify using agent-dispatched pipeline
Manual debug loop with deep Belmont context and in-place spec reconciliation — user-verified fix + correct the specs that let the bug exist