context-synchronization

Update project documentation with completed Conductor track specifications.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/vinothpandian/v-marketplace --skill context-synchronization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-synchronization
Source: https://github.com/vinothpandian/v-marketplace/tree/main/plugins/claude-conductor/skills/context-synchronization
Command: npx skills add https://github.com/vinothpandian/v-marketplace --skill context-synchronization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Synchronizes project-level documentation after a Conductor track completes to keep product, tech-stack, and guidelines aligned with the latest track specifications.

Core Features & Use Cases

  • Load the completed track specification from conductor/tracks/<track_id>/spec.md
  • Analyze documentation impacts and propose updates to conductor/product.md, conductor/product-guidelines.md, and conductor/tech-stack.md
  • Apply changes with user confirmation and commit the updates to maintain traceability

Quick Start

Run context-synchronization after a track completes to reconcile product, guidelines, and tech-stack docs with the track specification.

Frequently Asked Questions about context-synchronization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I synchronize product documentation after a Conductor track completes?

To synchronize product documentation after a Conductor track completes, load the completed track specification and apply proposed changes to conductor/product.md, conductor/product-guidelines.md, and conductor/tech-stack.md with user confirmation before committing.

When should I update project-level tech-stack and guidelines documentation?

You should update project-level tech-stack and guidelines documentation when a track reaches completed status and the implement task has finished, ensuring central docs reflect the latest track specifications.

How does documentation impact analysis work for completed tracks?

Documentation impact analysis works by loading the track specification from conductor/tracks/<track_id>/spec.md, analyzing the specification's effects on existing docs, and proposing specific updates to product, guidelines, and tech-stack files before applying them.

Can I review proposed documentation changes before they are committed?

Yes, you can review proposed documentation changes before they are committed. The synchronization process analyzes impacts, proposes updates to central docs, and requires explicit user confirmation before applying and committing the modifications.

Do I need to manually update conductor/product.md after finishing an implement task?

No, you do not need to manually update conductor/product.md after finishing an implement task. Automated synchronization loads the completed track spec, proposes documentation updates, and commits the changes after you confirm them.

What is the best way to maintain traceability for product docs and track specifications?

The best way to maintain traceability for product docs and track specifications is to commit documentation updates immediately after synchronization, linking the completed track spec changes directly to the revised product, guidelines, and tech-stack markdown files.