No description
Find a file
2026-02-15 03:01:46 -05:00
.gitignore Initial commit 2026-02-15 03:00:55 -05:00
LICENSE Initial commit 2026-02-15 03:00:55 -05:00
nextup.py Add mc-nextup CLI for morning task suggestions 2026-02-15 03:01:46 -05:00
README.md Add mc-nextup CLI for morning task suggestions 2026-02-15 03:01:46 -05:00

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 mc commands

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 mc CLI configured (mc api GET /activities and /agents)
  • No external Python deps

License

MIT