Structured task decomposition and tracking.
Structured task decomposition and tracking
| K-Line | Why Related | |--------|-------------| | play-learn-lift/ | Plans evolve via LEARN | | scratchpad/ | Draft plans in scratchpad | | plan-then-execute/ | Rigid execution mode | | action-queue/ | Task scheduling | | sister-script/ | Plans become automation | | debugging/ | Investigation planning | | session-log/ | Log plan progress |
Quick Links:
Turn complex goals into actionable steps. Plans are living documents that evolve as you learn.
Unlike plan-then-execute, these plans adapt.
plan:
goal: "Implement authentication system"
status: in_progress
tasks:
- id: 1
name: "Design auth flow"
status: done
- id: 2
name: "Implement login"
status: in_progress
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
Tags:moollm, decomposition, tracking, tasks, strategy