Daily standup check - pending tasks, appointments, recent progress. Use when user says "standup", "morning check", "what's pending".
From oracle-skillsnpx claudepluginhub soul-brews-studio/plugin-marketplace --plugin oracle-skillsThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Quick check: pending tasks, appointments, recent progress.
date "+🕐 %H:%M (%A %d %B %Y)"
/standup # Full standup check
Gather info from multiple sources:
gh api repos/laris-co/nat-location-data/contents/current.csv --jq '.content' | base64 -d | grep iPhone | head -1 | cut -d',' -f9
Show: "📍 Currently at: [place]"
gh issue list --state open --limit 10 --json number,title,updatedAt --jq '.[] | "#\(.number) \(.title)"'
cat ψ/inbox/focus*.md 2>/dev/null | head -20
cat ψ/inbox/schedule.md 2>/dev/null | head -30
git log --since="24 hours ago" --format="%h %s" | head -10
ls -t ψ/memory/retrospectives/**/*.md 2>/dev/null | head -1
## Standup @ [TIME]
### Done (24h)
- [commit 1]
- [commit 2]
### In Progress
- [from focus.md]
### Pending Issues
| # | Task | Updated |
|---|------|---------|
| #N | title | date |
### Appointments Today
- [from schedule.md or "ไม่มีนัด"]
### Next Action
- [suggest based on priorities]
---
💡 `/schedule` to see full calendar
/schedule - Full calendar view/wip - Work in progress/recap - Full context summaryARGUMENTS: $ARGUMENTS