sync-check

sync-check is a command for Claude Code from KirKruglov/claude-project-manager. It costs 13 tokens per session (418 once invoked), scanned A, original, MIT.

A status command for coordinating parallel development, marketing, and operations workstreams during phase 5 of a project. A workstream is a separate stream of related work.

In plain words
What is it for?
Use it only in phase 5 to inspect project state, compare cross-stream tasks and dependencies, identify blockers and critical-path items, and generate a synchronization report.
Why use it?
Parallel teams can block one another or make conflicting changes. This check highlights dependencies, blockers, and items at risk before the project is closed out.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the project-manager plugin — 21 skills, 8 commands, 3 MCP servers shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/kirkruglov/claude-project-manager/sync-check
Clone the repo
git clone --depth 1 https://github.com/KirKruglov/claude-project-manager

Made for: Claude Code.

Or install project-manager, the plugin that ships this one along with the rest of its 21 skills, 8 commands, 3 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sync-check

README.md
[![agentmods](https://agentmods.dev/badge/commands/kirkruglov/claude-project-manager/sync-check.svg)](https://agentmods.dev/commands/kirkruglov/claude-project-manager/sync-check)
Your own site
<a href="https://agentmods.dev/commands/kirkruglov/claude-project-manager/sync-check"><img src="https://agentmods.dev/badge/commands/kirkruglov/claude-project-manager/sync-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 418 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00013 $0.00418
Opus 5 $0.00006 $0.00209
Sonnet 5 $0.00003 $0.00084
Haiku 4.5 $0.00001 $0.00042

Measured 5d ago against content hash fe7200623791, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

sync-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/sync-check.md · 59 lines

What it actually says

Sync Check Command

Purpose

Review cross-stream dependencies and synchronization status in Phase 5. Identify cross-workstream blockers, dependency conflicts, and synchronization issues between dev, marketing, and ops streams.

Steps

  1. Verify phase 5 status

    • Read project-state.md
    • Check phase field
    • If not phase 5:
      • Inform user: "Sync check is only available in Phase 5 (execution wind-down)"
      • Do not proceed
    • If phase 5, continue
  2. Query cross-stream tasks

    • Query ~~project tracker for all active tasks across workstreams:
      • Development (dev)
      • Marketing (marketing)
      • Operations (ops)
    • Retrieve task status, dependencies, and assigned executors
    • Identify tasks with cross-stream dependencies
  3. Analyze synchronization

    • Map task dependencies across streams
    • Identify critical path items requiring cross-stream coordination
    • Detect blocked tasks awaiting completion from other streams
    • Note tasks on track vs at-risk
  4. Generate sync report

    • Trigger monitor-progress skill with report_type=sync
    • Include:
      • Cross-stream dependency matrix
      • Blocker identification and impact
      • At-risk items requiring escalation
      • Recommended actions to unblock
  5. Save report

    • Save report to reports/sync-report-{YYYY-MM-DD}.md
    • Include timestamp and phase confirmation
  6. Highlight critical blockers

    • Extract high-impact cross-stream blockers
    • For each blocker:
      • Show affected workstreams
      • Show impact (tasks/timeline affected)
      • Show recommended resolution path
  7. Update project state

    • Update project-state.md with:
      • Last sync check timestamp
      • Number of active cross-stream blockers
      • Critical path status
    • Log action in project audit trail
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 59 lines · 13 tokens per session scan A fe7200623791

Subscribe to this mod's changes

sync-check is a command published in the GitHub repository KirKruglov/claude-project-manager (6 stars, last pushed 4mo ago), licensed MIT. It adds 13 tokens to every session and 418 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.