# Recent

> Find recently active Agent-OS work when the user asks what changed or what they worked on. Prefer receipts and artifact metadata, work without Git, and use mtimes only as a fallback.

- Skill: `aylee/recent-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add aylee/recent-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aylee/recent-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: aylee (https://skillmd.com/u/aylee)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aylee/recent-2

---

<!-- Generated from .agents/skills/recent/SKILL.md; source-sha256: 6a57fe3717934d24549a0f70d5c0563f55242295133b905e97fdbcc8bae1732b. -->


# Recent work

Accept a window such as `3d`, `7d`, or `2w`; default to seven days.

1. Read workstream-transition receipts in the window and group them by workstream.
2. Add workstreams whose `updated_at` metadata is in the window but lack a matching transition receipt; label the missing evidence. Add ordinary artifacts from their own `updated_at` metadata without expecting document receipts.
3. If metadata is absent, use filesystem mtimes and label them as weak evidence.
4. If Git exists, use it only to enrich—not gate—the result.
5. Return a compact, deduplicated list with relative path, transition, time, current status, and next action where available.

Exclude generated adapters, caches, raw local state, and receipt noise from the primary list.

