Update an existing plan's status, todo list, and phase progress. Tracks what was done, updates completion status, and maintains the changelog. Use this skill during or after working on a plan phase to keep planning artifacts current.
Keeps planning artifacts synchronized with actual progress:
plans/<name>/doc-explorer only if verifying acceptance criteria requires codebase analysis (results are written to docs/).doc-explorer if needed.plans/<name>/ including plan.md, todo.md, phases/**, and (when needed) implementation/**.Find the active plan:
plans/ directory for existing plansquestion tool to ask the user which planplan.md to understand the current statustodo.md to see current task stateOption A: Todo updates (most common)
Option B: Phase completion
phases/phase-N.md frontmatterplan.mdOption C: Implementation plan revision
implementation/phase-N-impl.mdOption D: Plan-level updates
plan.mdtodo.md)### Completed
- [x] Implement user authentication endpoint (2025-02-14)
### In Progress
- [ ] Add input validation for login form
### Pending
- [ ] Write integration tests for auth flow
### Blocked
- [ ] Deploy to staging - waiting for CI pipeline fix
Always add a changelog entry:
### 2025-02-14
- Completed: Implement user authentication endpoint
- Started: Add input validation for login form
- Blocked: Deploy to staging (CI pipeline issue)
In phases/phase-N.md frontmatter: