What problem does it solve?
This Skill automates the repetitive work of updating project plans and tracking progress by editing PROJECT_PLAN.md, reducing manual drift and ensuring consistency across the plan.
Core Features & Use Cases
- Status updates: Use /planUpdate to mark tasks as start, done, or blocked and keep the plan in sync.
- Progress recalculation: Automatically recomputes total tasks, completion percentages, and per-phase progress.
- Current Focus & Next Task: Updates the next task to work on based on plan dependencies and priorities.
- Cloud sync (optional): If cloud credentials are configured, automatically syncs updates via a PATCH API to the cloud.
- Offline fallback: Queues changes when offline and processes them when back online.
Quick Start
Use the planUpdate command to update a task status, for example: /planUpdate T1.1 start. Then run /planUpdate T1.1 done to complete the task. Check the next recommended task with /planNext.