Enhanced project status dashboard with intelligent context analysis. Use for session start context, weekly reviews, or seeing what needs attention.
Dashboard showing status of all ideas, specs, and issues across the repository.
/project-status # Overview of all projects
/project-status --project coordinatr # Focus on one project
/project-status --detailed # Comprehensive analysis
# Ideas Repository Status
## Active Projects
### Coordinatr
Status: Active planning
Specs: 2 (1 complete, 1 in progress)
Issues: 3 (1 in_progress, 2 pending)
Active: 001-auth-research (TASK, in_progress)
### YourBench
Status: MVP in progress (60%)
Specs: 1 (complete)
Issues: 0
## Needs Attention
- Coordinatr TASK-002 blocked (waiting on TASK-001)
- IRL Social research 75% complete
## Quick Stats
- 13 ideas total
- 4 specs across all projects
- 5 active issues
## Suggested Next Actions
1. Complete Coordinatr TASK-001
2. Create plan for YourBench auth
ls ideas/
# For each: README.md, specs/, issues/, docs/
For each idea folder:
ideas/{project}/specs/SPEC-*.mdRead depends_on from issue frontmatter:
depends_on: [001, 002]
Auto-block detection: If depends on incomplete issues, flag as blocked.
For in_progress issues:
cd spaces/[project]
git branch -a | grep "feature/###"
git log origin/branch..branch # Unpushed commits
open - Not startedin_progress - Currently workingblocked - Waitingcomplete - DoneGoogle 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