plugins/specweave/skills/sync-docs/SKILL.md
Sync living docs for an increment. Generates or updates spec files in .specweave/docs/internal/specs/. Use when saying "sync docs", "update living docs", or "sync-docs".
npx skillsauth add anton-abyzov/specweave plugins/specweave/skills/sync-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Skill Memories: If .specweave/skill-memories/sync-docs.md exists, read and apply its learnings.
Sync living documentation for an increment. This generates or updates feature specs and user story files under .specweave/docs/internal/specs/.
sw:sync-docs <increment-id> # Sync living docs for increment
sw:sync-docs <increment-id> --review # Dry-run: validate sync without modifying files
.specweave/increments/NNNN-*/spec.md and metadata.json--review argument present: set dryRun = truedryRun = falseRun the living docs sync via CLI:
# Normal mode
specweave sync-living-docs <increment-id>
# Review mode (dry-run)
specweave sync-living-docs <increment-id> --dry-run
# If CLI command not available, use sync-progress as fallback:
specweave sync-progress <increment-id> --no-github --no-jira --no-ado
Display a summary:
Living Docs Sync Results:
- Feature spec: created/updated/unchanged
- User story files: N created, M updated, K unchanged
- Total files affected: X
In review mode, prefix with: [DRY RUN] No files were modified.
If sync fails:
sw:progress-sync for full external tool sync"tools
Generate AI videos from text prompts or images. Supports Google Veo 3.1 and Pollinations.ai (free). Use when generating video, creating animations, text-to-video, AI video, video generation, make clip, animate.
tools
Validate increment with rule-based checks and AI quality assessment. Use when saying "validate", "check quality", or "verify increment".
tools
Create and manage umbrella workspaces for multi-repo projects. Activate when the user wants to: create umbrella, umbrella init, wrap in umbrella, create workspace, setup multi-repo, migrate repos to umbrella, umbrella create, new workspace, restructure into umbrella, "wrap this repo", "create umbrella for these repos", "setup workspace with repos", "move repos into umbrella". Do NOT activate for: add a repo to existing umbrella (use sw:get), add a feature, add an increment, clone a repo (use sw:get).
tools
--- description: Merge completed parallel agent work and trigger GitHub sync per increment. Activates for: team merge, merge agents, combine work, team finish. --- # Team Merge **Verify all teammates completed, run quality gates, close increments, and trigger sync.** ## Usage ```bash sw:team-merge sw:team-merge --dry-run # Preview merge plan sw:team-merge --skip-sync # Merge without GitHub/JIRA sync ``` ## What This Skill Does 1. **Verify all teammates completed** -- bl