Summarize specwiki work done today (or a given date) from git history, sprint status, and story artifacts. Use when the user asks for a daily summary, today's progress, what was done today, end-of-day recap, or "summary of the day so far".
Load the current specwiki roadmap from sprint-status and planning artifacts, then render it as a Cursor canvas. Use when the user asks for the roadmap, sprint overview, project plan, or backlog in a canvas, or says "show my roadmap".
Add or extend a shipping carrier adapter for Parcel Path. Use when integrating a new carrier, adding status mapping, or wiring a CarrierAdapter implementation.
Audit Parcel Path changes for PII leaks in logs and error messages. Use before opening a PR, after adding verbose logging, or when touching carrier responses.
Deliver one vertical feature slice in Parcel Path (parse → adapter → formatted output). Use when implementing a new command flag, output format, or carrier path.
Create offline tracking fixtures for Parcel Path tests. Use when adding carrier samples, reproducing edge cases, or building table-driven status tests.