← Back to list

status-sync
by gvarela
My personal prompts library
⭐ 0🍴 0📅 Jan 9, 2026
SKILL.md
name: status-sync description: Monitors project documentation for status drift. Activates when completing tasks, finishing phases, or when status may be stale. Reminds to run /wb:update_status when needed. allowed-tools: Read, Glob, Grep
Status Sync Reminder
Monitors docs/plans/ project directories for status drift and reminds when synchronization is needed.
When to Activate
- User completes a phase checkpoint
- User checks off final task in a phase
- User says "done", "finished", "complete" about implementation work
- User asks about project status or progress
- Working in a project that has docs/plans/ documentation
Quick Status Check
When activated, check for drift:
- Find project files: Look for research.md, design.md, tasks.md in docs/plans/
- Read frontmatter: Check
status,current_phase,completed_tasks - Count actual progress: Count
[x]vs[ ]in tasks.md - Compare: Does frontmatter match reality?
Drift Indicators
Phase complete but not recorded:
- All tasks in Phase N checked, but
current_phase: N(should be N+1)
Status mismatch:
- tasks.md has checked items but
status: not-started - design.md shows
status: readybut tasks are in progress - All tasks complete but
status: in-progress
Count mismatch:
completed_tasksdoesn't match actual[x]count
When to Remind
If drift detected, provide a concise reminder:
Status may need updating:
- [specific issue, e.g., "Phase 2 complete but current_phase still shows 2"]
Run: /wb:update_status [project-directory]
When NOT to Remind
- Minor work in progress (a few tasks checked mid-phase)
- User explicitly said they'll update later
- No project documentation exists
- Already reminded in this session
DO NOT
- Update files directly
- Run the command automatically
- Interrupt creative/coding flow unnecessarily
- Remind repeatedly for the same issue
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon