with one click
standup
Draft and post async standup updates from your current work context
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Draft and post async standup updates from your current work context
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Midday progress check — compare morning plan to actual work, surface pivots, refocus the afternoon
Multi-persona code review with Architect and Nitpicker perspectives
Review your day, compare plan to outcomes, identify carry-forwards, and prep tomorrow
Quick journal entries with mood detection, tagged and linked to your daily page
Gather docs, previous notes, related tickets, and context for an upcoming meeting
Create your daily page with calendar events, task priorities, and yesterday's carry-forwards
| name | standup |
| description | Draft and post async standup updates from your current work context |
Query {{tasks}} for the user's in-progress and recently completed items.
If {{tasks}} is not configured, check today's daily page in {{notes}} for context instead. If neither is available, ask the user what they're working on.
For each in-progress item, ask the user:
For recently completed items, just note them as done.
Quick mode: If the user provides all context inline (e.g., "standup: finished auth migration, working on PR review, blocked on deploy access"), parse it directly and skip the interactive questions.
Draft the standup message using this structure:
**Done:**
- [task title] ([task ID])
- [task title] ([task ID])
**In Progress:**
- [task title] ([task ID]) — [progress note]. Next: [next step].
**Blocked:**
- [task title] ([task ID]) — blocked on [who/what]
[optional: one-line note about priorities or availability]
Rules:
Show the formatted message to the user and ask for confirmation before posting.
Post the confirmed message to the team channel in {{chat}}.
Tell the user the update was posted (or copied to clipboard) and where.
Standard flow:
User: "standup"
Assistant: I see 3 items in your task tracker:
Quick progress update on each?
User: "312 is done, 318 has an open PR needs review, not starting 301 yet"
Assistant: Here's your standup:
Done:
- Auth migration (ENG-312)
In Progress:
- Login timeout fix (ENG-318) — PR open, needs review
Post to #team-standup?
Quick mode:
User: "standup: shipped auth migration, login timeout PR up for review, blocked on deploy access from infra"
Assistant: Here's your standup:
Done:
- Auth migration
In Progress:
- Login timeout fix — PR up for review
Blocked:
- Deploy access — waiting on infra team
Post to your team channel?