# Taskboard Roadmap ## Next 1. Add execution-state sync for OpenClaw swarm tasks. - Read `~/.clawdbot/active-tasks.json` - Detect `queued`, `running`, and `completed` - Reflect those states back into taskboard tasks automatically 2. Add remote completion callbacks for ZeroClaw. - Accept structured webhook acknowledgements - Persist remote execution summaries - Auto-transition tasks to `acknowledged` or `completed` 3. Add per-host direct taskboard targets beyond the current fleet. - `pve` - `truenas` - `panda` 4. Add operator controls for swarm execution. - launch queued task - stop task - nudge task - open session/log link 5. Add richer audit detail. - store structured request payload - store response excerpt separately from summary - attach host/service verification artifacts 6. Add dashboard summaries. - task counts by family - stale heartbeat warnings - failure trends - dispatch latency 7. Add completion workflows. - generate wiki summary automatically - link completed task to artifacts, PRs, or logs ## Longer Term - Introduce a fleet capability registry so the taskboard can validate whether a task is legal for a given host before dispatch. - Add authentication and RBAC for multi-operator use. - Add generated runbooks and service maps directly from live host inventory.