Check status of all active projects and identify next actions. Use when the user says "project status", "where are we", "what's blocked", or "/project-status".
When invoked, check all registered projects and provide a unified status report.
Scan all project vault folders registered in agent-os.config.json. For each project:
<vaultPath>/<projectVaultFolder>/README.md<vaultPath>/<projectVaultFolder>/STATUS.md (if it exists)Also check:
<vaultPath>/Sessions/ for latest handoffs<vaultPath>/Planning/ for priorities (if exists)# Project Status Report
**Generated:** [date]
## Summary
| Project | Status | Blocked On |
|---------|--------|------------|
| [name] | [status] | [blocker or "None"] |
## [Project Name]
**Status:** [summary]
**Blockers:**
- [ ] [blocker 1]
**Next Actions:**
1. [action 1]
2. [action 2]
## Upcoming Deadlines
[Any dates mentioned in status files]
Before generating report, check context:
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity