What problem does it solve? Teams running the SpecSeyal spec-driven development pipeline need a way to report which pipeline phases a feature has completed to a central manager, without writing custom HTTP calls or re-deriving phase state by hand. ## Core Features & Use Cases - Phase completion publishing: Invokes the installed sync.py script to derive a feature's pipeline-phase completion and publish it to a running manager over HTTP. - Flexible targeting: Publishes the active feature by default, or accepts a feature directory, --all, --dry-run, and --manager flags passed verbatim to the script. - Idempotent re-runs: Re-running after success or partial failure is safe, since the script re-derives state fresh and reports posted/held/absent counts. - Use Case: After finishing a pipeline phase for a feature, an operator or scheduled job invokes this skill to push the derived completion status to the manager at $SPECSEYAL_MANAGER_URL, with --dry-run available to preview what would be sent. ## Quick Start Ask the assistant to publish the active feature's pipeline completion status to the manager using the speckit-sync skill, optionally passing --dry-run to preview without sending.