スキル一覧に戻る
gvarela

status-sync

by gvarela

My personal prompts library

0🍴 0📅 2026年1月9日
GitHubで見るManusで実行

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:

  1. Find project files: Look for research.md, design.md, tasks.md in docs/plans/
  2. Read frontmatter: Check status, current_phase, completed_tasks
  3. Count actual progress: Count [x] vs [ ] in tasks.md
  4. 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: ready but tasks are in progress
  • All tasks complete but status: in-progress

Count mismatch:

  • completed_tasks doesn'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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です