No description
| .gitignore | ||
| LICENSE | ||
| nextup.py | ||
| README.md | ||
mc-nextup
Generate a practical morning plan from Mission Control activity.
It scans recent activity, ignores stale-heartbeat noise, and proposes ready-to-run mc new commands so Luis can kick off the day fast.
Why
Mission Control already has raw activity + watchdog tools, but there wasn't a tiny utility that turns yesterday's completed work into today's concrete next tasks.
mc-nextup fills that gap.
Usage
cd /home/lucataco/.openclaw/workspace-main/mc-nextup
python3 nextup.py
python3 nextup.py --since-hours 72
python3 nextup.py --json
Output
- recent completed tasks
- count of high-signal comments
- stale-ish agent snapshot
- suggested follow-up tasks with copy-paste
mccommands
Example commands generated
mc new "Draft practical next steps from: Qwen3-Coder-Next-FP8 for local coding tools" @navi
mc new "Measure performance + learnings for: Draft/Post tweet about OpenClaw HN trending" @quill
mc new "Build tiny proof-of-concept for: SAM-Audio for video workflow isolation" @fury
Notes
- Requires
mcCLI configured (mc api GET /activitiesand/agents) - No external Python deps
License
MIT