sdd-remote

sdd-remote is a skill for Claude Code, Codex from sifter-ai/sifter. It costs 101 tokens per session (931 once invoked), scanned A, original, MIT.

A workflow for synchronizing Story Driven Development documents between a local project and the SDD Flow server. It can pull drafts, enrich them with technical details, and publish updates.

In plain words
What is it for?
Use it to check remote settings, pull drafts, add TODOs, acceptance criteria, and edge cases, then mark enriched change requests as ready for the next state.
Why use it?
It keeps local and remote change requests, bugs, and documentation aligned while making draft work more complete before publication.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/sifter-ai/sifter/sdd-remote
Any agent
npx skills add sifter-ai/sifter --skill sdd-remote
Clone the repo
git clone --depth 1 https://github.com/sifter-ai/sifter

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sdd-remote

README.md
[![agentmods](https://agentmods.dev/badge/skills/sifter-ai/sifter/sdd-remote.svg)](https://agentmods.dev/skills/sifter-ai/sifter/sdd-remote)
Your own site
<a href="https://agentmods.dev/skills/sifter-ai/sifter/sdd-remote"><img src="https://agentmods.dev/badge/skills/sifter-ai/sifter/sdd-remote.svg" alt="Measured on agentmods" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 931 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00101 $0.00931
Opus 5 $0.00051 $0.00465
Sonnet 5 $0.00020 $0.00186
Haiku 4.5 $0.00010 $0.00093

Measured 4d ago against content hash 5164c331ab5f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sdd-remote scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/sdd-remote/SKILL.md · 130 lines

How it starts

The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SDD Remote — Pull, Enrich, Push

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:

Read the full file on GitHub · 130 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 130 lines · 101 tokens per session scan A 5164c331ab5f

Subscribe to this mod's changes

sdd-remote is a skill published in the GitHub repository sifter-ai/sifter (55 stars, last pushed 2mo ago), licensed MIT. It adds 101 tokens to every session and 931 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

wayfinder

Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

mattpocock/skills · 46 tokens

timeline-creator

Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.

mhattingpete/claude-skills-marketplace · 47 tokens

pm-all

Skill "pm-all" from wei63w/pm-manager, covering user input, outline and shared workflow (all /pm- commands).

wei63w/pm-manager · 8 tokens

bootstrap-prd

Set up PRD-driven development infrastructure for a new project, including directory structure, templates, and roadmap.

joshukraine/dotfiles · 25 tokens

glab-issue

Create, view, update, and manage GitLab issues. Use when working with issue tracking, bug reports, feature requests, or task management. Operations include creating issues, listing with filters, viewing details, adding comments/notes, updating labels/assignees/milestones, closing/reopening, and board management.…

vince-winkintel/gitlab-cli-skills · 89 tokens

sales-ops

Set up and run Airtable-based sales operations and CRM workflows — pipeline management, account and renewal management, deal desk, RFP / tender pipelines, partner CRMs, sales forecasting, vertical CRMs (real estate, mortgage, brokerage, capital markets, public works, nonprofit), and AI-native lean stacks…

Airtable/skills · 164 tokens