.claude/skills/ops-daily-memo/SKILL.md
Write daily memo to vault/memory for nightly recap consolidation
npx skillsauth add d0nghyun/neuron ops-daily-memoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Capture today's work as a memo in vault/memory. Nightly ops-vault-recap consolidates it.
/ops-daily-memovault/memory/YYYY-MM-DD.md
Check if today's file already exists. If yes, append. If no, create.
Ask the user (or infer from session) what to record. Categories:
| Section | Content | Required | |---------|---------|----------| | Done | What was accomplished today | Yes | | Decisions | Key decisions and rationale | If any | | Follow-up | Tasks or items for tomorrow | If any | | Retrospective | Mistakes, lessons learned, improvements | If any | | Notes | Anything else worth remembering | If any |
Create or append to today's file:
---
date: YYYY-MM-DD
type: daily-memo
---
# YYYY-MM-DD
## Done
- {accomplishment}
## Decisions
- {decision}: {rationale}
## Follow-up
- [ ] {task}
## Retrospective
- {what went wrong or could improve}: {lesson or action taken}
## Notes
- {note}
Rules:
--- separator and new session blockShow the user what was written and the file path.
vault/memory/YYYY-MM-DD.mdops-vault-recap (nightly) consolidates memos into proper vault locationsvault/memory/ skip strict vault naming checks (per validate-vault.sh)vault/02-Projects/, vault/04-Resources/, etc.vault/05-Archive/ after recapdatabases
Notion schedule management. Query today/weekly schedules, add/modify/complete schedules.
testing
Recap session memory into vault and validate vault structure
testing
Counterfactual review of decision paths after Moderate+ tasks
tools
Create a release with version tag. Converts UNRELEASED.md to version file and creates git tag.