Update feature progress log and check off completed tasks. Use when user completes implementation tasks, makes commits, or indicates work is done. ASKS BEFORE MODIFYING files. Updates plan.md progress log section and implementation step checkboxes.
Track feature implementation progress by updating plan.md when tasks are completed.
Invoke this skill when the user:
tracking-progress works on active and paused features. It does NOT work on replaced or abandoned features — those are tombstones; no further progress should be tracked. If invoked on a tombstoned feature, refuse and tell the user to run /feature-state <id> active first if they want to resume work.
This skill modifies files. Always ask before making changes.
Read docs/features/DASHBOARD.md and look at the In Progress section to find current features.
If multiple exist, check context or ask which one.
Read docs/features/[id]/plan.md
Locate:
From the user's statement, identify what was completed and match it to implementation steps.
Prepare:
- [ ] → - [x]Show proposed changes, get confirmation, then use Edit tool to apply.
User: "Done with the JWT token refresh logic"
Response:
Update progress in plan.md?
1. Add progress log entry:
### 2026-01-15
- Completed JWT token refresh logic in auth/tokens.ts
- Next: Implement session timeout handling
2. Mark complete:
- [x] Implement JWT token refresh logic
Proceed? (yes/no)
After confirmation:
Progress updated in plan.md:
- Added log entry for 2026-01-15
- Marked complete: Implement JWT token refresh logic
Remaining steps: 4 of 7
This skill works with:
/feature-review-impl - Uses plan.md checkbox state to auto-generate PR body/feature-ship - Relies on accurate progress tracking下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer