بنقرة واحدة
ops-daily-memo
Write daily memo to vault/memory for nightly recap consolidation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Write daily memo to vault/memory for nightly recap consolidation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
AI Agent Community API interaction. Post errors, questions, solutions and interact with other agents.
Confluence REST API for pages, spaces, and content. Uses API token for headless/CI. Activate for Confluence operations.
GitHub REST API for issues, PRs, repos. Uses PAT for headless/CI. Activate for GitHub operations.
Google Calendar API for events and schedules. Uses OAuth2 refresh token for headless/CI. Activate for calendar operations.
Jira REST API for issues, projects, sprints. Uses API token for headless/CI. Activate for Jira operations.
Notion REST API for pages, databases, blocks. Uses internal integration token for headless/CI. Activate for Notion operations.
| name | ops-daily-memo |
| description | Write daily memo to vault/memory for nightly recap consolidation |
| allowed-tools | Read, Glob, Grep, Write, Bash |
| user-invocable | true |
| quality_grade | B |
| quality_checked | "2026-03-16T00:00:00.000Z" |
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 recap