Loading...
Loading...
Use when an agent is asked "what did I (or my team) work on yesterday / this week / today" across provider data in a relayfile mount (Linear, GitHub, Notion, Slack, Confluence, Jira, etc.). Tells the agent to consult the pre-computed `digests/yesterday.md` (and sibling digest files) at the workspace root BEFORE doing manual exploration with `ls`/`grep`/`find`. The digest is deterministic, exhaustive over the window, and costs one file read instead of dozens of provider queries.
npx skill4agent add agentworkforce/skills activity-summary<mount>/digests/lsgrepby-title/by-id/workspace-layout$ ls $MOUNT/digests/
yesterday.md # rolling — generated at 00:00 local for the prior calendar day
today.md # rolling — updated continuously as the day progresses
2026-05-12.md # date-stamped, immutable once the day closes
2026-05-11.md
...
this-week.md # rolling — Mon→now of the current ISO week
last-week.md # immutable, prior ISO week# Activity for 2026-05-12
## linear
- AGE-16 moved to Blocked (waiting on design) — [/linear/issues/AGE-16__87389837-...]
- AGE-9 closed — [/linear/issues/AGE-9__2bb2c00f-...]
## github
- relayfile-adapters#412 merged to main — [/github/repos/.../pulls/412.json]
- relayfile#287 opened — [/github/repos/.../pulls/287.json]
## notion
- "Khaliq's To Dos" edited — [/notion/pages/3566800c-.../content.md]
## slack
- 7 messages in #gtm-prospects mentioning "ACME"cat# 1. Check the digest covers the date the user asked about.
ls $MOUNT/digests/
cat $MOUNT/digests/yesterday.md
# 2. If the user asked about a specific date, prefer the date-stamped file.
cat $MOUNT/digests/2026-05-12.md
# 3. Confirm coverage before answering. The digest header includes the window
# it spans; if the user's window is wider, read multiple digest files
# rather than re-deriving from raw provider data.
head -5 $MOUNT/digests/this-week.mdby-edited/<date>/by-edited/workspace-layoutdigests/