morning-brief-daily-archive
Archive Old Briefs
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Archive Old Briefs
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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 | morning-brief-daily-archive |
| description | Archive Old Briefs |
Archive any morning briefs older than today from the Briefs folder into the Daily Archive.
Get today's date in YYYY-MM-DD format.
List all files in ~/Edwin/briefing-book/docs/1. Briefs/ that match daily brief patterns. Match both -- and em dash separators:
Morning Brief -- YYYY-MM-DD.mdEOD Brief -- YYYY-MM-DD.md* -- YYYY-MM-DD.md files (meeting prep briefs, URGENT briefs, etc.)For each file, extract the date from the filename (the YYYY-MM-DD portion). If the date is before today, move it:
~/Edwin/briefing-book/docs/1. Briefs/<filename>~/Edwin/briefing-book/docs/1. Briefs/Daily Archive/<filename>For each moved file, publish the new location to Obsidian:
cd ~/Edwin/briefing-book
python3 scripts/obsidian-publish "docs/1. Briefs/Daily 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: morning-brief-daily-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.