SDD Remote — Pull, Enrich, Push

SkillDev tools

Remote sync workflow for Story Driven Development. Use this skill whenever the user asks to pull from remote, push changes to SDD Flow, enrich drafts, update local state from remote, publish local updates, process remote drafts, or run a remote worker job (enrich or sync). Also trigger on phrases like "sdd pull", "sdd push", "sync with SDD Flow", "enrich this CR", "push the remote updates", "pull the latest specs".

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the SDD Remote — Pull, Enrich, Push skill

What this skill tells your AI

The instructions your AI receives, as published by sifter-ai/sifter in .agents/skills/sdd-remote/SKILL.md and read by ahel’s review.

Purpose

Synchronize local SDD docs with remote updates (from the SDD Flow server), enrich draft content, and publish the enriched result to remote in active states.

This skill also applies when a remote worker job is dispatched from SDD Flow — the worker runs these same workflows on behalf of the user.

Detection

This workflow applies when:

  • .sdd/config.yaml exists in the project root with a remote: section configured
  • The user asks to update local state from remote, pull pending CRs/bugs/docs, enrich drafts, or push pending remote updates
  • A remote worker job prompt instructs you to follow this workflow

Before any pull/push operation, check remote configuration with sdd remote status.

Workflows

Enrich workflow — Change Request

Follow this sequence to enrich a draft CR:

  1. Pull remote drafts:
sdd pull --crs-only
  1. Generate the draft TODO list:
sdd drafts
  1. Enrich the draft with technical details, acceptance criteria, edge cases, and any relevant information from the project documentation and comments.

  2. Transition the enriched CR from draft to pending:

sdd mark-drafts-enriched
  1. Push the enriched content:
sdd push

Enrich workflow — Document

Follow this sequence to enrich a document (e.g. a feature spec):

  1. Pull remote drafts:
sdd pull --docs-only
  1. Locate the document file in product/ or system/ and update its content with the enriched version.

  2. Push the enriched content:

sdd push

If the document was in draft status, it transitions to new on the server.

Sync workflow — Project-level

Full project sync when the user asks for "the latest" or "pull everything and implement":

  1. Pull the latest specs:
sdd pull
  1. Run the sdd skill — it handles the full loop: open bugs, pending CRs, documentation sync, code implementation, mark-synced, and commit.

  2. Push the local updates:

sdd push

Rules

  1. Always check remote configuration before pull/push (sdd remote status). Fail gracefully if not configured.
  2. Do not use sdd push --all unless the user explicitly asks for a full reseed.
  3. If pull reports conflicts, do not overwrite local files blindly. Report the conflicts and ask how to proceed.
  4. Do not edit files inside .sdd/ manually.
  5. Keep status transitions explicit: enrich first, then sdd mark-drafts-enriched, then push.
  6. Always commit before pushing when the sync workflow makes code changes. Push should never carry uncommitted work.

Related commands

  • sdd remote init — Configure remote for this project
  • sdd remote status — Show remote config + connectivity
  • sdd pull / sdd pull --crs-only / sdd pull --docs-only
  • sdd drafts — List draft items to enrich
  • sdd mark-drafts-enriched — Transition enriched drafts to pending
  • sdd sync / sdd mark-synced — Local sync loop (see sdd skill)
  • sdd push — Publish local updates to remote

Signals

GitHub stars
55
Forks
1
Last commit
Jun 2026
Advanced
Catalog kind
skill
Gateway key
sdd-remote
Source
github.com/sifter-ai/sifter