sdd-forge.flow-sync

Sync documentation with the current codebase using the sdd-forge CLI.

2|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/SpreadWorks/sdd-forge --skill sdd-forge-flow-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-forge.flow-sync
Source: https://github.com/SpreadWorks/sdd-forge/tree/main/src/templates/skills/sdd-forge.flow-sync
Command: npx skills add https://github.com/SpreadWorks/sdd-forge --skill sdd-forge-flow-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Syncs documentation with the current codebase to keep docs in sync with code changes.

Core Features & Use Cases

  • Syncs documentation with the current codebase during the Flow Finalize phase.
  • Supports standalone runs to update docs without modifying flow.json.
  • Reflects progress in the spec's flow.json when invoked from flow-finalize and surfaces errors clearly.

Quick Start

Run the flow sync command to update your documentation against the current codebase.

Frequently Asked Questions about sdd-forge.flow-sync

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

FAQPage Schema
How do I sync documentation with codebase changes automatically?

You can sync documentation with a codebase by running the flow sync command, which updates your docs to match the current code changes and optionally updates the flow.json progress file.

What is the best way to update docs without modifying the flow.json file?

The best way to update docs without modifying flow.json is to run the sync command as a standalone operation, which updates your documentation against the current codebase while leaving the progress file untouched.

How does documentation sync work during the Flow Finalize phase?

During the Flow Finalize phase, documentation sync runs the sync command to update docs against the current codebase and reflects the progress in the spec's flow.json, surfacing any errors clearly without command chaining.

Do I need the sdd-forge CLI to sync docs with my codebase?

Yes, you need the sdd-forge CLI to sync docs with your codebase, as the tool enforces a deterministic sequence of running the sync command, reporting results, and handling errors to ensure accurate documentation updates.

Why does my documentation sync command fail to chain with other operations?

Your documentation sync command fails to chain because the tool enforces a deterministic sequence of running the sync command, reporting results, and handling errors independently without command chaining to ensure reliable execution.