weekly-archive
Archive Old Weekly Dispatches
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Archive Old Weekly Dispatches
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Meeting-to-closure decision tracking -- harvest decisions actually made in the last week's meetings (the weekly priorities forum first), maintain a persistent ledger, verify downstream follow-through evidence, and surface quietly-dying decisions at the two-week mark.
Monthly red-team pass over the user's active big bets -- build the strongest evidence-backed case AGAINST each position they're invested in (steelman opposition, not strawman compliance), ending each bet with an honest KILL / HEDGE / PROCEED-EYES-OPEN verdict.
Weekly knowledge-graph curation loop -- freshness sweep against the week's reality, stale-edge invalidation, pending-merge queue drain, and org-chart temporal completeness against your authority model.
PM Weekly Triage
Decision radar + dossier generator -- detect decisions approaching the user in the next few days and build evidence-backed dossiers (prior positions, stakeholder map, constraining commitments, what it gates) before the moment arrives.
Draft-first email posture -- high-priority emails and key-contact unreplied threads arrive each morning WITH a reply already drafted in the user's voice. The user edits-and-sends or discards instead of starting cold. Drafts only, never sends.
| name | weekly-archive |
| description | Archive Old Weekly Dispatches |
Archive any weekly dispatches older than the current week from the Briefs folder into the Weekly Archive.
Get today's date and determine the current ISO week number (YYYY-WNN format).
List all files in ~/Edwin/briefing-book/docs/1. Briefs/ that match the pattern Weekly Dispatch*.
For each file, extract the week identifier from the filename (e.g., "2026-W13"). If the week is before the current week, move it:
~/Edwin/briefing-book/docs/1. Briefs/<filename>~/Edwin/briefing-book/docs/1. Briefs/Weekly Archive/<filename>For each moved file, publish the new location to Obsidian:
cd ~/Edwin/briefing-book
python3 scripts/obsidian-publish "docs/1. Briefs/Weekly Archive/<filename>"
If no files were eligible for archiving, exit silently. Don't report "nothing to archive."
When finished, return a structured summary to the orchestrator:
SKILL_COMPLETE: weekly-archive
STATUS: success | partial | error
FILES_ARCHIVED: [count]
PUBLISHED: yes | no
NEEDS_ATTENTION: [any issues, or "none"]
ERRORS: [any errors, or "none"]
This report flows back to the main session. Keep it factual -- no narrative.